Update templates/index.html
Browse files- templates/index.html +9 -5
templates/index.html
CHANGED
@@ -524,12 +524,16 @@
|
|
524 |
</label>
|
525 |
</div>
|
526 |
<div class="flex items-center space-x-2">
|
|
|
|
|
527 |
<label for="file_upload" class="cursor-pointer flex items-center text-primary-600 hover:text-primary-700 dark:text-primary-400 dark:hover:text-primary-300 tooltip">
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
|
|
|
|
533 |
<div id="file-chip" class="chip hidden">
|
534 |
<i class="fa-solid fa-file chip-icon"></i>
|
535 |
<span id="file-name" class="truncate max-w-[100px] sm:max-w-[120px]"></span>
|
|
|
524 |
</label>
|
525 |
</div>
|
526 |
<div class="flex items-center space-x-2">
|
527 |
+
|
528 |
+
|
529 |
<label for="file_upload" class="cursor-pointer flex items-center text-primary-600 hover:text-primary-700 dark:text-primary-400 dark:hover:text-primary-300 tooltip">
|
530 |
+
<i class="fa-solid fa-paperclip"></i>
|
531 |
+
<span class="ml-1.5 hidden sm:inline">Fichiers</span>
|
532 |
+
<input type="file" id="file_upload" name="file[]" class="hidden" accept=".txt,.pdf,.png,.jpg,.jpeg" multiple>
|
533 |
+
<span class="tooltip-text">Joindre plusieurs fichiers (txt, pdf, image)</span>
|
534 |
+
</label>
|
535 |
+
|
536 |
+
|
537 |
<div id="file-chip" class="chip hidden">
|
538 |
<i class="fa-solid fa-file chip-icon"></i>
|
539 |
<span id="file-name" class="truncate max-w-[100px] sm:max-w-[120px]"></span>
|