mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Update users.php
This commit is contained in:
@@ -268,7 +268,7 @@ class users_admin_ui extends e_admin_ui
|
|||||||
*/
|
*/
|
||||||
protected $disallow = array('create');
|
protected $disallow = array('create');
|
||||||
|
|
||||||
protected $tabs = array('Basic', 'Extended');
|
protected $tabs = array(LAN_BASIC, LAN_EXTENDED);
|
||||||
|
|
||||||
//TODO - finish 'user' type, set 'data' to all editable fields, set 'noedit' for all non-editable fields
|
//TODO - finish 'user' type, set 'data' to all editable fields, set 'noedit' for all non-editable fields
|
||||||
protected $fields = array(
|
protected $fields = array(
|
||||||
|
Reference in New Issue
Block a user