N°3905 - Polishing: CSV Import - remove spaces

This commit is contained in:
acognet
2021-07-27 15:08:38 +02:00
parent 5137d634e3
commit 97170892e6

View File

@@ -6,13 +6,9 @@
{% if oUIBlock.IsHidden() %} ibo-is-hidden{% endif %}">
<label class="ibo-input-file-select">
<input id="{{ oUIBlock.GetId() }}" class="ibo-input-file-select--file-input" type="file" name="{{ oUIBlock.GetName() }}">
<span class="ibo-button ibo-is-regular ibo-is-primary">
{{ oUIBlock.GetButtonText() }}
</span>
<span class="ibo-button ibo-is-regular ibo-is-primary"> {{ oUIBlock.GetButtonText() }}</span>
{% if oUIBlock.GetShowFilename() %}
<span id="{{ oUIBlock.GetId() }}-file-name" class="ibo-input-file-select--file-name">
{{ oUIBlock.GetFileName() }}
</span>
<span id="{{ oUIBlock.GetId() }}-file-name" class="ibo-input-file-select--file-name"> {{ oUIBlock.GetFileName() }} </span>
{% endif %}
</label>
</div>