- ".$description.": |
-
+ | ".$description.": |
+
".$uc->uc_dropdown('event['.$id.'][class]', $this -> notify_prefs['event'][$id]['class'],"nobody,main,admin,member,classes,email","onchange=\"mail_field(this.value,'event_".$id."');\" ");
if($this -> notify_prefs['event'][$id]['class'] == 'email')
diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php
index 8afcc1314..6b0a36d6b 100644
--- a/e107_admin/plugin.php
+++ b/e107_admin/plugin.php
@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
-| $Revision: 1.28 $
-| $Date: 2009-07-09 02:47:10 $
+| $Revision: 1.29 $
+| $Date: 2009-07-10 14:25:22 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -637,25 +637,29 @@ class pluginManager{
$text = "
- \n";
+
+
+ \n";
}
$ns->tablerender(EPL_ADLAN_16, $text);
@@ -921,23 +925,22 @@ class pluginManager{
$text = "
";
- $ns->tablerender(EPL_ADLAN_63." ".$tp->toHtml($plug_vars['name'], "", "defs,emotes_off, no_make_clickable"), $text);
+ $ns->tablerender(EPL_ADLAN_63." ".$tp->toHtml($plug_vars['@attributes']['name'], "", "defs,emotes_off, no_make_clickable"), $text);
}
diff --git a/e107_admin/users_extended.php b/e107_admin/users_extended.php
index e8796af79..ad10fed02 100755
--- a/e107_admin/users_extended.php
+++ b/e107_admin/users_extended.php
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/users_extended.php,v $
-| $Revision: 1.14 $
-| $Date: 2008-12-06 20:56:40 $
-| $Author: e107steved $
+| $Revision: 1.15 $
+| $Date: 2009-07-10 14:25:22 $
+| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once('../class2.php');
@@ -308,24 +308,27 @@ class users_ext
{ // Show existing fields
$mode = 'show';
$text = "";
- $text .= "
-
- ".EXTLAN_1." |
- ".EXTLAN_2." | ";
- $text .="".EXTLAN_4." |
- ".EXTLAN_5." |
- ".EXTLAN_6." |
- ".EXTLAN_7." |
- |
- ".EXTLAN_8." |
-
+ $text .= "
+
+
+ ".EXTLAN_1." |
+ ".EXTLAN_2." |
+ ".EXTLAN_4." |
+ ".EXTLAN_5." |
+ ".EXTLAN_6." |
+ ".EXTLAN_7." |
+ |
+ ".EXTLAN_8." |
+
+
+
";
foreach($catNums as $cn)
{
$text .= "
-
+ {$catList[$cn][0]['user_extended_struct_name']} |
";
@@ -338,13 +341,13 @@ class users_ext
$uVal = str_replace(chr(1), "", $ext['user_extended_struct_default']); // Is this right?
$text .= "
-
-
-
-
-
-
- {$ext['user_extended_struct_name']} [".$tp->toHTML($ext['user_extended_struct_text'], FALSE, "defs")."] |
+ ".$ue->user_extended_edit($ext,$uVal)." |
+ ".($ext['user_extended_struct_required'] == 1 ? LAN_YES : LAN_NO)." |
+ ".r_userclass_name($ext['user_extended_struct_applicable'])." |
+ ".r_userclass_name($ext['user_extended_struct_read'])." |
+ ".r_userclass_name($ext['user_extended_struct_write'])." |
+
|
";
}
else
@@ -406,12 +409,17 @@ class users_ext
$text .= "
+
+ $text .= "
+
";
}
// $text .= "";
@@ -771,30 +780,30 @@ class users_ext
$text .= "
-
- ".EXTLAN_38.": |
+
".EXTLAN_11."
|
-
- ".EXTLAN_5." |
+
".r_userclass("user_applicable", $current['user_extended_struct_applicable'], 'off', 'member, admin, classes')." ".EXTLAN_20."
|
-
- ".EXTLAN_6." |
+
".r_userclass("user_read", $current['user_extended_struct_read'], 'off', 'public, member, admin, classes, readonly')." ".EXTLAN_22."
|
-
- ".EXTLAN_7." |
+
".r_userclass("user_write", $current['user_extended_struct_write'], 'off', 'member, admin, classes')." ".EXTLAN_21."
|
";
@@ -1081,13 +1090,14 @@ function headerjs()
|