From 6a55c96223dda5b580bd87a3f0a62f05038e9865 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sat, 19 Feb 2011 05:58:21 +0000 Subject: [PATCH] 2011-02-19 Junichi Satoh * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/configurar_agente.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5f2fb27877..30a86147d9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-02-19 Junichi Satoh + + * godmode/agentes/configurar_agente.php: Fixed bad layout when + length of agent name is more than 25. + 2011-02-18 Miguel de Dios * include/functions_db.php, operation/search_modules.php, diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 0c4987f6b8..169500fbb3 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.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