diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 09dbffa4bc..61b35383d6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-04-23 Dario Rodriguez + + * godmode/reporting/visual_console_builder.data.php: Fixed a problem + with some links and new menu structure. + + MERFED FROM 4.0.2 + 2012-04-23 Miguel de Dios * include/functions_users.php, operation/users/webchat.php: added diff --git a/pandora_console/godmode/reporting/visual_console_builder.data.php b/pandora_console/godmode/reporting/visual_console_builder.data.php index 5f2b55f14a..cc736a0b0c 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.data.php +++ b/pandora_console/godmode/reporting/visual_console_builder.data.php @@ -29,16 +29,16 @@ require_once ('include/functions_users.php'); switch ($action) { case 'new': - echo "
"; + echo ""; html_print_input_hidden('action', 'save'); break; case 'update': case 'save': - echo ""; + echo ""; html_print_input_hidden('action', 'update'); break; case 'edit': - echo ""; + echo ""; html_print_input_hidden('action', 'update'); break; }