mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°2847 - Add Html component
- Fix icons on buttons - Comment some rules from legacy css
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<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>
|
||||
{% if oUIBlock.IconClass is not empty %}
|
||||
<span class="ibo-button-icon {{ oUIBlock.IconClass }}"></span>
|
||||
{% endif %}
|
||||
{{ oUIBlock.Label }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user