2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/ver_agente.php: added hook to collection enterprise. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
78d411c78f
commit
85b43aec15
|
@ -1,3 +1,7 @@
|
||||||
|
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/ver_agente.php: added hook to collection enterprise.
|
||||||
|
|
||||||
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
2010-07-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_filemanager.php: added hash2 parameter for to use in
|
* include/functions_filemanager.php: added hash2 parameter for to use in
|
||||||
|
|
|
@ -303,6 +303,9 @@ echo "<img src='images/agents_group.png' class='top' border=0 title='". __("Grou
|
||||||
// Inventory
|
// Inventory
|
||||||
enterprise_hook ('inventory_tab');
|
enterprise_hook ('inventory_tab');
|
||||||
|
|
||||||
|
// Collection
|
||||||
|
enterprise_hook('collection_tab');
|
||||||
|
|
||||||
// GIS tab
|
// GIS tab
|
||||||
if ($config['activate_gis']) {
|
if ($config['activate_gis']) {
|
||||||
if ($tab == "gis") {
|
if ($tab == "gis") {
|
||||||
|
@ -348,6 +351,9 @@ switch ($tab) {
|
||||||
case "inventory":
|
case "inventory":
|
||||||
enterprise_include ('operation/agentes/agent_inventory.php');
|
enterprise_include ('operation/agentes/agent_inventory.php');
|
||||||
break;
|
break;
|
||||||
|
case 'collection':
|
||||||
|
enterprise_include ('operation/agentes/collection_view.php');
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue