df
This commit is contained in:
parent
806593e0b4
commit
357f2f5946
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
// Nettoyage initial des données
|
||||
$nbreTotal = count($typesgarant);
|
||||
?>
|
||||
|
||||
<div class="page-content animate__animated animate__fadeIn">
|
||||
<div class="header-section mb-1">
|
||||
<div class="d-flex align-items-center bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||
|
|
@ -15,7 +20,7 @@
|
|||
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center">
|
||||
<div id="table-buttons"></div> <div class="d-flex align-items-center gap-3">
|
||||
<span class="badge bg-primary-ghost text-primary rounded-pill px-3 py-2 fw-bold" id="badge-total">
|
||||
0 <?= _("Lignes") ?>
|
||||
<?= $nbreTotal ?> <?= _("Lignes") ?>
|
||||
</span>
|
||||
|
||||
<button type="button" class="btn btn-primary rounded-pill px-4 shadow-sm fw-bold btn-sm" onclick="addgctypegarant();">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user