Koha/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc
Tomas Cohen Arazi ea800323b7 Bug 21777: (QA follow-up) Fix colspan in the footer
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-11-13 20:54:28 +00:00

13 lines
745 B
HTML

<tfoot>
<tr>
<td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td>
<td id="totaldue" style="text-align: right;">[% totaldue | html %]</td>
<td id="totalfine" style="text-align: right;">[% finetotal | html %]</td>
<td id="totalprice" style="text-align: right;">[% totalprice | html %]</td>
<td colspan="3"><div class="date-select">
<p><label for="newduedate">Renewal due date:</label> <input type="text" size="12" id="newduedate" name="newduedate" value="[% newduedate | html %]" />
</p>
<p><label for="exemptfine">Forgive fines on return: <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></label></p></div>
</td>
</tr>
</tfoot>