From 379caded15a48c2a3690498644afab71c898c009 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Wed, 22 Jun 2016 11:11:03 -0600 Subject: [PATCH] 16801: Include Font Awesome Incons to check/unchek all in Administration > Library transfer limits For purpose to uniformity and leave just one entry in .po files, this patch change: Check all/Uncheck all -> to -> Select all/Clear all. Also added Font Awesome icons. To test: -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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt index 1515a6f..94b0753 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ b/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

-- 1.7.10.4