mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
Fix not showing filename next to upload buttons
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
<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>
|
||||
{% endif %}
|
||||
</label>
|
||||
</div>
|
||||
{% endapply %}
|
||||
Reference in New Issue
Block a user