summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-12 02:00:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-12 02:00:04 +0000
commitd0379bd50d8751255981ce5f8e62ba6bbccec8fe (patch)
tree50a522bc2b7dd1368b459ddd6598ff043e1d888a
parentb069d7742fe9e95b77b076c837e5292818722481 (diff)
downloadpfsense-d0379bd50d8751255981ce5f8e62ba6bbccec8fe.zip
pfsense-d0379bd50d8751255981ce5f8e62ba6bbccec8fe.tar.gz
Remove per user bandwidth javascript code and use more padding on table
-rwxr-xr-xusr/local/www/services_captiveportal.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index e89d0ca..1987ce5 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -274,7 +274,6 @@ function enable_change(enable_change) {
auth_method_change();
enable_https();
- //enable_peruserbw();
}
//-->
@@ -352,7 +351,7 @@ to access after they've authenticated.</td>
<tr>
<td width="22%" valign="top" class="vncell">RADIUS server</td>
<td width="78%" class="vtable">
- <table cellpadding="0" cellspacing="0">
+ <table cellpadding="1" cellspacing="1">
<td>No Authentication:&nbsp;&nbsp;</td>
<td><input name="auth_method" type="radio" id="auth_method" value="none" <?php if($pconfig['auth_method']!="local" || $pconfig['auth_method']!="radius") echo "checked"; ?> onClick="auth_method_change()"></td>
</tr>
OpenPOWER on IntegriCloud