diff --git a/e107_plugins/alt_auth/alt_auth_adminmenu.php b/e107_plugins/alt_auth/alt_auth_adminmenu.php index e4d367141..2fca4f895 100755 --- a/e107_plugins/alt_auth/alt_auth_adminmenu.php +++ b/e107_plugins/alt_auth/alt_auth_adminmenu.php @@ -131,14 +131,14 @@ function alt_auth_get_field_list($tableType, $frm, $parm, $asCheckboxes = FALSE) { if (varsettrue($v['showAll']) || varsettrue($v[$tableType])) { - $ret .= "
".LAN_ALT_42." | ||
".LAN_ALT_48; + $text .= " | ||
".LAN_ALT_48;
if ($val_name)
{
$text .= " ".LAN_ALT_49.$val_name.' '.LAN_ALT_50; if (varset($_POST['passtovalidate'],'')) $text .= str_repeat('*',strlen($_POST['passtovalidate'])); else $text .= LAN_ALT_51; } - $text .= " | "; + $text .= " | "; switch ($log_result) { case AUTH_SUCCESS : @@ -439,16 +440,17 @@ function alt_auth_test_form($prefix, $frm) $text .= " |
".LAN_ALT_33." | "; + $text .= " | |
".LAN_ALT_33." | "; $text .= $frm->form_text('nametovalidate', 35, '', 120); $text .= " | |
".LAN_ALT_34." | "; + $text .= " | |
".LAN_ALT_34." | "; $text .= $frm->form_password('passtovalidate', 35, '', 120); $text .= " | |
"; - $text .= $frm->form_button("submit", 'testauth', LAN_ALT_47); +// $text .= $frm->form_button("submit", 'testauth', LAN_ALT_47); + $text .= e107::getForm()->admin_button('testauth', LAN_ALT_47,'other'); $text .= " |
".LAN_ALT_26." | "; + $text .= " |
".LAN_ALT_26." | "; $text .= E107DB_LAN_1; $text .= " |
".E107DB_LAN_9." | "; + $text .= " |
".E107DB_LAN_9." | "; $text .= altAuthGetPasswordSelector('e107db_password_method', $frm, $parm['e107db_password_method'], FALSE); $text .= " |
".IMPORTDB_LAN_11." | |
".IMPORTDB_LAN_11." | |
".IMPORTDB_LAN_9." | "; $text .= altAuthGetPasswordSelector('importdb_password_method', $frm, $parm['importdb_password_method'], TRUE); @@ -70,7 +70,7 @@ function show_importdb_form() $text .= " |
".LDAPLAN_12." | ";
+$text .= "
".LAN_RADIUS_11." "; + // $message .= " ".LAN_RADIUS_11." "; + $mes->addWarning(LAN_RADIUS_11); } @@ -53,12 +56,12 @@ while($row = $sql->db_Fetch()) $frm = new form; $text = $frm -> form_open("post",e_SELF); -$text .= "
|