summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-19 20:09:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-03-19 20:09:47 -0400
commita0fc25ae0cfcc775c98640839cb94585cb98ee37 (patch)
tree97619389f212ce9c3ed2053e1dfcd8cdcf114b1c
parent2aed5121de740e778e720fa213d876dc2fa76425 (diff)
downloadpfsense-a0fc25ae0cfcc775c98640839cb94585cb98ee37.zip
pfsense-a0fc25ae0cfcc775c98640839cb94585cb98ee37.tar.gz
Disable update freqency
-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