This commit is contained in:
KONE SOREL 2026-04-04 18:25:24 +00:00
parent b1340f9a32
commit cd91ff18ea

View File

@ -118,20 +118,20 @@
</div>
<div class="col-lg-7">
<div class="card border-0 shadow-sm h-100 border-start border-success border-4">
<div class="card border-0 shadow-sm h-100 border-start border-primary border-4">
<div class="card-header bg-white py-3 border-bottom">
<div class="d-flex justify-content-between align-items-center mb-3">
<h6 class="mb-0 fw-bold text-success text-uppercase small">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-check-double me-2"></i><?= _("Affectés au réseau") ?>
</h6>
<span class="badge bg-success-light text-success rounded-pill px-3" id="count_affect">
<span class="badge bg-primary-light text-primary rounded-pill px-3" id="count_affect">
<?= count($prestatairesreseau) ?>
</span>
</div>
<small class="text-success mt-1 d-block"><?= _("Recherche de prestataires affectés") ?></small>
<small class="text-primary mt-1 d-block"><?= _("Recherche") ?></small>
<div class="bg-success-ghost p-2 rounded mb-2 border border-success-subtle">
<div class="bg-primary-ghost p-2 rounded mb-2 border border-primary-subtle">
<div class="row g-1">
<div class="col-12 mb-1">
<input type="text" id="search_nom_affect" class="form-control form-control-sm border-2 shadow-none" placeholder="<?= _("Rechercher dans la liste...") ?>" onkeyup="rechercheServeur('affect');">