diff options
author | Darren Embry <dse@webonastick.com> | 2012-03-29 12:29:39 -0400 |
---|---|---|
committer | Darren Embry <dse@webonastick.com> | 2012-03-29 12:29:39 -0400 |
commit | e12c63db200c26b0b5b8c653be52e79e57915e6d (patch) | |
tree | 2541f9c967b23d9bdb4a988c3901e10d06783bf5 /usr/local | |
parent | a53794c9cce9d71d6243072c87916e35c416cc0c (diff) | |
download | pfsense-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')
-rwxr-xr-x | usr/local/www/services_captiveportal.php | 17 |
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"> </td> + </tr> + <tr> <td colspan="2" valign="top" class="optsect_t2"><?=gettext("Accounting"); ?></td> </tr> <tr> |