Fixed properties box in visual console

This commit is contained in:
Arturo Gonzalez Diaz 2015-10-13 09:36:03 +02:00
parent c84d2b584a
commit c0f6158153
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
echo '<div id="properties_panel" style="display: none; position: absolute; border: 2px solid #114105; padding: 5px; background: white; z-index: 90;">';
//----------------------------Hiden Form----------------------------
?>
<table class="databox" border="0" cellpadding="0" cellspacing="0" width="100%">
<table class="databox" border="0" cellpadding="0" cellspacing="0" width="485">
<caption>
<?php
$titles = array(
@ -86,8 +86,8 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
'datos',
'group_item');
$form_items['label_row']['html'] =
'<td align="left" valign="top" style="" width="25%">' . __('Label') . '</td>
<td align="left" style="">' .
'<td align="left" valign="top" style="" width="15%">' . __('Label') . '</td>
<td align="left" style="" width="100%">' .
html_print_input_text('label', '', '', 20, 200, true) . '</td>';