2011-02-19 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/configurar_agente.php: Fixed bad layout when length of agent name is more than 25. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3930 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2e0f01f00a
commit
6a55c96223
|
@ -1,3 +1,8 @@
|
|||
2011-02-19 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: Fixed bad layout when
|
||||
length of agent name is more than 25.
|
||||
|
||||
2011-02-18 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_db.php, operation/search_modules.php,
|
||||
|
|
|
@ -309,7 +309,7 @@ if ($id_agente) {
|
|||
}
|
||||
}
|
||||
|
||||
print_page_header (__('Agent configuration').' - '.printTruncateText(get_agent_name ($id_agente)), "images/setup.png", false, "", true, $onheader);
|
||||
print_page_header (__('Agent configuration').' - '.printTruncateText(get_agent_name ($id_agente), 25, false), "images/setup.png", false, "", true, $onheader);
|
||||
|
||||
}
|
||||
// Create agent
|
||||
|
|
Loading…
Reference in New Issue