2013-04-16 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/ver_agente.php
	godmode/agentes/configurar_agente.php: Fixed double truncate
	in header. Now the truncate is encapsulated into header
	function



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-04-16 07:34:32 +00:00
parent 30d5edeeb5
commit f1f745380a
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2013-04-16 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/ver_agente.php
godmode/agentes/configurar_agente.php: Fixed double truncate
in header. Now the truncate is encapsulated into header
function
2013-04-15 Sergio Martin <sergio.martin@artica.es>
* general/header.php: Adding id to the header table

View File

@ -438,7 +438,7 @@ if ($id_agente) {
}
ui_print_page_header (__('Agent configuration') . ' -&nbsp;' .
ui_print_truncate_text(agents_get_name ($id_agente), 'agent_small', false) .
agents_get_name ($id_agente) .
' ' . $tab_description, "images/setup.png", false, "", true, $onheader);
}
else {

View File

@ -907,7 +907,7 @@ switch($tab) {
}
ui_print_page_header(__('Agent') . '&nbsp;-&nbsp;' .
ui_print_truncate_text(agents_get_name($id_agente), 'agent_small', false) .
agents_get_name($id_agente) .
$header_description, $icon, false, "", false, $onheader);