2013-12-01 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_visual_map.php: fixed the old visual maps from
	pandora4, now it is showed the values in the simple value.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9150 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-12-02 08:07:40 +00:00
parent 87a9decb87
commit 30df665aee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-12-01 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: fixed the old visual maps from
pandora4, now it is showed the values in the simple value.
2013-12-01 Junichi Satoh <junichi@rworks.jp>
* include/functions_modules.php: Corrected agent counting by module

View File

@ -1516,7 +1516,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line
if (strstr($label_simple_value, '(_VALUE_)') === false) {
//OLD MODE
$label_simple_value .= '</strong>';
$label_simple_value .= $value . '</strong>';
}
else {
//NEW MODE WITH MACRO (_VALUE_)