@@ -, +, @@ consistent footer markup - 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. --- .../prog/en/modules/labels/result.tt | 20 +++++++++---------- .../prog/en/modules/labels/search.tt | 12 +++++++---- 2 files changed, 17 insertions(+), 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ a/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 %] -
Close
+ [% MACRO jsinclude BLOCK %] - [% Asset.js("lib/hc-sticky.js") | $raw %]