Commit d24c4fc7fb7103c32294090296c32a156072cdff
Exists in
master
Merge branch 'task-132985' into 'master'
Task 132985
Showing 8 changed files Side-by-side Diff
- resources/views/admin/message/index.blade.php
- resources/views/admin/message/index2.blade.php
- resources/views/employers/dialog.blade.php
- resources/views/modals/send_admin.blade.php
- resources/views/modals/send_employer.blade.php
- resources/views/modals/send_worker.blade.php
- resources/views/modals/send_worker_new.blade.php
- resources/views/workers/dialog.blade.php
resources/views/admin/message/index.blade.php
... | ... | @@ -189,7 +189,7 @@ |
189 | 189 | <input type="file" class="block w-full mt-1 text-sm dark:border-gray-600 dark:bg-gray-700 |
190 | 190 | focus:border-purple-400 focus:outline-none focus:shadow-outline-purple |
191 | 191 | dark:text-gray-300 dark:focus:shadow-outline-gray form-input" |
192 | - id="file" name="file" accept=".pdf, .xls, .xlsx"> | |
192 | + id="file" name="file" accept=".pdf, .doc, .docx"> | |
193 | 193 | @error('file') |
194 | 194 | <span class="text-xs text-red-600 dark:text-red-400"> |
195 | 195 | {{ $message }} |
resources/views/admin/message/index2.blade.php
... | ... | @@ -153,7 +153,7 @@ |
153 | 153 | <input type="file" class="block w-full mt-1 text-sm dark:border-gray-600 dark:bg-gray-700 |
154 | 154 | focus:border-purple-400 focus:outline-none focus:shadow-outline-purple |
155 | 155 | dark:text-gray-300 dark:focus:shadow-outline-gray form-input" |
156 | - id="file" name="file" accept=".pdf, .xls, .xlsx"> | |
156 | + id="file" name="file" accept=".pdf, .doc, .docx"> | |
157 | 157 | @error('file') |
158 | 158 | <span class="text-xs text-red-600 dark:text-red-400"> |
159 | 159 | {{ $message }} |
resources/views/employers/dialog.blade.php
... | ... | @@ -282,7 +282,7 @@ |
282 | 282 | <form action="{{ route('employer.test123') }}" class="chatbox__bottom" enctype="multipart/form-data" method="POST" > |
283 | 283 | @csrf |
284 | 284 | <label class="chatbox__bottom-file"> |
285 | - <input id="file" name="file" type="file" accept=".pdf, .xls, .xlsx"> | |
285 | + <input id="file" name="file" type="file" accept=".pdf, .doc, .docx"> | |
286 | 286 | <svg> |
287 | 287 | <use xlink:href="{{ asset('images/sprite.svg#clip') }}"></use> |
288 | 288 | </svg> |
resources/views/modals/send_admin.blade.php
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | <div class="modal__form-item"> |
15 | 15 | <div class="file"> |
16 | 16 | <label class="file__input"> |
17 | - <input type="file" accept=".pdf, .xls, .xlsx"> | |
17 | + <input type="file" accept=".pdf, .doc, .docx"> | |
18 | 18 | <span class="button button_light"> |
19 | 19 | <svg> |
20 | 20 | <use xlink:href="images/sprite.svg#share"></use> |
resources/views/modals/send_employer.blade.php
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | <div class="modal__form-item"> |
29 | 29 | <div class="file"> |
30 | 30 | <label class="file__input"> |
31 | - <input type="file" name="file" id="file" accept=".pdf, .xls, .xlsx"> | |
31 | + <input type="file" name="file" id="file" accept=".pdf, .doc, .docx"> | |
32 | 32 | <span class="button button_light"> |
33 | 33 | <svg> |
34 | 34 | <use xlink:href="{{ asset('images/sprite.svg#share') }}"></use> |
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" accept=".pdf, .xls, .xlsx"> | |
30 | + <input type="file" name="file" id="btn_send_file" accept=".pdf, .doc, .docx"> | |
31 | 31 | <span class="button button_light"> |
32 | 32 | <svg> |
33 | 33 | <use xlink:href="{{ asset('images/sprite.svg#share') }}"></use> |
resources/views/modals/send_worker_new.blade.php
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | <div class="modal__form-item"> |
31 | 31 | <div class="file"> |
32 | 32 | <label class="file__input" id="btn_send_file" name="btn_send_file"> |
33 | - <input type="file" name="send_file" id="send_name" accept=".pdf, .xls, .xlsx"> | |
33 | + <input type="file" name="send_file" id="send_name" accept=".pdf, .doc, .docx"> | |
34 | 34 | <span class="button button_light"> |
35 | 35 | <svg> |
36 | 36 | <use xlink:href="{{ asset('images/sprite.svg#share') }}"></use> |
resources/views/workers/dialog.blade.php
... | ... | @@ -303,7 +303,7 @@ |
303 | 303 | <form action="{{ route('worker.test123') }}" class="chatbox__bottom" enctype="multipart/form-data" method="POST" > |
304 | 304 | @csrf |
305 | 305 | <label class="chatbox__bottom-file"> |
306 | - <input id="file" name="file" type="file" accept=".pdf, .xls, .xlsx"> | |
306 | + <input id="file" name="file" type="file" accept=".pdf, .doc, .docx"> | |
307 | 307 | <svg> |
308 | 308 | <use xlink:href="{{ asset('images/sprite.svg#clip') }}"></use> |
309 | 309 | </svg> |