mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
N°3123 - DisplayBock BlockCvs
This commit is contained in:
12
templates/application/display-block/block-csv/layout.js.twig
Normal file
12
templates/application/display-block/block-csv/layout.js.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
|
||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||
{% apply spaceless %}
|
||||
$.post(
|
||||
'{{ oUIBlock.sAjaxLink|raw }}',
|
||||
{{ oUIBlock.sJsonParams|raw }},
|
||||
function(data) {
|
||||
$('#csv_content').html(data);
|
||||
$('#csv_content_loading').hide();
|
||||
$('#csv_content').show();
|
||||
});
|
||||
{% endapply %}
|
||||
Reference in New Issue
Block a user