sder
This commit is contained in:
parent
05c3698806
commit
70ff477a50
|
|
@ -3,14 +3,14 @@
|
|||
?>
|
||||
<div class="page-content animate__animated animate__fadeIn">
|
||||
<div class="header-section mb-1">
|
||||
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow border-start <?= $isEditable ? 'border-primary' : 'border-secondary' ?> border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow border-start <?= $isEditable ? 'border-warning' : 'border-primary' ?> border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icon-shape <?= $isEditable ? 'bg-primary-ghost text-primary' : 'bg-warning text-warning' ?> rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
|
||||
<div class="icon-shape <?= $isEditable ? 'bg-warning-ghost text-warning' : 'bg-primary-ghost text-primary' ?> rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas <?= $isEditable ? 'fa-plus-circle' : 'fa-shield-alt' ?> fs-4"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase fs-5">
|
||||
<?= $isEditable ? _("Gérer des Garanties du Produit Santé") : _("Consultation des Garanties du Produit Santé") ?>
|
||||
<?= $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 text-dark"><?= $this->nettoyer($produit['libelle']) ?></span> (<?= $this->nettoyer($produit['codeProduit']) ?>)</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user