N°3561 - Fix all header messages (readonly, log kpi, app. messages, archive mode, ...)

This commit is contained in:
Molkobain
2020-12-23 14:53:06 +01:00
parent 65639517ff
commit 608c868b53
3 changed files with 68 additions and 61 deletions

View File

@@ -1,12 +1,10 @@
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
<div id="ibo-page-header" data-role="ibo-page-header">
{% if aLayouts.sHeader is not empty %}
{{ aLayouts.sHeader|raw }}
{% endif %}
{{ render_block(aLayouts.oHeader, {aPage: aPage}) }}
</div>
{% endapply %}