forked from extern/egroupware
fix not displayed "allow non-admins to create further identities"
This commit is contained in:
parent
eb8d0216e4
commit
b9bfdb06c8
@ -1016,7 +1016,7 @@ app.classes.admin = AppJS.extend(
|
||||
{
|
||||
jQuery('.emailadmin_no_single').hide();
|
||||
}
|
||||
if (!this.egw.user('apps').emailadmin)
|
||||
if (!this.egw.user('apps').admin)
|
||||
{
|
||||
jQuery('.emailadmin_no_user,#button\\[multiple\\]').hide();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user