mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
2010-07-12 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/ver_agente.php: re-ordered the tabs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
17dc36524d
commit
70f698cf4c
@ -1,3 +1,7 @@
|
|||||||
|
2010-07-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/ver_agente.php: re-ordered the tabs.
|
||||||
|
|
||||||
2010-07-12 Sergio Martin <sergio.martin@artica.es>
|
2010-07-12 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/visual_console_builder.php: fixed the
|
* godmode/reporting/visual_console_builder.php: fixed the
|
||||||
|
@ -295,17 +295,17 @@ if ($tab == "sla") {
|
|||||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0 title='".__('S.L.A.')."'> </a>";
|
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0 title='".__('S.L.A.')."'> </a>";
|
||||||
echo "</li>";
|
echo "</li>";
|
||||||
|
|
||||||
// Group tab
|
|
||||||
echo "<li class='nomn'>";
|
|
||||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$id_grupo'>";
|
|
||||||
echo "<img src='images/agents_group.png' class='top' border=0 title='". __("Group"). "'> </a></li>";
|
|
||||||
|
|
||||||
// Inventory
|
// Inventory
|
||||||
enterprise_hook ('inventory_tab');
|
enterprise_hook ('inventory_tab');
|
||||||
|
|
||||||
// Collection
|
// Collection
|
||||||
enterprise_hook('collection_tab');
|
enterprise_hook('collection_tab');
|
||||||
|
|
||||||
|
// Group tab
|
||||||
|
echo "<li class='nomn'>";
|
||||||
|
echo "<a href='index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$id_grupo'>";
|
||||||
|
echo "<img src='images/agents_group.png' class='top' border=0 title='". __("Group"). "'> </a></li>";
|
||||||
|
|
||||||
// GIS tab
|
// GIS tab
|
||||||
if ($config['activate_gis']) {
|
if ($config['activate_gis']) {
|
||||||
if ($tab == "gis") {
|
if ($tab == "gis") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user