mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
5 lines
247 B
Twig
5 lines
247 B
Twig
$('#{{ oUIBlock.GetId() }}').activity_panel({
|
|
datetime_format: {{ oUIBlock.GetDateTimeFormatForJSWidget()|json_encode|raw }},
|
|
show_multiple_entries_submit_confirmation: {{ oUIBlock.GetShowMultipleEntriesSubmitConfirmation()|var_export }}
|
|
});
|