diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt index c8e8311fcc..54e38efc18 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt @@ -13,29 +13,38 @@ [% UNLESS count %]

Your search returned no results.

[% ELSIF ( supplier.length < 1 ) %] -

Vendor search: [% count | html %] result(s) found

+

[% count | html %] result(s) found

[% ELSE %] -

Vendor search: [% count | html %] result(s) found for '[% supplier | html %]'

+

[% count | html %] result(s) found for '[% supplier | html %]'

[% END %] [% IF ( loop_suppliers ) %] - - - - - - [% FOREACH loop_supplier IN loop_suppliers %] +
+
VendorSelect
- - - - [% END %] -
[% loop_supplier.name | html %]Choose
+ Vendor + Select + + [% FOREACH loop_supplier IN loop_suppliers %] + + [% loop_supplier.name | html %] + Choose + + [% END %] + + [% END %] -

Perform a new search

- -
Cancel
+ [% MACRO jsinclude BLOCK %]