From 583c04f61a86cb06a1a8daecef903088430b6d18 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Aug 2012 10:40:27 +0200 Subject: [PATCH 1/1] Bug 7986: Followup: FIX display checkboxes for the today checkouts --- .../prog/en/modules/circ/circulation.tt | 20 ++++++++++++-------- 1 files 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 d6ef006..4352c16 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -804,9 +804,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 @@ -816,7 +816,11 @@ No patron matched [% message %] [% END %] - [% END %] + [% END %] + + + + [% END %] [% END %] @@ -891,11 +895,11 @@ No patron matched [% message %] [% END %] - - - - - [% END %] + [% END %] + + + + [% END %] [% END %] -- 1.7.7.3