@@ -, +, @@ - Click New -> Label batch. - Click the "Add items" button under the form. - A "Search for items" window should pop up. - The form should look correct, and work as it did before the patch. --- .../prog/en/modules/labels/search.tt | 234 ++++++++++-------- 1 file changed, 137 insertions(+), 97 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt @@ -12,103 +12,143 @@
-

Search for items -[% IF ( batch_id ) %] -to add to Batch [% batch_id | html %] -[% END %] -

- -
- - - - -
-
  1. - - - - -
  2. -
-
- -[% IF ( sort_by_loop ) %] -
Sort by: -

-

-
[% END %] - - - - -
-
    -
  1. - - -
    [% INCLUDE 'date-format.inc' %]
    -
  2. -
  3. - - -
    [% INCLUDE 'date-format.inc' %]
    -
  4. -
-
- -
Cancel
-
-
+

Search for items + [% IF ( batch_id ) %] + to add to Batch [% batch_id | html %] + [% END %] +

+ +
+ + + + +
+
    +
  1. + + +
  2. +
+
+ + [% IF ( sort_by_loop ) %] +
+ Sort by: +

+ +

+
+ [% END %] + +
+
    +
  1. + + +
    [% INCLUDE 'date-format.inc' %]
    +
  2. +
  3. + + +
    [% INCLUDE 'date-format.inc' %]
    +
  4. +
+
+ +
+ + Cancel +
+
+ [% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] --