diff --git a/e107_plugins/alt_auth/alt_auth_conf.php b/e107_plugins/alt_auth/alt_auth_conf.php index 87e94158f..4046bd026 100755 --- a/e107_plugins/alt_auth/alt_auth_conf.php +++ b/e107_plugins/alt_auth/alt_auth_conf.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/alt_auth_conf.php,v $ -| $Revision: 1.4 $ -| $Date: 2009-06-12 20:41:34 $ -| $Author: e107steved $ +| $Revision: 1.5 $ +| $Date: 2009-07-21 19:49:36 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ $eplug_admin = true; @@ -89,57 +89,56 @@ if(isset($message)) } $text = " -
+
- - +
+ + + + - - + - - - - - - - - -
".LAN_ALT_1.": ". +".LAN_ALT_1.": ". $auth_dropdown."
".LAN_ALT_6.":
-
".LAN_ALT_7."
+
".LAN_ALT_6.":
+
+ +
".LAN_ALT_7."
".LAN_ALT_8.":
-
".LAN_ALT_9."
+
".LAN_ALT_8.":
+
+ +
".LAN_ALT_9."
-
- -
+ +
+ +
"; -$ns -> tablerender("
".LAN_ALT_3."
", $text); +$ns -> tablerender(LAN_ALT_3, $text); //$extendedFields = $euf->user_extended_get_fields(); @@ -149,9 +148,9 @@ if (count($euf->fieldDefinitions)) { include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_user_extended.php'); $fl = &$euf->fieldDefinitions; - $text = "
+ $text = "
- +
@@ -159,30 +158,31 @@ if (count($euf->fieldDefinitions)) \n"; - $text .= " - - - - - "; + $text .= " + + + + + + + "; foreach ($fl as $f) { $checked = (in_array($f['user_extended_struct_name'], $authExtended) ? " checked='checked'" : ''); $text .= " - - - - \n"; + + + + \n"; } - $text .= " - +
".LAN_ALT_61."".LAN_ALT_62."".LAN_ALT_63."".LAN_ALT_64."
".LAN_ALT_61."".LAN_ALT_62."".LAN_ALT_63."".LAN_ALT_64."
{$f['user_extended_struct_name']}".$tp->toHTML($f['user_extended_struct_text'],FALSE,'TITLE')."{$euf->user_extended_types[$f['user_extended_struct_type']]}
{$f['user_extended_struct_name']}".$tp->toHTML($f['user_extended_struct_text'],FALSE,'TITLE')."{$euf->user_extended_types[$f['user_extended_struct_type']]}
+ $text .= "
- - - +
+
"; -$ns -> tablerender("
".LAN_ALT_60."
", $text); +$ns -> tablerender(LAN_ALT_60, $text); } diff --git a/e107_plugins/alt_auth/e107db_conf.php b/e107_plugins/alt_auth/e107db_conf.php index 9c7e2b865..4e192fa0e 100644 --- a/e107_plugins/alt_auth/e107db_conf.php +++ b/e107_plugins/alt_auth/e107db_conf.php @@ -51,15 +51,19 @@ function show_e107db_form() $frm = new form; $text = $frm -> form_open("post", e_SELF); - $text .= ""; + $text .= "
+ + + + "; - $text .= ""; $text .= alt_auth_get_db_fields('e107db', $frm, $parm, 'server|uname|pwd|db|prefix|classfilt'); - $text .= ""; - $text .= ""; + $text .= ""; $text .= alt_auth_get_field_list('e107db',$frm, $parm, TRUE); - $text .= "
".LAN_ALT_26.""; + $text .= "
".LAN_ALT_26.""; $text .= E107DB_LAN_1; $text .= "
".E107DB_LAN_9.""; + $text .= "
".E107DB_LAN_9.""; $text .= $frm -> form_select_open("e107db_password_method"); foreach($password_methods as $k => $v) { @@ -69,15 +73,13 @@ function show_e107db_form() $text .= $frm -> form_select_close(); $text .= "
".E107DB_LAN_11."
".E107DB_LAN_11."
"; + $text .= "
"; $text .= $frm -> form_button("submit", "update", LAN_ALT_UPDATESET); - $text .= ""; - - $text .= ""; + $text .= "
"; $text .= $frm -> form_close(); $ns -> tablerender(E107DB_LAN_10, $text); diff --git a/e107_plugins/alt_auth/importdb_conf.php b/e107_plugins/alt_auth/importdb_conf.php index ed1475d91..708a20d08 100644 --- a/e107_plugins/alt_auth/importdb_conf.php +++ b/e107_plugins/alt_auth/importdb_conf.php @@ -54,7 +54,11 @@ function show_importdb_form() $frm = new form; $text = $frm -> form_open("post", e_SELF); - $text .= ""; + $text .= "
+ + + + "; $text .= ""; @@ -67,7 +71,7 @@ function show_importdb_form() $text .= $frm -> form_select_close(); $text .= ""; */ - $text .= ""; - $text .= "
".IMPORTDB_LAN_11."
".IMPORTDB_LAN_9.""; + $text .= "
".IMPORTDB_LAN_9.""; $text .= $frm -> form_select_open("importdb_password_method"); foreach($password_methods as $k => $v) { @@ -77,11 +81,9 @@ function show_importdb_form() $text .= $frm -> form_select_close(); $text .= "
"; + $text .= "
"; $text .= $frm -> form_button("submit", "update", LAN_ALT_UPDATESET); - $text .= ""; - - $text .= ""; + $text .= "
"; $text .= $frm -> form_close(); $ns -> tablerender(IMPORTDB_LAN_10, $text);