open preferences and ACL in a popup (ACL still needs a little more work: use et2_dialog to add/edit instead of an other popup)

This commit is contained in:
Ralf Becker
2014-04-01 15:49:08 +00:00
parent 4c52fe5e65
commit 6fdf8c98d1
9 changed files with 36 additions and 46 deletions

View File

@ -272,14 +272,6 @@ app.classes.admin = AppJS.extend(
this.egw.json('admin_account::ajax_delete_group', [account_id]).sendRequest();
break;
case 'acl':
this.splitter.dock();
this.iframe.set_src(egw.link('/index.php', {
menuaction: 'admin.admin_acl.index',
account_id: _senders[0].id.split('/')[2]
}));
break;
default:
if (!_action.data.url)
{