From 15b83a0331ba19903637c55d5e8c863c2c593ff0 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 1 Apr 2014 20:53:45 +0000
Subject: [PATCH] Remove table footer

---
 include/staff/orgs.inc.php             | 6 +-----
 include/staff/templates/users.tmpl.php | 6 +-----
 include/staff/users.inc.php            | 6 +-----
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/include/staff/orgs.inc.php b/include/staff/orgs.inc.php
index 0df382c6d..ded6efeb2 100644
--- a/include/staff/orgs.inc.php
+++ b/include/staff/orgs.inc.php
@@ -121,11 +121,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="5"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..
diff --git a/include/staff/templates/users.tmpl.php b/include/staff/templates/users.tmpl.php
index 6b22d3db9..1b7ab4e1e 100644
--- a/include/staff/templates/users.tmpl.php
+++ b/include/staff/templates/users.tmpl.php
@@ -103,11 +103,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="4"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..
diff --git a/include/staff/users.inc.php b/include/staff/users.inc.php
index dab7d7305..62361f198 100644
--- a/include/staff/users.inc.php
+++ b/include/staff/users.inc.php
@@ -137,11 +137,7 @@ else
             <?php
             } //end of while.
         endif; ?>
-    <tfoot>
-     <tr>
-        <td colspan="5"> &nbsp; </td>
-     </tr>
-    </tfoot>
+    </tbody>
 </table>
 <?php
 if($res && $num): //Show options..
-- 
GitLab