summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-18 12:43:09 -0300
committerRenato Botelho <renato@netgate.com>2015-07-18 12:43:09 -0300
commit642e925fa19b33a3fce2015dd869433c885b1d07 (patch)
tree50d5b722f3af92f7bcc234d408592711dee92d86
parent6eb520938c518a958f09db67e5e9eba2dbdc02d2 (diff)
parent6d854579eb66876ed17b295abf69829c0112e0a0 (diff)
downloadpfsense-642e925fa19b33a3fce2015dd869433c885b1d07.zip
pfsense-642e925fa19b33a3fce2015dd869433c885b1d07.tar.gz
Merge pull request #1761 from doktornotor/patch-2
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 746a627..ded7a85 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -640,8 +640,8 @@ function update_box_type() {
typesel_change();
add_alias_control(this);
}
- document.getElementById ("addressnetworkport").firstChild.data = "{$url_str}";
- document.getElementById ("onecolumn").firstChild.data = "{$url_str}";
+ document.getElementById ("addressnetworkport").firstChild.data = "{$urltable_str}";
+ document.getElementById ("onecolumn").firstChild.data = "{$urltable_str}";
document.getElementById ("twocolumn").firstChild.data = "{$update_freq_str}";
document.getElementById ("threecolumn").firstChild.data = "";
document.getElementById ("threecolumn").style.display = 'none';
@@ -653,8 +653,8 @@ function update_box_type() {
typesel_change();
add_alias_control(this);
}
- document.getElementById ("addressnetworkport").firstChild.data = "{$url_str}";
- document.getElementById ("onecolumn").firstChild.data = "{$url_str}";
+ document.getElementById ("addressnetworkport").firstChild.data = "{$urltable_ports_str}";
+ document.getElementById ("onecolumn").firstChild.data = "{$urltable_ports_str}";
document.getElementById ("twocolumn").firstChild.data = "{$update_freq_str}";
document.getElementById ("threecolumn").firstChild.data = "";
document.getElementById ("threecolumn").style.display = 'none';
OpenPOWER on IntegriCloud