summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-09 18:49:04 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-09 18:49:04 +0000
commit9eb60dcc6f9ea2004ff491eb83db548cd593e900 (patch)
treecb27b9b3b34282ecdf45ca1d66f4f59463eb2a18 /usr/local/www/firewall_nat_edit.php
parent6097246c7d614eb8cd802e468003ecdcea4a419c (diff)
downloadpfsense-9eb60dcc6f9ea2004ff491eb83db548cd593e900.zip
pfsense-9eb60dcc6f9ea2004ff491eb83db548cd593e900.tar.gz
Fixes Issue #142
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 2752e87..5406a04 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -492,6 +492,11 @@ if($config['aliases']['alias'] <> "")
<!--
var addressarray=new Array(<?php echo $aliasesaddr; ?>);
var customarray=new Array(<?php echo $aliases; ?>);
+
+ var oTextbox1 = new AutoSuggestControl(document.getElementById("localip"), new StateSuggestions(addressarray));
+ var oTextbox2 = new AutoSuggestControl(document.getElementById("beginport_cust"), new StateSuggestions(customarray));
+ var oTextbox3 = new AutoSuggestControl(document.getElementById("endport_cust"), new StateSuggestions(customarray));
+ var oTextbox4 = new AutoSuggestControl(document.getElementById("localbeginport_cust"), new StateSuggestions(customarray));
//-->
</script>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud