N°3565 - Migrate backoffice pages to new UIBlock system : Setup

This commit is contained in:
Eric
2021-02-01 16:28:10 +01:00
parent 664dd12241
commit 2f68be14f8
16 changed files with 756 additions and 248 deletions

View File

@@ -1,7 +1,7 @@
{% apply spaceless %}
<div id="{{ oUIBlock.GetId() }}" class="ibo-title {% if oUIBlock.HasIcon() %}ibo-has-icon{% endif %}{% if oUIBlock.IsHidden() %} ibo-is-hidden{% endif %}">
{% if oUIBlock.HasIcon() %}
<div class="ibo-title--medallion">
<div {% if oUIBlock.IsMedallion %}class="ibo-title--medallion"{% endif %}>
<img class="ibo-title--icon ibo-title--icon--must-{{ oUIBlock.GetIconCoverMethod() }}" src="{{ oUIBlock.GetIconUrl() }}">
</div>
{% endif %}