summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 8faf4f8..7ac6e98 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -373,7 +373,7 @@ function typesel_change() {
var cmd;
newrows = totalrows;
for(i=0; i<newrows; i++) {
- comd = 'document.iform.address_subnet' + i + '.disabled = 0;';
+ comd = 'document.iform.address_subnet' + i + '.disabled = 1;';
eval(comd);
}
break;
@@ -436,7 +436,7 @@ function update_box_type() {
} else if(selected == '{$url_str}') {
document.getElementById ("addressnetworkport").firstChild.data = "{$url_str}";
document.getElementById ("onecolumn").firstChild.data = "{$url_str}";
- document.getElementById ("twocolumn").firstChild.data = "{$update_freq_str}";
+ document.getElementById ("twocolumn").firstChild.data = "";
document.getElementById ("threecolumn").firstChild.data = "{$description_str}";
document.getElementById ("itemhelp").firstChild.data = "{$url_help}";
} else if(selected == '{$openvpn_user_str}') {
OpenPOWER on IntegriCloud