"identing category levels a bit more"

This commit is contained in:
Ralf Becker 2009-11-06 10:00:02 +00:00
parent c531f0077e
commit 18b145fe24

View File

@ -100,7 +100,7 @@ class bo_acl
#_debug_array($cat)."hier<br>";
if($this->is_permitted($cat['id'],$perm_type))
{
$s = str_repeat('&nbsp;',$cat['level']) . stripslashes($cat['name']);
$s = str_repeat('&nbsp; ',$cat['level']) . stripslashes($cat['name']);
if ($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
{
$s .= ' &#9830;';