This commit is contained in:
KONE SOREL 2026-04-04 18:34:28 +00:00
parent 68372aaf87
commit d11b3e3065
2 changed files with 6 additions and 7 deletions

View File

@ -17,16 +17,14 @@
<div>
<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-dark"><?= $nomReseau ?></span> (<?= $codeReseau ?>)
<?= _("Réseau") ?> :
<p class="text-muted small mb-0"><?= _("Réseau") ?> :
<span class="badge bg-light text-primary border fw-bold"><?= $codeReseau ?></span>
<span class="badge bg-light text-primary border fw-bold"><?= $nomReseau ?></span>
</p>
</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>

View File

@ -27,6 +27,7 @@
<p class="text-muted small mb-0"><?= _("Réseau") ?> :
<span class="badge bg-light text-primary border fw-bold"><?= $codeReseau ?></span>
<span class="badge bg-light text-primary border fw-bold"><?= $nomReseau ?></span>
</p>
</div>
</div>
<div class="d-flex gap-2">