2010-08-31 Sergio Martin <sergio.martin@artica.es>

* operation/search_maps.php: Fixed the group icon
	in the maps search view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3196 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-31 08:08:29 +00:00
parent 71518b73c4
commit 7d6175bd4b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/search_maps.php: Fixed the group icon
in the maps search view
2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/search_users.php: Added the id_user field

View File

@ -70,7 +70,7 @@ else {
array_push($table->data, array(
"<a href='?sec=visualc&sec2=operation/visual_console/render_view&id=" .
$map['id'] . "'>" . $map['name'] . "</a>",
print_group_icon ($layout["id_group"], true) . "&nbsp;" . get_group_name ($layout["id_group"]),
print_group_icon ($map["id_group"], true),
$map['count']
));
}