Bug 14948 - Display amounts right aligned in tables on patron pages
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkouts-table-footer.inc
1 <tfoot>
2         <tr>
3         <td colspan="10" style="text-align: right; font-weight:bold;">Totals:</td>
4         <td id="totaldue" style="text-align: right;">[% totaldue %]</td>
5         <td id="totalfine" style="text-align: right;">[% finetotal %]</td>
6         <td id="totalprice" style="text-align: right;">[% totalprice %]</td>
7                 <td colspan="3"><div class="date-select">
8             <p><label for="newduedate">Renewal due date:</label> <input type="text" size="12" id="newduedate" name="newduedate" value="[% newduedate %]" readonly="readonly" />
9 </p>
10             <p><label for="exemptfine">Forgive fines on return: <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></label></p></div>
11                 </td>
12         </tr>
13 </tfoot>