mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Changed style to visualice data in 'Group view' tiquet: #1879
This commit is contained in:
parent
6c1b434565
commit
c287a2064a
@ -2759,7 +2759,7 @@ function groups_get_group_deep ($id_group) {
|
|||||||
$deep = "";
|
$deep = "";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$deep = str_repeat(" ", count($parents));
|
$deep = str_repeat(" ", count($parents));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $deep;
|
return $deep;
|
||||||
|
@ -156,7 +156,10 @@ if (!empty($result_groups)) {
|
|||||||
if (isset($data['_iconImg_']) && !empty($data['_iconImg_']))
|
if (isset($data['_iconImg_']) && !empty($data['_iconImg_']))
|
||||||
$item_icon = $data['_iconImg_'];
|
$item_icon = $data['_iconImg_'];
|
||||||
|
|
||||||
echo $link . $deep . $item_icon ." " . $group_name . "</a>";
|
if ($data['_name_'] != "All")
|
||||||
|
echo $deep . $link . $group_name . "</a>";
|
||||||
|
else
|
||||||
|
echo $link . $group_name . "</a>";
|
||||||
|
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user