x
This commit is contained in:
parent
9ab90235bb
commit
d5e1eff385
|
|
@ -127,13 +127,13 @@
|
||||||
<div class="card shadow-sm mb-4">
|
<div class="card shadow-sm mb-4">
|
||||||
<div class="card-body p-4">
|
<div class="card-body p-4">
|
||||||
<h6 class="fw-bold text-uppercase mb-3">
|
<h6 class="fw-bold text-uppercase mb-3">
|
||||||
<i class="fas fa-folder-open me-2 text-warning"></i><?= _("Documents GED") ?>
|
<i class="fas fa-folder-open me-2 text-warning"></i><?= _("Fichiers joints à la police") ?>
|
||||||
</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><?= _("Extensions autorisées :") ?></strong>
|
<strong><?= _("Formats autorisés") ?>:</strong>
|
||||||
<div class="d-flex flex-wrap mt-2">
|
<div class="d-flex flex-wrap mt-2">
|
||||||
<?php foreach ($tabExt as $ext): ?>
|
<?php foreach ($tabExt as $ext): ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user