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:
parent
87a9decb87
commit
30df665aee
|
@ -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>
|
2013-12-01 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/functions_modules.php: Corrected agent counting by module
|
* include/functions_modules.php: Corrected agent counting by module
|
||||||
|
|
|
@ -1516,7 +1516,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line
|
||||||
|
|
||||||
if (strstr($label_simple_value, '(_VALUE_)') === false) {
|
if (strstr($label_simple_value, '(_VALUE_)') === false) {
|
||||||
//OLD MODE
|
//OLD MODE
|
||||||
$label_simple_value .= '</strong>';
|
$label_simple_value .= $value . '</strong>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//NEW MODE WITH MACRO (_VALUE_)
|
//NEW MODE WITH MACRO (_VALUE_)
|
||||||
|
|
Loading…
Reference in New Issue