mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
Show user list by default
This commit is contained in:
parent
524a289b32
commit
f0603e5b5a
@ -86,6 +86,11 @@ class admin_ui
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$content['iframe'] = 'about:blank'; // we show accounts-list be default now
|
$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);
|
$tpl->exec('admin.admin_ui.index', $content, $sel_options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user