summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-15 08:53:23 -0400
committerjim-p <jimp@pfsense.org>2011-04-15 08:53:23 -0400
commitb9bbae047ad11cfc54328fbc8f6619141ac5c480 (patch)
treee94e65b201a46767e971bb0e0ae3c4c2a03993d6 /usr
parentca90133bf6c497348a20eee0a706e2c4b5af9d13 (diff)
downloadpfsense-b9bbae047ad11cfc54328fbc8f6619141ac5c480.zip
pfsense-b9bbae047ad11cfc54328fbc8f6619141ac5c480.tar.gz
Move the link to add a gateway up next to the drop-down box so it is more obvious.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 2469631..ec8d3ee 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1200,10 +1200,10 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
}
}
?>
- </select>
+ </select> -or- <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one."); ?></a>
<br/>
<div id='addgwbox'>
- <?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or"); ?> <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one."); ?></a>
+ <?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add one using the link above"); ?>
</div>
<div id='notebox'>
</div>
OpenPOWER on IntegriCloud