summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-21 00:13:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-21 00:13:27 +0000
commit3aed792b1a03bc97c2da80bbfdaa96ea702f493d (patch)
tree47cc1d4fa4781688463e2eca4748d8d3bec6305d /usr/local/www/firewall_nat_out_edit.php
parent78f45b0a500cdf9ff0d13ced40d18925f856803b (diff)
downloadpfsense-3aed792b1a03bc97c2da80bbfdaa96ea702f493d.zip
pfsense-3aed792b1a03bc97c2da80bbfdaa96ea702f493d.tar.gz
When switching source from Any to network and back, allow source subnet field to be changed afterwards.
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 5e664f9..8ade0ae 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -252,7 +252,7 @@ function sourcesel_change() {
switch (document.iform.source_type.selectedIndex) {
case 1: // network
document.iform.source.disabled = 0;
- document.iform.source.disabled = 0;
+ document.iform.source_subnet.disabled = 0;
break;
default:
document.iform.source.value = "";
OpenPOWER on IntegriCloud