Bug 29271: Fix cash register report results
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkouts-table-footer.inc
1 <tfoot>
2         <tr>
3         <td colspan="15" style="text-align: right; font-weight:bold;">Totals:</td>
4         <td id="totaldue" style="text-align: right;"></td>
5         <td id="totalfine" style="text-align: right;"></td>
6         <td id="totalprice" style="text-align: right;"></td>
7         [% IF Koha.Preference('ExportCircHistory') %]
8             <td colspan="4">
9         [% ELSE %]
10             <td colspan="3">
11         [% END %]
12             <div class="date-select">
13                 <p><label for="newduedate">Renewal due date:</label> <input type="text" size="12" id="newduedate" name="newduedate" value="" /></p>
14                 <p id="newonholdduedate"><label for="newonholdduedate">On hold due date:</label> <input type="text" size="12" name="newonholdduedate" value="" /></p>
15                 <p><label for="exemptfine">Forgive fines on return:</label> <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></p>
16             </div>
17                 </td>
18         </tr>
19 </tfoot>