From dc3c291d24a0405a3c655de8cc7a46a1f8c14288 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Aug 2012 10:40:27 +0200 Subject: [PATCH] Bug 7986: Followup: FIX display checkboxes for the today checkouts Signed-off-by: Chris Cormack --- .../prog/en/modules/circ/circulation.tt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index e48a92b..6096f2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -808,9 +808,9 @@ No patron matched [% message %] [% END %] [% END %] - [% IF ( todayissue.return_failed ) %] + [% IF ( todayissue.return_failed ) %] Checkin failed - [% ELSE %] + [% ELSE %] [% IF ( todayissue.renew_error_on_reserve ) %] On hold @@ -820,7 +820,11 @@ No patron matched [% message %] [% END %] - [% END %] + [% END %] + + + + [% END %] [% END %] @@ -895,11 +899,11 @@ No patron matched [% message %] [% END %] - - - - - [% END %] + [% END %] + + + + [% END %] [% END %] -- 1.7.10.4