mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Add spaces to avoid errors on concatenation when used with spaceless filter
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{% extends "base/components/input/layout.html.twig" %}
|
||||
{% block iboInput %}
|
||||
<select id="{{ oUIBlock.GetId() }}" name="{{ oUIBlock.GetName() }}"
|
||||
{% if oUIBlock.GetSubmitOnChange() %}onChange="this.form.submit();"{% endif %}
|
||||
{% if oUIBlock.IsMultiple() %}multiple{% endif %}
|
||||
{% if oUIBlock.GetSubmitOnChange() %} onChange="this.form.submit();" {% endif %}
|
||||
{% if oUIBlock.IsMultiple() %} multiple {% endif %}
|
||||
class="{% if oUIBlock.IsHidden() %}ibo-is-hidden{% endif %}"
|
||||
>
|
||||
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
|
||||
|
||||
Reference in New Issue
Block a user