@@ -, +, @@ 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 | 4 +--- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 8 ++------ 2 files changed, 3 insertions(+), 9 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 ) %] --- 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,10 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Labels [% INCLUDE 'doc-head-close.inc' %] - - -
-
+ +

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

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