mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Fixed problem whit simple value.
This commit is contained in:
parent
256d437b6b
commit
0d2f905e8a
@ -59,13 +59,7 @@ function visual_map_print_item($layoutData) {
|
|||||||
$left = $layoutData['pos_x'];
|
$left = $layoutData['pos_x'];
|
||||||
$id = $layoutData['id'];
|
$id = $layoutData['id'];
|
||||||
$color = $layoutData['label_color'];
|
$color = $layoutData['label_color'];
|
||||||
//If it is simple value, label must be empty because if not, module value set the plane text '(_VALUE_)'
|
$label = io_safe_output($layoutData['label']);
|
||||||
if ($layoutData['type'] == SIMPLE_VALUE){
|
|
||||||
$label = '';
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
$label = io_safe_output($layoutData['label']);
|
|
||||||
}
|
|
||||||
$id_module = $layoutData['id_agente_modulo'];
|
$id_module = $layoutData['id_agente_modulo'];
|
||||||
$type = $layoutData['type'];
|
$type = $layoutData['type'];
|
||||||
$period = $layoutData['period'];
|
$period = $layoutData['period'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user