@@ -, +, @@ creator - Click New -> Label batch - Without entering anything in the textarea, click the "Add item(s)" button" - In the pop-up window, perform a search which will return multiple results. - Confirm that everything looks correct and all controls work as they should. --- .../prog/en/modules/labels/result.tt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt @@ -29,23 +29,26 @@
-

Search results

+

Search results

+ [% IF ( results ) %] +

Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]

+ [% ELSE %] +

No results found

+ [% END %]
[% PROCESS pagination %] - [% IF ( results ) %] - Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %] - [% ELSE %] - No results found - [% END %]
-
Select all Clear all
+ -
+
[% FOREACH result_se IN result_set %]
--