N°3573 - Allow disabling buttons

This commit is contained in:
Eric
2021-06-30 17:03:22 +02:00
parent 94f662c71a
commit ff760dacbe
3 changed files with 24 additions and 24 deletions

View File

@@ -6,6 +6,7 @@
data-{{ sName }}="{{ sValue }}"
{% endfor %}
{% endif %}
{% if oUIBlock.IsDisabled() %} disabled {% endif %}
{# Visual tooltip... #}
{% if oUIBlock.GetTooltip() is not empty %}
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"