Files
iTop/templates/components/button/layout.html.twig
2020-08-17 17:02:57 +02:00

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>