mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°3537 run_query : replace main form by components
This commit is contained in:
8
templates/base/components/input/input-textarea.html.twig
Normal file
8
templates/base/components/input/input-textarea.html.twig
Normal 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 %}
|
||||
Reference in New Issue
Block a user