mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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();
|
jQuery('.emailadmin_no_single').hide();
|
||||||
}
|
}
|
||||||
if (!this.egw.user('apps').emailadmin)
|
if (!this.egw.user('apps').admin)
|
||||||
{
|
{
|
||||||
jQuery('.emailadmin_no_user,#button\\[multiple\\]').hide();
|
jQuery('.emailadmin_no_user,#button\\[multiple\\]').hide();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user