mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
N°2847 - Form and Input WIP
This commit is contained in:
4
templates/components/input/inputwithlabel.html.twig
Normal file
4
templates/components/input/inputwithlabel.html.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "components/input/layout.html.twig" %}
|
||||
{% block iboInputLabel %}
|
||||
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() }}</label>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user