2012-06-05 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/tree.php: Fixed a missing group icons MERGED FROM 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6415 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
29ec5ae23a
commit
75fa702e45
|
@ -1,3 +1,9 @@
|
|||
2012-06-05 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/tree.php: Fixed a missing group icons
|
||||
|
||||
MERGED FROM 4.0.2
|
||||
|
||||
2012-06-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/ajax/agent.php: Fixed function search_agent when
|
||||
|
|
|
@ -775,7 +775,7 @@ function printTree_($type) {
|
|||
case 'group':
|
||||
$id = $item['id_grupo'];
|
||||
$name = $item['nombre'];
|
||||
$iconImg = html_print_image ("images/groups_small/" . groups_get_icon($item['id_grupo']), true, array ("style" => 'vertical-align: middle; width: 16px; height: 16px;'));
|
||||
$iconImg = html_print_image ("images/groups_small/" . groups_get_icon($item['id_grupo']).".png", true, array ("style" => 'vertical-align: middle; width: 16px; height: 16px;'));
|
||||
|
||||
$agentes = db_get_all_rows_sql("SELECT id_agente FROM tagente WHERE id_grupo=$id");
|
||||
if ($agentes === false) {
|
||||
|
|
Loading…
Reference in New Issue