mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Add 'Add user' to user list placeholder actions
This commit is contained in:
parent
a3a0450143
commit
07bae4d00b
@ -57,6 +57,7 @@ class admin_ui
|
|||||||
'row_id' => 'account_id',
|
'row_id' => 'account_id',
|
||||||
'default_cols' => '!account_id,created',
|
'default_cols' => '!account_id,created',
|
||||||
'actions' => self::user_actions(),
|
'actions' => self::user_actions(),
|
||||||
|
'placeholder_actions' => array('add')
|
||||||
);
|
);
|
||||||
//$content['msg'] = 'Hi Ralf ;-)';
|
//$content['msg'] = 'Hi Ralf ;-)';
|
||||||
$sel_options['tree'] = $this->tree_data();
|
$sel_options['tree'] = $this->tree_data();
|
||||||
|
Loading…
Reference in New Issue
Block a user