Added a text in lines creation (advanced options). Ticket#3043
This commit is contained in:
parent
ffc5f03978
commit
e1e1a04be1
|
@ -1055,6 +1055,9 @@ function hiddenFields(item) {
|
|||
$("#line_width_row").css('display', 'none');
|
||||
$("#line_width_row." + item).css('display', '');
|
||||
|
||||
$("#line_case").css('display', 'none');
|
||||
$("#line_case." + item).css('display', '');
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -507,7 +507,12 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
|||
FROM tlayout
|
||||
WHERE id != ' . $visualConsole_id, 'map_linked', '', '', 'None', '0', true) .
|
||||
'</td>';
|
||||
|
||||
|
||||
$form_items_advance['line_case']['items'] = array('line_item');
|
||||
$form_items_advance['line_case']['html'] = '
|
||||
<td align="left">' . __('Lines haven\'t advanced options') . '</td>';
|
||||
|
||||
|
||||
//Insert and modify before the buttons to create or update.
|
||||
if (enterprise_installed()) {
|
||||
enterprise_visual_map_editor_modify_form_items_advance_palette($form_items_advance);
|
||||
|
|
Loading…
Reference in New Issue