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 "";