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 ...@@ -121,11 +121,7 @@ else
<?php <?php
} //end of while. } //end of while.
endif; ?> endif; ?>
<tfoot> </tbody>
<tr>
<td colspan="5"> &nbsp; </td>
</tr>
</tfoot>
</table> </table>
<?php <?php
if($res && $num): //Show options.. if($res && $num): //Show options..
......
...@@ -103,11 +103,7 @@ else ...@@ -103,11 +103,7 @@ else
<?php <?php
} //end of while. } //end of while.
endif; ?> endif; ?>
<tfoot> </tbody>
<tr>
<td colspan="4"> &nbsp; </td>
</tr>
</tfoot>
</table> </table>
<?php <?php
if($res && $num): //Show options.. if($res && $num): //Show options..
......
...@@ -137,11 +137,7 @@ else ...@@ -137,11 +137,7 @@ else
<?php <?php
} //end of while. } //end of while.
endif; ?> endif; ?>
<tfoot> </tbody>
<tr>
<td colspan="5"> &nbsp; </td>
</tr>
</tfoot>
</table> </table>
<?php <?php
if($res && $num): //Show options.. 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