From: Marc VĂ©ron Date: Tue, 3 Nov 2015 19:06:25 +0000 (+0100) Subject: Bug 15091: Batch Checkout: Set titles above result tables X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=eea1d4043c9b8e2c6de774460bead0ac4d3d2f91;p=koha.git Bug 15091: Batch Checkout: Set titles above result tables This patch is to clarify the results that are displayed while performing a batch checkout. It is not the full solution for what is described in the video in comment #2, but it tells the user what the information in the table is about. A second patch is planned to address the case where the issues are confirmed but not can be fulfilled because the user's fines reach the threshold while checking out the items. Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 4bfd05abaa..ade63f6222 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -94,7 +94,10 @@ $(document).ready(function() { [% ELSE %] [% IF confirmation_needed && CAN_user_circulate_force_checkout %] +

Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]

+ [% ELSE %] +

Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]

[% END %]