From e8a78adcad51ef2f38fc2e991e0f3bdd5f5f57cc Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 4 May 2010 15:17:38 +0000 Subject: [PATCH] 2010-05-04 Sergio Martin * godmode/agentes/agent_template.php: Fixed the link to edit module for bug: 2996521 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2665 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/agent_template.php | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 51608f6d77..a94d2bcab1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-05-04 Sergio Martin + + * godmode/agentes/agent_template.php: Fixed the + link to edit module for bug: 2996521 + 2010-05-04 Sergio Martin * include/functions_reporting.php: Set style to diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index b35eb3fd85..d14f72d265 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -145,7 +145,8 @@ foreach ($result as $row) { $data[2] = mb_substr ($row["descripcion"], 0, 60); $data[3] = ''.__('Delete').' '; - $data[3] .= ''.__('Update').''; + + $data[3] .= ''.__('Update').''; array_push ($table->data, $data); }