mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added button to create attachments by uploading multiple files
This fixes issue #481
This commit is contained in:
parent
f5d53dc305
commit
b92553f480
3 changed files with 1477 additions and 1430 deletions
|
@ -16,6 +16,11 @@
|
|||
<i class="fas fa-plus-square fa-fw"></i>
|
||||
{% trans %}attachment.create{% endtrans %}
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-outline-success" {{ stimulus_action('elements/collection_type', 'uploadMultipleFiles') }} {% if part_mode and not is_granted('edit', part) %}disabled{% endif %}>
|
||||
<i class="fas fa-upload fa-fw"></i>
|
||||
{% trans %}attachment.upload_multiple_files{% endtrans %}
|
||||
</button>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue