Add 'Add user' to user list placeholder actions

This commit is contained in:
Nathan Gray 2016-04-13 16:22:19 +00:00
parent a3a0450143
commit 07bae4d00b

View File

@ -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();