Commit 6c61569a7545ea690ca463c0afbb396e69093038
Exists in
master
Merge branch 'task-132985' into 'master'
task-132985 minor fixes
Showing 1 changed file Side-by-side Diff
resources/views/modals/send_worker.blade.php
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <div class="modal__form-item"> |
28 | 28 | <div class="file"> |
29 | 29 | <label class="file__input"> |
30 | - <input type="file" name="file" id="btn_send_file"> | |
30 | + <input type="file" name="file" id="btn_send_file" accept=".pdf, .xls, .xlsx"> | |
31 | 31 | <span class="button button_light"> |
32 | 32 | <svg> |
33 | 33 | <use xlink:href="{{ asset('images/sprite.svg#share') }}"></use> |