1
0
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:
SecretR
2013-02-21 11:44:43 +02:00
parent e91230ad48
commit df34caa950
2 changed files with 12 additions and 4 deletions

View File

@@ -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.