Bug 15091: Batch Checkout: Set titles above result tables
authorMarc Véron <veron@veron.ch>
Tue, 3 Nov 2015 19:06:25 +0000 (20:06 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 19 Nov 2015 23:22:06 +0000 (20:22 -0300)
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 <nengard@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt

index 4bfd05a..ade63f6 100644 (file)
@@ -94,7 +94,10 @@ $(document).ready(function() {
 
 [% ELSE %]
   [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
+    <h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1>
     <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
+  [% ELSE %]
+    <h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1>
   [% END %]
     <table id="checkout_infos">
       <thead>