summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 00:21:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 00:21:57 +0000
commit80e55bad148d8d9d855f3adb23852b7046b21821 (patch)
tree58a665179a69f5c4b02579aec38de145a4ef968b /usr/local/www
parent6ed8810ae4559551f778ccf893fe154df0b68c18 (diff)
downloadpfsense-80e55bad148d8d9d855f3adb23852b7046b21821.zip
pfsense-80e55bad148d8d9d855f3adb23852b7046b21821.tar.gz
Nuke globe icon which makes the text overlap.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index bcc96e2..1174e75 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -119,7 +119,7 @@ function enable_altfirmwareurl(enable_over) {
<td class="vtable">
<input name="alturlenable" type="checkbox" id="alturlenable" value="yes" onClick="enable_altfirmwareurl()" <?php if(isset($curcfg['alturl']['enable'])) echo "checked"; ?>> Use a different URL server for firmware upgrades other than <?php echo $g['"product_website"']; ?><br>
<table>
- <tr><td>Base URL:</td><td><input name="firmwareurl" type="input" class="formfld url" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
+ <tr><td>Base URL:</td><td><input name="firmwareurl" type="input" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
</table>
<span class="vexpl">
This is where <?php echo $g['product_name'] ?> will check for newer firmware versions when the <a href="system_firmware_check.php">System: Firmware: Auto Update</a> page is viewed.
OpenPOWER on IntegriCloud