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:
parent
71518b73c4
commit
7d6175bd4b
|
@ -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
|
||||
|
|
|
@ -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) . " " . get_group_name ($layout["id_group"]),
|
||||
print_group_icon ($map["id_group"], true),
|
||||
$map['count']
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue