summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 23:23:16 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 23:23:16 +0000
commite12d98eaf8675c193f7b70d72bc8aca6e43cae63 (patch)
tree5a376e7f772068576f28c0e8f3b6fb05b6e49a11 /usr/local/www/system_firmware_auto.php
parent6d8a09897c15394009be486cca7dcf35821a9d2e (diff)
downloadpfsense-e12d98eaf8675c193f7b70d72bc8aca6e43cae63.zip
pfsense-e12d98eaf8675c193f7b70d72bc8aca6e43cae63.tar.gz
More round tables
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 722d221..15622de 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -60,8 +60,9 @@ include("head.inc");
</td>
</tr>
<tr>
- <td class="tabcont">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td>
<!-- progress bar -->
@@ -79,6 +80,7 @@ include("head.inc");
</td>
</tr>
</table>
+ </div>
</td>
</tr>
</table>
@@ -157,5 +159,4 @@ if($didupdate == true) {
}
echo "\n<script language=\"JavaScript\">document.progressbar.style.visibility='hidden';\n</script>";
-
?>
OpenPOWER on IntegriCloud