From 37d8fbcea124becfc16efcfc23c5934833b241b1 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 Signed-off-by: Caroline Cyr La Rose Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f1a274c79cb827737a57686a51a8fef72c1eff75) Signed-off-by: Matt Blenkinsop --- .../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 b0cb7b458f..721c0d4a9e 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 @@ -132,8 +132,8 @@ Acquisitions › Koha [% IF op == 'select' && ( result_order_loop || selected_order_loop ) %] -
-
+ +
Select all @@ -169,13 +169,13 @@ Acquisitions › Koha [% END %]
-
- - - -
-
+
+ + + +
+ [% ELSIF op == "batch_edit" %] @@ -253,7 +253,7 @@ Acquisitions › Koha - + Cancel -- 2.20.1