From caa0856e945314d5c3132f92e855b889a10abf16 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 27 Feb 2023 21:44:09 +0000 Subject: [PATCH] Bug 33082: Add yellow buttons and page sections to 'copy order' pages When creating a new order from an existing order (copy), there was no page section on the search results and the submit buttons were not yellow (primary). To test: 1. Make sure you have budgets, funds and vendors 2. In Acquisitions, search for a vendor 3. Create a basket 4. Add an order to that basket (Order from new (empty) record is easiest) 5. Add to the basket again, choosing the "From existing orders (copy)" option 6. Search for you previous order 7. The table of ordres has no white background (missing page-section) and the "Next" button is not yellow 8. Check the order and click Next 9. The "Duplicate orders" button is not yellow 10. Apply patch 11. Verify buttons are now yellow and the table has a white background https://bugs.koha-community.org/show_bug.cgi?id=33079 --- .../prog/en/modules/acqui/duplicate_orders.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt index 95861eefe6..7247bdac38 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt @@ -139,8 +139,8 @@ Acquisitions › Koha [% IF op == 'select' && ( result_order_loop || selected_order_loop ) %] -
-
+ +
Select all @@ -176,13 +176,13 @@ Acquisitions › Koha [% END %]
-
- - - -
-
+
+ + + +
+ [% ELSIF op == "batch_edit" %] @@ -260,7 +260,7 @@ Acquisitions › Koha - + Cancel -- 2.30.2