diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-07-10 12:43:52 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-07-10 12:44:10 +0000 |
commit | 27b07eda6012cc081e2246bd5aa0c837fc4fb783 (patch) | |
tree | 88985ae546c52c53ecbaeecb8cf3a67064a2c77d /usr/local/www/system.php | |
parent | 9f1d61d377e6b842d37718df95e2f051dd76759c (diff) | |
download | pfsense-27b07eda6012cc081e2246bd5aa0c837fc4fb783.zip pfsense-27b07eda6012cc081e2246bd5aa0c837fc4fb783.tar.gz |
Make this ressemble other pages for style
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-x | usr/local/www/system.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php index fba4e70..3c1b569 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -231,6 +231,10 @@ include("head.inc"); ?> <form action="system.php" method="post"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <tr> + <td id="mainarea"> + <div class="tabcont"> + <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td colspan="2" valign="top" class="listtopic">System</td> </tr> @@ -414,6 +418,9 @@ include("head.inc"); </td> </tr> </table> + </div> + </td></tr> + </table> </form> <?php include("fend.inc"); ?> </body> |