mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 03:54:21 +01:00
5 lines
165 B
Twig
5 lines
165 B
Twig
{% extends "components/input/layout.html.twig" %}
|
|
{% block iboInputLabel %}
|
|
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() }}</label>
|
|
{% endblock %}
|