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:
parent
30d5edeeb5
commit
f1f745380a
|
@ -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
|
||||
|
|
|
@ -438,7 +438,7 @@ if ($id_agente) {
|
|||
}
|
||||
|
||||
ui_print_page_header (__('Agent configuration') . ' - ' .
|
||||
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 {
|
||||
|
|
|
@ -907,7 +907,7 @@ switch($tab) {
|
|||
}
|
||||
|
||||
ui_print_page_header(__('Agent') . ' - ' .
|
||||
ui_print_truncate_text(agents_get_name($id_agente), 'agent_small', false) .
|
||||
agents_get_name($id_agente) .
|
||||
$header_description, $icon, false, "", false, $onheader);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue