eaze
This commit is contained in:
parent
59a4b62496
commit
445db1eb7b
|
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Nom du document") ?></label>
|
||||
<input class="form-control form-control-sm" type="text" id="nomOrigine" name="nomOrigine" placeholder="<?= _("Rechercher un fichier...") ?>">
|
||||
</div>
|
||||
|
|
@ -50,8 +50,8 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 d-flex align-items-end gap-1">
|
||||
<button type="button" class="btn btn-primary btn-sm flex-fill fw-bold" onclick="lister_ged_adherent();">
|
||||
<div class="col-md-2 d-flex align-items-end gap-1">
|
||||
<button type="button" class="btn btn-primary btn-sm flex-fill fw-bold h-100" onclick="lister_ged_adherent();">
|
||||
<i class="fas fa-sync-alt me-1"></i> <?= _("Filtrer") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -65,13 +65,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-10">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Nouveau Document") ?></label>
|
||||
<input class="form-control form-control-sm border-info" name="fichier_upload" type="file" id="fichier_upload">
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 d-flex align-items-end gap-1">
|
||||
<button type="submit" name="submit" class="btn btn-success btn-sm flex-fill fw-bold">
|
||||
<div class="col-md-2 d-flex align-items-end gap-1">
|
||||
<button type="submit" name="submit" class="btn btn-success btn-sm flex-fill fw-bold h-100">
|
||||
<i class="fas fa-upload me-1"></i> <?= _("Envoyer") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user