Revision e12c63db
Added by Darren Embry over 13 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
628 | 628 |
</tr> |
629 | 629 |
</table> |
630 | 630 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
631 |
<tr> |
|
632 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td> |
|
631 |
<tr> |
|
632 |
<td colspan="2" valign="top" class="listtopic">Primary Authentication Source</td> |
|
633 |
</tr> |
|
634 |
<tr> |
|
635 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td> |
|
633 | 636 |
</tr> |
634 | 637 |
<tr> |
635 | 638 |
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td> |
... | ... | |
669 | 672 |
<td colspan="2" class="list" height="12"></td> |
670 | 673 |
</tr> |
671 | 674 |
<tr> |
672 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Tertiary RADIUS server"); ?></td> |
|
675 |
<td colspan="2" valign="top" class="listtopic">Secondary Authentication Source</td> |
|
676 |
</tr> |
|
677 |
<tr> |
|
678 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Primary RADIUS server"); ?></td> |
|
673 | 679 |
</tr> |
674 | 680 |
<tr> |
675 | 681 |
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td> |
... | ... | |
688 | 694 |
<td colspan="2" class="list" height="12"></td> |
689 | 695 |
</tr> |
690 | 696 |
<tr> |
691 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Quaternary RADIUS server"); ?></td>
|
|
697 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Secondary RADIUS server"); ?></td>
|
|
692 | 698 |
</tr> |
693 | 699 |
<tr> |
694 | 700 |
<td class="vncell" valign="top"><?=gettext("IP address"); ?></td> |
... | ... | |
706 | 712 |
<tr> |
707 | 713 |
<td colspan="2" class="list" height="12"></td> |
708 | 714 |
</tr> |
715 |
<tr> |
|
716 |
<td colspan="2" valign="top" class="listtopic"> </td> |
|
717 |
</tr> |
|
709 | 718 |
<tr> |
710 | 719 |
<td colspan="2" valign="top" class="optsect_t2"><?=gettext("Accounting"); ?></td> |
711 | 720 |
</tr> |
Also available in: Unified diff
fix for bug #2322: Fix CP secondary RADIUS auth source GUI
http://redmine.pfsense.org/issues/2322