df
This commit is contained in:
parent
df8b82feee
commit
a68c1a6dd8
|
|
@ -8,24 +8,25 @@
|
|||
?>
|
||||
|
||||
<div class="page-content animate__animated animate__fadeIn">
|
||||
<div class="header-section mb-4">
|
||||
<div class="header-section mb-1">
|
||||
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-boxes fs-4"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Ajout par lot de prestataires") ?></h4>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Affection par lot de prestataires") ?></h4>
|
||||
<p class="text-muted small mb-0">
|
||||
<?= _("Cible :") ?> <span class="fw-bold text-primary"><?= $nomReseau ?></span> (<?= $codeReseau ?>)
|
||||
<?= _("Cible :") ?> <span class="fw-bold text-dark"><?= $nomReseau ?></span> (<?= $codeReseau ?>)
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="d-flex gap-2">
|
||||
<button class="btn btn-light rounded-pill px-3 fw-bold shadow-xs border btn-sm" onclick="retour_liste_reseaus();">
|
||||
<i class="fas fa-arrow-left me-1"></i> <?= _("Retour") ?>
|
||||
</button>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -33,13 +34,13 @@
|
|||
<input type="hidden" id="idReseau" name="idReseau" value="<?= $idReseau ?>">
|
||||
<input type="hidden" id="nomReseau" name="nomReseau" value="<?= $nomReseau ?>">
|
||||
|
||||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card border-0 shadow-sm mb-1">
|
||||
<div class="card-header bg-white py-3 border-bottom border-2">
|
||||
<h6 class="mb-0 fw-bold text-muted text-uppercase small"><i class="fas fa-filter me-2"></i><?= _("Critères de sélection") ?></h6>
|
||||
</div>
|
||||
<div class="card-body bg-light-subtle">
|
||||
<form id="form_filtre_lot">
|
||||
<div class="row g-3">
|
||||
<div class="row g-2">
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Catégorie") ?></label>
|
||||
<select class="selectpicker form-control border-2" id="categoriePresataire" name="categoriePresataire" data-live-search="true">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user