This commit is contained in:
KONE SOREL 2026-01-12 14:48:12 +00:00
parent d87d59face
commit 8f53647f17

View File

@ -129,7 +129,7 @@
</h6> </h6>
<form enctype="multipart/form-data" action="Fichepolice" method="post" class="row g-3"> <form enctype="multipart/form-data" action="Fichepolice" method="post" class="row g-3">
<!-- Zone d'information sur les extensions --> <!-- Zone d'information sur les extensions
<div class="alert alert-info mt-2 py-2 small col-md-12"> <div class="alert alert-info mt-2 py-2 small col-md-12">
<strong><?= _("Formats autorisés") ?>:</strong> <strong><?= _("Formats autorisés") ?>:</strong>
<div class="d-flex flex-wrap mt-2"> <div class="d-flex flex-wrap mt-2">
@ -143,7 +143,7 @@
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
</div> </div>
-->
<div class="col-md-9"> <div class="col-md-9">
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload"> <input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
</div> </div>