Skip to content
Snippets Groups Projects
Commit 15b83a03 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove table footer

parent ffa12a7d
Branches
Tags
No related merge requests found
......@@ -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..
......
......@@ -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..
......
......@@ -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..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment