N°3581 - Dashlet: Add dedicated block for DashletText

This commit is contained in:
Molkobain
2021-03-18 16:25:54 +01:00
parent e23b60c203
commit 912f6bb376
6 changed files with 69 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
<div id="{{ oUIBlock.GetId() }}" class="ibo-dashlet-text {% if oUIBlock.IsHidden() %}ibo-is-hidden{% endif %}" data-role="ibo-dashlet-text">{{ oUIBlock.GetText() }}</div>
{% endapply %}