N°3537 run_query : replace main form by components

This commit is contained in:
Pierre Goiffon
2020-12-14 16:18:54 +01:00
parent 3d27e59269
commit 4bb59548d0
10 changed files with 192 additions and 100 deletions

View File

@@ -0,0 +1,8 @@
{% block iboInputLabel %}
{% endblock %}
{% block iboInput %}
<textarea
id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}"
cols="{{ oUIBlock.GetCols() }}" rows="{{ oUIBlock.GetRows() }}"
>{{ oUIBlock.GetValue()|raw }}</textarea>
{% endblock %}