summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 05:38:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 05:38:10 +0000
commitd738dfa0a224ac9babad2a190dc3bcbf5de38fe5 (patch)
treefa9966d47cdfa69f028a208b9728ee0f000ff433 /usr/local/www/interfaces.php
parent347858c997dc3e03915815967d6e3f4d50c76a77 (diff)
downloadpfsense-d738dfa0a224ac9babad2a190dc3bcbf5de38fe5.zip
pfsense-d738dfa0a224ac9babad2a190dc3bcbf5de38fe5.tar.gz
Launch item in new target
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 074ffcc..6df1138 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1454,7 +1454,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
optn.value = value;
selectbox.options.add(optn);
selectbox.selectedIndex = (selectbox.options.length-1);
- $('notebox').innerHTML="<p/><strong>NOTE:</strong> You can manage Gateways <a href='system_gateways.php'>here</a>.";
+ $('notebox').innerHTML="<p/><strong>NOTE:</strong> You can manage Gateways <a target='_new' href='system_gateways.php'>here</a>.";
}
function report_failure() {
alert("Sorry, we could not create your gateway at this time.");
OpenPOWER on IntegriCloud