summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-08 03:25:18 +0000
committerColin Smith <colin@pfsense.org>2005-03-08 03:25:18 +0000
commitcb7d3b13731c1ef0095c8f30ddaf751350aeefca (patch)
treec371ec66b63491a88994f841f5bdebb9dc099b90 /usr
parent56961bd859bbe1cf8056cb54f18b7c9fa31f6e16 (diff)
downloadpfsense-cb7d3b13731c1ef0095c8f30ddaf751350aeefca.zip
pfsense-cb7d3b13731c1ef0095c8f30ddaf751350aeefca.tar.gz
Properly gray out all fields when captive portal is disabled.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 79291f6..2bc809e 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -214,6 +214,14 @@ function enable_change(enable_change) {
document.iform.key.disabled = endis;
document.iform.logoutwin_enable.disabled = endis;
document.iform.nomacfilter.disabled = endis;
+ document.iform.peruserbw.disabled = endis;
+ document.iform.bwauthmacdn.disabled = endis;
+ document.iform.bwauthmacup.disabled = endis;
+ document.iform.bwauthipdn.disabled = endis;
+ document.iform.bwauthipup.disabled = endis;
+ document.iform.bwdefaultdn.disabled = endis;
+ document.iform.bwdefaultup.disabled = endis;
+ document.iform.radiusacctport.disabled = endis;
document.iform.htmlfile.disabled = endis;
document.iform.errfile.disabled = endis;
OpenPOWER on IntegriCloud