N°3123 - DisplayBock BlockCvs

This commit is contained in:
Eric
2020-12-08 16:29:16 +01:00
parent 10c3f9f633
commit b8a42843e0
10 changed files with 149 additions and 33 deletions

View 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 %}