mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°3123 - Refactor Directories
This commit is contained in:
5
templates/base/components/input/layout.html.twig
Normal file
5
templates/base/components/input/layout.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
{% block iboInputLabel %}
|
||||
{% endblock %}
|
||||
{% block iboInput %}
|
||||
<input type="{{ oUIBlock.GetType() }}" id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}" value="{{ oUIBlock.GetValue()|raw }}"/>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user