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 = "";
|
||||
}
|
||||
else {
|
||||
$deep = str_repeat(" ", count($parents));
|
||||
$deep = str_repeat(" ", count($parents));
|
||||
}
|
||||
|
||||
return $deep;
|
||||
|
|
|
@ -156,8 +156,11 @@ if (!empty($result_groups)) {
|
|||
if (isset($data['_iconImg_']) && !empty($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>";
|
||||
|
||||
// Total agents
|
||||
|
|
Loading…
Reference in New Issue