From cb2aeecc08fbc77f1e57dfccbdae0e2690bdc1ba Mon Sep 17 00:00:00 2001 From: darode Date: Mon, 23 Apr 2012 13:30:17 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6099 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ .../godmode/reporting/visual_console_builder.data.php | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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; }