@@ -, +, @@ library transfer limits page - Test the "For all collection codes" links, "Select all" and "Clear all." Each should affect all checkboxes on all tabs. - Click various tabs and confirm that the "select all" and "clear all" links within that tab work correctly, affecting only the checkboxes in that tab. --- .../en/modules/admin/branch_transfer_limits.tt | 46 ++++++++++++++-------- 1 file changed, 30 insertions(+), 16 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 @@ -41,7 +41,8 @@ [% FOREACH codes_loo IN codes_loop %]

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

-

Select all | Clear all

+ +

Select all | Clear all

@@ -57,9 +58,9 @@ @@ -91,11 +92,21 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
[% IF ( to_branch_loo.isChecked ) %] - + [% ELSE %] - + [% END %]