summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-14 00:09:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-14 00:09:03 +0000
commite0092d6187a9b2795ed9e78f254e333f0976582e (patch)
treed30b8479f2bdb741b26e357a9e3fdb4a7d55d9bb /usr/local
parente54448e69c29563dd7f79c7b3827f4ff6e475c44 (diff)
downloadpfsense-e0092d6187a9b2795ed9e78f254e333f0976582e.zip
pfsense-e0092d6187a9b2795ed9e78f254e333f0976582e.tar.gz
Surround Base Url and Filename options in a table
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 0cfa118..d77bac6 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -312,8 +312,10 @@ function enable_altfirmwareurl(enable_over) {
<td valign="top" class="vncell">Alternate firmware URL</td>
<td class="vtable">
<input name="altfirmwareurl" type="checkbox" id="altfirmwareurl" value="yes" onClick="enable_altfirmwareurl()" <?php if (isset($pconfig['altfirmwareurl'])) echo "checked"; ?>> Use a different URL for firmware upgrades<br>
- Base URL: <input name="firmwareurl" type="input" id="firmwareurl" size="64" value="<?php if ($pconfig['firmwareurl']) echo $pconfig['firmwareurl']; else echo $g['firmwarebaseurl']; ?>"><br>
- Filename: <input name="firmwarename" type="input" id="firmwarename" size="32" value="<?php if ($pconfig['firmwarename']) echo $pconfig['firmwarename']; else echo $g['firmwarefilename']; ?>">
+ <table>
+ <tr><td>Base URL:</td><td><input name="firmwareurl" type="input" id="firmwareurl" size="64" value="<?php if ($pconfig['firmwareurl']) echo $pconfig['firmwareurl']; else echo $g['firmwarebaseurl']; ?>"></td></tr>
+ <tr><td>Filename:</td><td><input name="firmwarename" type="input" id="firmwarename" size="32" value="<?php if ($pconfig['firmwarename']) echo $pconfig['firmwarename']; else echo $g['firmwarefilename']; ?>"></td></tr>
+ </table>
<span class="vexpl"><br>
This is where pfSense will check for newer firmware versions when <a href="system_firmware.php">System: Firmware</a> page is viewed.</span></td>
</tr>
OpenPOWER on IntegriCloud