mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
show account-list by default, dont load site config in (disabled) iframe and remove app-header when switching back to account-list
This commit is contained in:
@ -105,6 +105,10 @@ app.classes.admin = AppJS.extend(
|
||||
{
|
||||
this.iframe.set_src(_url);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.egw.app_header('');
|
||||
}
|
||||
this.iframe.set_disabled(!_url);
|
||||
this.nm.set_disabled(!!_url);
|
||||
},
|
||||
@ -369,7 +373,7 @@ app.classes.admin = AppJS.extend(
|
||||
this.egw.link_title('home-accounts', content.acl_location, function(title) {sel_options.acl_location[content.acl_location] = title;});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
switch(_action.id)
|
||||
{
|
||||
case 'delete':
|
||||
|
Reference in New Issue
Block a user