N°2847 - Add Html component

- Fix icons on buttons
- Comment some rules from legacy css
This commit is contained in:
Stephen Abello
2020-08-20 11:07:06 +02:00
parent dd81c76aaa
commit 11f27019e4
6 changed files with 96 additions and 20 deletions

View File

@@ -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>