@@ -, +, @@ grid: Label creator - Create a new or open an existing label batch. - Click "Add items." - The resulting pop-up window should look correct. - Perform a search - The search results screen should look correct. --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt | 5 +---- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 7 +------ 2 files changed, 2 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt @@ -2,12 +2,10 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Barcodes and labels › Search results [% INCLUDE 'doc-head-close.inc' %] - -
-
+

Search results

[% IF ( displayprev || displaynext ) %] @@ -107,7 +105,6 @@ z [% END -%]

[% END %] -
[% MACRO jsinclude BLOCK %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt @@ -2,12 +2,9 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Labels [% INCLUDE 'doc-head-close.inc' %] - - -
-
+

Search for items [% IF ( batch_id ) %] @@ -104,8 +101,6 @@ to add to Batch [% batch_id %]
Cancel
-

-
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] --