From 18f1b06580b42b4d916060922502bc317f5e25c0 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Tue, 30 Aug 2011 06:45:38 +0000 Subject: [PATCH] 2011-08-30 Junichi Satoh * godmode/agentes/modificar_agente.php: Fixed group recursion does not work with IE8. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4846 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/modificar_agente.php | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7235058308..936c4696fa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-30 Junichi Satoh + + * godmode/agentes/modificar_agente.php: Fixed group recursion does + not work with IE8. + 2011-08-29 Miguel de Dios * include/graphs/functions_fsgraph.php, include/graphs/fgraph.php: added diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index ae24ab2b91..0d2c0fcf3c 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -112,12 +112,11 @@ echo " - "; echo __('Group recursion') . ': '; html_print_checkbox ("recursion", 1, $recursion, false, false, 'this.form.submit()'); -echo ""; +echo ""; echo __('Free text for search (*)'); echo "";