From a815637772a8b47252d991dad8ae0b84683a1ce1 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 10 Apr 2013 14:30:22 +0000 Subject: [PATCH] 2013-04-10 Miguel de Dios * include/functions_visual_map_editor.php: fixed the lost field for the label in the items. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7957 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_visual_map_editor.php | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7b1f1d312a..e3004b6e51 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-04-10 Miguel de Dios + + * include/functions_visual_map_editor.php: fixed the lost field + for the label in the items. + 2013-04-10 Miguel de Dios * include/functions_visual_map_editor.php, diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 7692a46af9..2b97ef8e42 100644 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -83,11 +83,6 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { '. html_print_input_text ('label', '', '', 20, 200, true) .''; - $form_items['label_row'] = array(); - $form_items['label_row']['items'] = array(); - $form_items['label_row']['html'] = '' . __('Label') .' - '. html_print_input_text ('label', '', '', 20, 200, true) .''; - $form_items['label2_row'] = array(); $form_items['label2_row']['items'] = array('label'); $form_items['label2_row']['html'] = '' . __('Label') .'