2009-08-11 Miguel de Dios <miguel.dedios@artica.es>

* godmode/agentes/configurar_agente.php: change string for more easy
	understand.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1835 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-08-11 12:16:26 +00:00
parent 19d602054c
commit 83709381b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: change string for more easy
understand.
2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/index.php,

View File

@ -211,7 +211,7 @@ if ($id_agente) {
echo '<li class="'.($tab == "template" ? 'nomn_high' : 'nomn').'">';
echo '<a href="index.php?sec=gagente&amp;sec2=godmode/agentes/configurar_agente&amp;tab=template&amp;id_agente='.$id_agente.'">';
print_image ("images/network.png", false, $img_style);
echo '&nbsp; '.__('Net. Templates').'</a></li>';
echo '&nbsp; '.__('Templates').'</a></li>';
enterprise_hook ('inventory_tab');