mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
* Admin: New setting for admin users with available administrator password to be able to modify mail ACL rights and vacation notices (no longer in admin context menu but under edit account->forward... tab) of each accounts via both mail and admin app.
-Backported commits: r48728, r48729, r48734, r48743, r48671, r48765, r48766, r48775, r48776, r48777.
This commit is contained in:
@@ -252,6 +252,20 @@ app.classes.emailadmin = AppJS.extend(
|
||||
{
|
||||
var use_default = this.et2.getWidgetById('notify_use_default');
|
||||
if (use_default) use_default.set_value(false);
|
||||
},
|
||||
|
||||
/**
|
||||
* default onExecute for admin actions
|
||||
*
|
||||
* @param {object} _action
|
||||
* @param {object} _senders
|
||||
*/
|
||||
account_edit_action: function(_action, _senders)
|
||||
{
|
||||
if (_action.data.url)
|
||||
{
|
||||
this.egw.open_link(_action.data.url, _action.data.target || '_blank', _action.data.popup);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user