Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 11:57:14 +00:00
parent 80fddb7fd4
commit 91fe322c00
46 changed files with 252 additions and 275 deletions

View File

@@ -43,16 +43,7 @@ else {
$document['title'] = $text['title-user_manager'];
//show the user list
echo " <table width='100%' border='0'>";
echo " <tr>";
echo " <td align='left' width='100%'>";
require_once "users.php";
echo " <br />";
echo " <br />";
echo " <br />";
echo " </td>";
echo " </tr>";
echo " </table>";
//include the footer
include "resources/footer.php";