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:
Ralf Becker
2014-04-02 19:04:37 +00:00
parent 554789e9ff
commit 524a289b32
3 changed files with 9 additions and 5 deletions

View File

@ -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':