summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-10 02:15:47 +0000
committerColin Smith <colin@pfsense.org>2005-04-10 02:15:47 +0000
commit3a023f990676613ab4c4ffc26966b6fa9404f7ce (patch)
tree29cc4d11e8fc962e212fdd76cf41c677031bc770 /usr/local/www/system_firmware_auto.php
parent36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b (diff)
downloadpfsense-3a023f990676613ab4c4ffc26966b6fa9404f7ce.zip
pfsense-3a023f990676613ab4c4ffc26966b6fa9404f7ce.tar.gz
Add a tab to the top of the auto update field - the grey background looks out of place otherwise.
XXX: system_firmware.php may need to be redone to accomodate the new autoupdate method.
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 4e0832a..c50fc78 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -52,7 +52,14 @@ require_once("xmlrpc_client.inc");
<p class="pgtitle">System: Firmware: Invoke Auto Upgrade</p>
<form action="system_firmware_auto.php" method="post">
-<table width="100%" border="0" cellpadding="6" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td>
+ <ul id="tabnav">
+ <li class="tabact">System Update</a></li>
+ </ul>
+ </td>
+ </tr>
<tr>
<td class="tabcont">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
OpenPOWER on IntegriCloud