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:
mdtrooper 2010-07-12 10:09:24 +00:00
parent 78d411c78f
commit 85b43aec15
2 changed files with 10 additions and 0 deletions

View File

@ -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>
* include/functions_filemanager.php: added hash2 parameter for to use in

View File

@ -303,6 +303,9 @@ echo "<img src='images/agents_group.png' class='top' border=0 title='". __("Grou
// Inventory
enterprise_hook ('inventory_tab');
// Collection
enterprise_hook('collection_tab');
// GIS tab
if ($config['activate_gis']) {
if ($tab == "gis") {
@ -348,6 +351,9 @@ switch ($tab) {
case "inventory":
enterprise_include ('operation/agentes/agent_inventory.php');
break;
case 'collection':
enterprise_include ('operation/agentes/collection_view.php');
break;
}
?>