Bug 21757: Clenup of moremember.pl and its templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkouts-table-footer.inc
index 40d2195..d605ad0 100644 (file)
@@ -1,11 +1,11 @@
 <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="14" style="text-align: right; font-weight:bold;">Totals:</td>
+        <td id="totaldue" style="text-align: right;"></td>
+        <td id="totalfine" style="text-align: right;"></td>
+        <td id="totalprice" style="text-align: right;"></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><label for="newduedate">Renewal due date:</label> <input type="text" size="12" id="newduedate" name="newduedate" value="" />
 </p>
             <p><label for="exemptfine">Forgive fines on return: <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></label></p></div>
                </td>