From c98042762da9679b6f7b2924e0a2a98502a251fa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 16 Nov 2023 13:51:44 +0000 Subject: [PATCH] Bug 35350: Update label creator pop-up windows with consistent footer markup This patch updates two label creator templates in order to style submission and close buttons in a fixed footer at the bottom of the window, with markup consistent with other pop-up windows. To test, apply the patch and go to Cataloging -> Label creator. - Click New -> Label batch. - Click the "Add items" button under the form. - A "Search for items" window should pop up. - The window's fixed footer should have the "Search" and "Close window" buttons. Test that each work correctly. - Submit a search which will return results. - The search results window should also have a fixed footer. I moved the "Add checked" and "Done" buttons out of a floating toolbar and put the controls there for consistency's sake. - Confirm that both controls work correctly. Signed-off-by: Barbara Johnson --- .../prog/en/modules/labels/result.tt | 20 +++++++++---------- .../prog/en/modules/labels/search.tt | 12 +++++++---- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt index e6b44617da..114785833f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt @@ -44,10 +44,7 @@ [% PROCESS pagination %]
-
-
- -
+
Select all Clear all @@ -107,19 +104,20 @@
[% PROCESS pagination %] - + [% MACRO jsinclude BLOCK %] - [% Asset.js("lib/hc-sticky.js") | $raw %]