mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Admin UI - Inline editing trigger handles all field types now
This commit is contained in:
@@ -269,7 +269,7 @@ class users_admin_ui extends e_admin_ui
|
||||
$this->fields['user_signature']['writeParms']['data'] = e107::getUserClass()->uc_required_class_list("classes");
|
||||
|
||||
$this->fields['user_signature'] = array('title' => LAN_USER_09, 'type' => 'bbarea', 'width' => 'auto');
|
||||
$this->fields['options'] = array('title'=> LAN_OPTIONS, 'type' => 'method', 'forced'=>TRUE, 'width' => '10%', 'thclass' => 'center last', 'class' => 'center');
|
||||
$this->fields['options'] = array('title'=> LAN_OPTIONS, 'type' => 'method', 'forced'=>TRUE, 'width' => '10%', 'thclass' => 'center last', 'class' => 'left');
|
||||
|
||||
|
||||
if(!getperms('4|U0')) // Quick Add User Access Only.
|
||||
|
Reference in New Issue
Block a user