der
This commit is contained in:
parent
14def9e007
commit
6d7c6ecfc9
|
|
@ -12,7 +12,9 @@
|
|||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5">
|
||||
<?= $isEditable ? _("Gérer les Garanties du Produit Santé") : _("Consulter les Garanties du Produit Santé") ?>
|
||||
</h4>
|
||||
<p class="text-muted small mb-0"><?= _("Produit :") ?> <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span> (<?= $this->nettoyer($produit['codeProduit']) ?>)</p>
|
||||
<p class="text-muted small mb-0">
|
||||
<?= _("Produit :") ?> <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
|
||||
(<span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -88,7 +90,7 @@
|
|||
<i class="fas fa-angle-double-left me-1"></i> <?= _("Tout retirer") ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<h6 class="mb-0 fw-bold text-success text-uppercase"><i class="fas fa-check-circle me-2"></i><?= _("Garanties affectées au Produit Santé") ?></h6>
|
||||
<h6 class="mb-0 fw-bold text-primary text-uppercase"><i class="fas fa-check-circle me-2"></i><?= _("Garanties affectées au Produit Santé") ?></h6>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user