N°3907 - Polishing: Run query

This commit is contained in:
acognet
2021-04-27 10:18:32 +02:00
parent 8bf9987174
commit 48d0fc6ddb
19 changed files with 94 additions and 280 deletions

View File

@@ -9,6 +9,7 @@
data-{{ sName }}="{{ sValue }}"
{% endfor %}
{% endif %}
{% if oUIBlock.GetAdditionalCSSClassesAsString() %} class="{{ oUIBlock.GetAdditionalCSSClassesAsString() }}"{% endif %}
{% if oUIBlock.GetPlaceHolder() %} placeholder="{{ oUIBlock.GetPlaceHolder() }}" {% endif %}
>{{ oUIBlock.GetValue()|raw }}</textarea>
{% endblock %}