forked from extern/egroupware
-moved the emailadmin related strings to emailadmin
-removed the manual setting of the link to the emailadmin, and moved it to emailadmin's hooks -support the (user/group id change for emailadmin table/fields
This commit is contained in:
parent
0e4244b440
commit
c19f247316
@ -78,13 +78,11 @@ class admin_cmd_change_account_id extends admin_cmd
|
||||
'egw_cal_user' => array(array('cal_user_id','cal_user_type' => 'u')), // cal_user_id for cal_user_type='u'
|
||||
),
|
||||
'emailadmin' => array(
|
||||
'egw_emailadmin' => false,
|
||||
'egw_emailadmin' => array(array('ea_user','ea_user > 0'),array('ea_group','ea_group < 0')),
|
||||
),
|
||||
'felamimail' => array(
|
||||
'egw_felamimail_accounts' => 'fm_owner',
|
||||
'egw_felamimail_cache' => 'fmail_accountid', // afaik not used in 1.4+
|
||||
'egw_felamimail_displayfilter' => 'fmail_filter_accountid',
|
||||
'egw_felamimail_folderstatus' => 'fmail_accountid', // afaik not used in 1.4+
|
||||
'egw_felamimail_signatures' => 'fm_accountid',
|
||||
),
|
||||
'infolog' => array(
|
||||
|
@ -823,16 +823,7 @@
|
||||
'extradata' => 'menuaction=admin.uiaclmanager.list_apps'
|
||||
);
|
||||
}
|
||||
// not sure if this realy belongs here, or only in edit_user
|
||||
if ($_GET['account_id'] && // can't set it on add
|
||||
$GLOBALS['egw_info']['user']['apps']['emailadmin']) // rights to access emailadmin
|
||||
{
|
||||
$GLOBALS['menuData'][] = array(
|
||||
'description' => 'eMailAdmin: User assigned Profile',
|
||||
'url' => '/index.php',
|
||||
'extradata' => 'menuaction=emailadmin.emailadmin_ui.listProfiles'
|
||||
);
|
||||
}
|
||||
|
||||
// NDEE210804
|
||||
// added for different way of handling ldap entries inside account manager
|
||||
// we show this only, if accounts are stored in ldap
|
||||
|
@ -190,7 +190,6 @@ egroupware directory admin de eGroupWare Verzeichnis
|
||||
either install id and config password needed or the remote hash! admin de Sie benötigen entweder die Install ID oder das Konfigurationspasswort oder den Remote Hash
|
||||
email account active admin de E-Mail-Konto aktiv
|
||||
email address admin de E-Mail-Adresse
|
||||
emailadmin: user assigned profile admin de eMailAdmin: Vordefiniertes Benutzerprofil
|
||||
enable debug-messages admin de Debug-Meldungen einschalten
|
||||
enable the soap service admin de soap Service einschalten
|
||||
enable the spellcheck in the ritch text editor ? admin de Aktiviere die Rechtschreibprüfung im RichText Editor
|
||||
|
@ -190,7 +190,6 @@ egroupware directory admin en eGroupWare directory
|
||||
either install id and config password needed or the remote hash! admin en Either Install ID AND config password needed OR the remote hash!
|
||||
email account active admin en email account active
|
||||
email address admin en email address
|
||||
emailadmin: user assigned profile admin en eMailAdmin: User assigned Profile
|
||||
enable debug-messages admin en Enable debug-messages
|
||||
enable the soap service admin en Enable the soap service
|
||||
enable the spellcheck in the ritch text editor ? admin en Enable the spellcheck in the ritch text editor ?
|
||||
|
Loading…
Reference in New Issue
Block a user