Corrections
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
</div>
|
||||
|
||||
<div class="card mb-3">
|
||||
<div class="card-header bg-secondary py-2 mb-3">
|
||||
<h5 class="mb-0 text-center text-light">
|
||||
<?= substr($this->nettoyer($_SESSION['beneficiaire_C']), 0, 25). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
|
||||
<div class="card-header bg-secondary py-2">
|
||||
<h5 class="mb-0 text-center text-light text-truncate" style="max-width:280px;">
|
||||
<?= $this->nettoyer($_SESSION['beneficiaire_C']). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user