mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Working in the fusion of code of edition and view.
This commit is contained in:
parent
c509a3195d
commit
3b00d4df58
@ -54,9 +54,6 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
require_once ($config["homedir"] . '/include/functions_graph.php');
|
require_once ($config["homedir"] . '/include/functions_graph.php');
|
||||||
require_once ($config["homedir"] . '/include/functions_custom_graphs.php');
|
require_once ($config["homedir"] . '/include/functions_custom_graphs.php');
|
||||||
|
|
||||||
//~ enterprise_hook("enterprise_visual_map_print_item",
|
|
||||||
//~ array($layout_data, $status, $colorStatus,
|
|
||||||
//~ 'operation', $resizedMap, $proportion));
|
|
||||||
|
|
||||||
|
|
||||||
$width = $layoutData['width'];
|
$width = $layoutData['width'];
|
||||||
@ -247,6 +244,11 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
$link = true;
|
$link = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
if (!empty($element_enterprise)) {
|
||||||
|
$link = $element_enterprise['link'];
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user