mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +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();
|
$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)
|
// change cat-ids to pathes and preserv unavailible cats (eg. private user-cats)
|
||||||
if ($value)
|
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)
|
foreach((array)$categories->return_array($cat_id ? 'subs' : 'mains', 0, false, '', 'ASC', '', $globals, $cat_id) as $cat)
|
||||||
{
|
{
|
||||||
|
|
||||||
$s = stripslashes($cat['name']);
|
$s = stripslashes($cat['name']);
|
||||||
|
|
||||||
if($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
if($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
||||||
{
|
{
|
||||||
$s .= ' ♦';
|
$s .= ' ♦';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1D array
|
// 1D array
|
||||||
|
Loading…
Reference in New Issue
Block a user