Bug 10576: make strings in additem.js accessible to translation
[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"><div class="date-select">
7             <p><label for="newduedate">Renewal due date:</label> <input type="text" size="12" id="newduedate" name="newduedate" value="[% newduedate %]" readonly="readonly" />
8 </p>
9             <p><label for="exemptfine">Forgive fines on return: <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></label></p></div>
10                 </td>
11         </tr>
12 </tfoot>