mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°3520 - Add missing data-role on UIBlocks
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user