This commit is contained in:
KONE SOREL 2025-12-29 13:44:55 +00:00
parent 5965cd5647
commit 3581acb862

View File

@ -130,9 +130,9 @@
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
<!-- Zone d'information sur les extensions -->
<div class="alert alert-info mt-2 py-2 small">
<div class="alert alert-info mt-2 py-2 small w-100">
<strong><?= _("Extensions autorisées :") ?></strong>
<div class="d-flex flex-wrap mt-2 w-100">
<div class="d-flex flex-wrap mt-2">
<?php foreach ($tabExt as $ext): ?>
<?php
$style = isset($extStyles[$ext]) ? $extStyles[$ext] : ["color" => "secondary", "icon" => "fas fa-file"];