Bug 21777: (RMaint follow-up) Fix colspan in the footer
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 23 Nov 2018 15:44:28 +0000 (15:44 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 23 Nov 2018 15:44:57 +0000 (15:44 +0000)
This reverts commit 64c1c84fe6e9236596966a689f65f33f804e6186.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc

index a740c50..40b7223 100644 (file)
@@ -1,6 +1,6 @@
 <tfoot>
        <tr>
-        <td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td>
+        <td colspan="12" 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>