@@ -, +, @@ in Administration > Library transfer limits -Go to Administration > Library transfer limits -Notice about Check all/Uncheck all for "For all items types" and "Policy for:" -Apply patch and refresh the screen -Notice about the new Select all/Clear all links with their icons -Confirm that all links work as expected --- .../intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -69,7 +69,7 @@

Check the boxes for the libraries you accept to checkin items from.

-
[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %]Check all | Uncheck all
+
[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %] Select all | Clear all
@@ -82,7 +82,7 @@ [% FOREACH codes_loo IN codes_loop %]

Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]

-

Check all | Uncheck all

+

Select all | Clear all

--