mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-10 03:24:12 +01:00
4 lines
300 B
Twig
4 lines
300 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 }}">
|
|
<span class="ibo-button-icon {{ oUIBlock.IconClass }}"></span>
|
|
{{ oUIBlock.Label }}
|
|
</button> |