mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
remove html-entity-encoding from global-cat marker (diamond)
This commit is contained in:
parent
4b8d36c09f
commit
ad1fb7edf2
@ -481,7 +481,7 @@ class Tree extends Etemplate\Widget
|
||||
}
|
||||
$cat2path=array();
|
||||
|
||||
static::processCategory(0, $options, $categories, !$type, $cat2path);
|
||||
static::processCategory(0, $options, $categories, !$type, $cat2path);
|
||||
// change cat-ids to pathes and preserv unavailible cats (eg. private user-cats)
|
||||
if ($value)
|
||||
{
|
||||
@ -519,12 +519,11 @@ class Tree extends Etemplate\Widget
|
||||
{
|
||||
foreach((array)$categories->return_array($cat_id ? 'subs' : 'mains', 0, false, '', 'ASC', '', $globals, $cat_id) as $cat)
|
||||
{
|
||||
|
||||
$s = stripslashes($cat['name']);
|
||||
|
||||
if($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
||||
{
|
||||
$s .= ' ♦';
|
||||
$s .= ' ♦';
|
||||
}
|
||||
|
||||
// 1D array
|
||||
|
Loading…
Reference in New Issue
Block a user