mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°3746 - Migrate modal to new UIBlock system
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{% block iboInputLabel %}
|
||||
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() }}</label>
|
||||
{{ render_block(oUIBlock.GetInput()) }}
|
||||
{% if oUIBlock.IsLabelBefore() %}
|
||||
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() |raw }}</label>
|
||||
{{ render_block(oUIBlock.GetInput()) }}
|
||||
{% else %}
|
||||
{{ render_block(oUIBlock.GetInput()) }}
|
||||
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() |raw }}</label>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user