mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 15:14:11 +01:00
6 lines
363 B
Twig
6 lines
363 B
Twig
<button id="{{ oUIBlock.GetId() }}" class="ibo-button ibo-is-{{ oUIBlock.ActionType}} ibo-is-{{ oUIBlock.Color }}" type="{{ oUIBlock.Type }}" name="{{ oUIBlock.Name }}" value="{{ oUIBlock.Value }}">
|
|
{% if oUIBlock.IconClass is not empty %}
|
|
<span class="ibo-button-icon {{ oUIBlock.IconClass }}"></span>
|
|
{% endif %}
|
|
{{ oUIBlock.Label }}
|
|
</button> |