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:
jsatoh 2011-02-19 05:58:21 +00:00
parent 2e0f01f00a
commit 6a55c96223
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

@ -309,7 +309,7 @@ if ($id_agente) {
}
}
print_page_header (__('Agent configuration').' -&nbsp;'.printTruncateText(get_agent_name ($id_agente)), "images/setup.png", false, "", true, $onheader);
print_page_header (__('Agent configuration').' -&nbsp;'.printTruncateText(get_agent_name ($id_agente), 25, false), "images/setup.png", false, "", true, $onheader);
}
// Create agent