mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 15:14:11 +01:00
8 lines
260 B
Twig
8 lines
260 B
Twig
{% block iboInputLabel %}
|
|
{% endblock %}
|
|
{% block iboInput %}
|
|
<textarea
|
|
id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}"
|
|
cols="{{ oUIBlock.GetCols() }}" rows="{{ oUIBlock.GetRows() }}"
|
|
>{{ oUIBlock.GetValue()|raw }}</textarea>
|
|
{% endblock %} |