Nick Clemens
ae543d4758
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
13 lines
717 B
HTML
13 lines
717 B
HTML
<tfoot>
|
|
<tr>
|
|
<td colspan="11" style="text-align: right; font-weight:bold;">Totals:</td>
|
|
<td id="totaldue" style="text-align: right;">[% totaldue %]</td>
|
|
<td id="totalfine" style="text-align: right;">[% finetotal %]</td>
|
|
<td id="totalprice" style="text-align: right;">[% totalprice %]</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 %]" />
|
|
</p>
|
|
<p><label for="exemptfine">Forgive fines on return: <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></label></p></div>
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|