Bugfix
This commit is contained in:
parent
1ac837a1b2
commit
0fef339a13
|
@ -727,7 +727,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
||||||
return $arr;
|
return $arr;
|
||||||
}, array());
|
}, array());
|
||||||
|
|
||||||
$form_items_advance['map_linked_row']['html'] .= html_print_select_from_sql(
|
$form_items_advance['map_linked_row']['html'] .= html_print_select(
|
||||||
array(), 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true
|
array(), 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true
|
||||||
);
|
);
|
||||||
$form_items_advance['map_linked_row']['html'] .= html_print_input_hidden(
|
$form_items_advance['map_linked_row']['html'] .= html_print_input_hidden(
|
||||||
|
@ -773,7 +773,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
||||||
$form_items_advance['map_linked_row']['html'] .= ob_get_clean();
|
$form_items_advance['map_linked_row']['html'] .= ob_get_clean();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$form_items_advance['map_linked_row']['html'] .= html_print_select_from_sql(
|
$form_items_advance['map_linked_row']['html'] .= html_print_select(
|
||||||
$visual_maps, 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true
|
$visual_maps, 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue