mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-12 04:24:12 +01:00
8 lines
329 B
Twig
8 lines
329 B
Twig
<span id="{{ oUIBlock.GetId() }}"
|
|
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} ibo-is-{{ oUIBlock.GetColor() }}"
|
|
{% if oUIBlock.GetTooltip() is not empty %}
|
|
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
|
|
{% endif %}
|
|
>
|
|
{{ oUIBlock.GetLabel() }}
|
|
</span> |