2013-04-10 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2013-04-10 14:30:22 +00:00
parent 45313de94d
commit ee7c9388b6
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2013-04-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map_editor.php: fixed the lost field
for the label in the items.
2013-04-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map_editor.php,

View File

@ -83,11 +83,6 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
<td align="left" style="">'. html_print_input_text ('label', '', '', 20, 200, true) .'</td>';
$form_items['label_row'] = array();
$form_items['label_row']['items'] = array();
$form_items['label_row']['html'] = '<td align="left" valign="top" style="">' . __('Label') .'</td>
<td align="left" style="">'. html_print_input_text ('label', '', '', 20, 200, true) .'</td>';
$form_items['label2_row'] = array();
$form_items['label2_row']['items'] = array('label');
$form_items['label2_row']['html'] = '<td align="left" valign="top" style="">' . __('Label') .'</td>