From a254f56d2c21d8e1ee5c8861add63bfeb4c4e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 18 Dec 2015 13:45:48 +0100 Subject: [PATCH] Bug 15363: (followup) Move tags inside if statements Followup for comment #3 --- .../intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4c17862..1a335a2 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 @@ -70,7 +70,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 %]Check all | Uncheck all
-- 1.7.10.4