Add string subtitle to panels

This commit is contained in:
Stephen Abello
2021-02-26 10:25:28 +01:00
parent 25c840e036
commit a505902ed5
3 changed files with 31 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
<div class="ibo-panel--header-left">
{% block iboPanelHeaderLeft %}
<div class="ibo-panel--title">{% block iboPanelTitle %}{{ oUIBlock.GetTitle()|raw }}{% endblock %}</div>
{% if oUIBlock.GetSubTitle() is not null %}
<div class="ibo-panel--subtitle">{% block iboPanelSubTitle %}{{ oUIBlock.GetSubTitle()|raw }}{% endblock %}</div>
{% endif %}
{% endblock %}
</div>
<div class="ibo-panel--header-right">