summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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
parent6d8a09897c15394009be486cca7dcf35821a9d2e (diff)
downloadpfsense-e12d98eaf8675c193f7b70d72bc8aca6e43cae63.zip
pfsense-e12d98eaf8675c193f7b70d72bc8aca6e43cae63.tar.gz
More round tables
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php7
-rwxr-xr-xusr/local/www/system_firmware_auto.php7
-rwxr-xr-xusr/local/www/system_firmware_check.php12
-rwxr-xr-xusr/local/www/system_firmware_settings.php8
4 files changed, 15 insertions, 19 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 14bd905..d21268c 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -150,8 +150,9 @@ print_info_box($sig_warning);
</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 colspan="2" class="listtopic">Invoke pfSense Manual Upgrade</td>
</tr>
@@ -185,6 +186,7 @@ print_info_box($sig_warning);
has started. The firewall will reboot automatically after
storing the new firmware. The configuration will be maintained.</span></td>
</table>
+ </div>
</tr>
</td>
</table>
@@ -194,4 +196,3 @@ print_info_box($sig_warning);
<?php include("fend.inc"); ?>
</body>
</html>
-
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>";
-
?>
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 4034b64..951a8cb 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -59,7 +59,6 @@ include("head.inc");
}
//-->
</SCRIPT>
- <div id="bottomonly">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
@@ -73,11 +72,12 @@ include("head.inc");
</td>
</tr>
<tr>
- <td class="tabcont">
+ <td>
<?php
if(is_array($versions)) {
?>
- <table align="center" width="60%" border="0" cellpadding="0" cellspacing="0">
+ <div id="mainarea">
+ <table align="center" width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
<tr>
<td width="10%" class="listhdrr">Act</td>
<td width="30%" class="listhdrr">Category</td>
@@ -204,6 +204,7 @@ if(is_array($versions)) {
</td>
</tr>
</table>
+ </div>
<?php
}
} else {
@@ -213,7 +214,6 @@ if(is_array($versions)) {
</td>
</tr>
</table>
- </div>
<?php
include("fend.inc");
$versions['cachetime'] = time();
@@ -221,9 +221,5 @@ $fout = fopen("/tmp/versioncheck.cache", "w");
fwrite($fout, serialize($versions));
fclose($fout);
?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#bottomonly","bl br","#FFF","#eeeeee","smooth");
-</script>
</body>
</html>
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index d5e6fdd..bd67536 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -82,7 +82,8 @@ function update_description(itemnum) {
?>
</td>
</tr>
- <tr><td class="tabcont"><table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr><td><div id=mainarea>
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">Firmware Branch</td>
</tr>
@@ -124,10 +125,7 @@ function update_description(itemnum) {
<input name="Submit" type="submit" class="formbtn" value="Save">
</td>
</tr>
- <tr>
- <td colspan="2" class="list" height="12"></td>
- </tr>
- </table></td></tr></table>
+ </table></div></td></tr></table>
</form>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud