mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"identing category levels a bit more"
This commit is contained in:
parent
c531f0077e
commit
18b145fe24
@ -100,7 +100,7 @@ class bo_acl
|
||||
#_debug_array($cat)."hier<br>";
|
||||
if($this->is_permitted($cat['id'],$perm_type))
|
||||
{
|
||||
$s = str_repeat(' ',$cat['level']) . stripslashes($cat['name']);
|
||||
$s = str_repeat(' ',$cat['level']) . stripslashes($cat['name']);
|
||||
if ($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
||||
{
|
||||
$s .= ' ♦';
|
||||
|
Loading…
Reference in New Issue
Block a user