summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-03-29 12:29:39 -0400
committerDarren Embry <dse@webonastick.com>2012-03-29 12:29:39 -0400
commite12c63db200c26b0b5b8c653be52e79e57915e6d (patch)
tree2541f9c967b23d9bdb4a988c3901e10d06783bf5 /usr/local/www/services_captiveportal.php
parenta53794c9cce9d71d6243072c87916e35c416cc0c (diff)
downloadpfsense-e12c63db200c26b0b5b8c653be52e79e57915e6d.zip
pfsense-e12c63db200c26b0b5b8c653be52e79e57915e6d.tar.gz
fix for bug #2322: Fix CP secondary RADIUS auth source GUI
http://redmine.pfsense.org/issues/2322
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php17
1 files changed, 13 insertions, 4 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index d050b7e..338ff5d 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -628,8 +628,11 @@ function enable_change(enable_change) {
</tr>
</table>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
- <tr>
- <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Primary Authentication Source</td>
+ </tr>
+ <tr>
+ <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td>
</tr>
<tr>
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td>
@@ -669,7 +672,10 @@ function enable_change(enable_change) {
<td colspan="2" class="list" height="12"></td>
</tr>
<tr>
- <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Tertiary RADIUS server"); ?></td>
+ <td colspan="2" valign="top" class="listtopic">Secondary Authentication Source</td>
+ </tr>
+ <tr>
+ <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td>
</tr>
<tr>
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td>
@@ -688,7 +694,7 @@ function enable_change(enable_change) {
<td colspan="2" class="list" height="12"></td>
</tr>
<tr>
- <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Quaternary RADIUS server"); ?></td>
+ <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Secondary RADIUS server"); ?></td>
</tr>
<tr>
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td>
@@ -707,6 +713,9 @@ function enable_change(enable_change) {
<td colspan="2" class="list" height="12"></td>
</tr>
<tr>
+ <td colspan="2" valign="top" class="listtopic">&nbsp;</td>
+ </tr>
+ <tr>
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Accounting"); ?></td>
</tr>
<tr>
OpenPOWER on IntegriCloud