N°3520 - Add missing data-role on UIBlocks

This commit is contained in:
Molkobain
2021-09-30 22:07:39 +02:00
parent a139dc7e6e
commit ae6f8fba5c
27 changed files with 40 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
<nav id="{{ oUIBlock.GetId() }}" class="ibo-top-bar">
<div class="ibo-top-bar--quick-actions">
<nav id="{{ oUIBlock.GetId() }}" class="ibo-top-bar" data-role="ibo-top-bar">
<div class="ibo-top-bar--quick-actions" data-role="ibo-top-bar--quick-actions">
{% if oUIBlock.HasQuickCreate() %}
{{ render_block(oUIBlock.GetQuickCreate(), {aPage: aPage}) }}
{% endif %}