Merge remote-tracking branch 'origin/new/bug_8636'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkouts-table-footer.inc
1 <tfoot>
2         <tr>
3         <td colspan="6" style="text-align: right; font-weight:bold;">Totals:</td>
4                 <td>[% totaldue %]</td>
5                 <td>[% totalprice %]</td>
6                 <td colspan="3">
7             <p>Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="[% newduedate %]" />
8 </p>
9                         <p><label>Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" /></label></p>
10                 </td>
11         </tr>
12 </tfoot>