forked from extern/egroupware
Show user list by default
This commit is contained in:
parent
524a289b32
commit
f0603e5b5a
@ -86,6 +86,11 @@ class admin_ui
|
||||
else
|
||||
{
|
||||
$content['iframe'] = 'about:blank'; // we show accounts-list be default now
|
||||
|
||||
// Switch these, in this case there is nothing else specified
|
||||
// and we show the user list
|
||||
$tpl->setElementAttribute('nm','disabled',false);
|
||||
$tpl->setElementAttribute('iframe','disabled',true);
|
||||
}
|
||||
|
||||
$tpl->exec('admin.admin_ui.index', $content, $sel_options);
|
||||
|
Loading…
Reference in New Issue
Block a user