From 2287f9766ba67313713d999df7b1d5c00b294dca Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@biblibre.com>
Date: Tue, 21 Aug 2012 10:18:41 +0200
Subject: [PATCH] [PASSED QA] Bug 7298: Followup, FIX table bottom

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
---
 .../prog/en/modules/acqui/lateorders.tt            |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
index 709124e..ad36ac8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
@@ -162,17 +162,9 @@ $(document).ready(function() {
       </tbody>
       <tfoot>
         <tr>
-            <th>Total</th>
-            <th>&nbsp;</th>
-            <th>&nbsp;</th>
-            <th>&nbsp;</th>
+            <th colspan="5">Total</th>
             <th>[% total %]</th>
-            <th>&nbsp;</th>
-            <th>&nbsp;</th>
-            <th>&nbsp;</th>
-            <td>
-              <input type="submit" value="Claim Order" />
-            </td>
+            <th colspan="3">&nbsp;</th>
         </tr>
       </tfoot>
     </table>
-- 
1.7.9.5