This commit is contained in:
KONE SOREL 2026-04-11 13:41:58 +00:00
parent b8b0480327
commit 2336a2864c
6 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<form id="formData" class="container-fluid p-0">
<div class="card border-0 shadow-sm border-start border-4 border-primary" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom">
<div class="card-header bg-light py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau Titre") ?>
</h6>

View File

@ -1,6 +1,6 @@
<form id="formData" class="container-fluid p-0">
<div class="card border-0 shadow-sm border-start border-4 border-primary" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom">
<div class="card-header bg-light py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau Territoire") ?>
</h6>

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<div class="d-flex align-items-center border-bottom bg-light">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-user-tag me-2"></i><?= _("Référentiel des Titres / Civilités") ?>
</h6>
@ -57,5 +57,4 @@
#tableLister tbody td { border-color: #f1f4f6; height: 60px; }
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.italic { font-style: italic; }
.text-primary { color: #212e53 !important; }
</style>

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<div class="d-flex align-items-center border-bottom bg-light">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-city me-2"></i><?= _("Référentiel des Territoires") ?>
</h6>
@ -58,5 +58,4 @@
#tableLister thead th { padding-top: 15px; padding-bottom: 15px; font-size: 0.75rem; letter-spacing: 0.5px; }
#tableLister tbody td { border-color: #f1f4f6; height: 60px; }
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.text-primary { color: #212e53 !important; }
</style>

View File

@ -1,8 +1,8 @@
<form id="formData" class="container-fluid p-0">
<input type="hidden" id="id" name="id" value="<?= $titre['id'] ?>">
<div class="card border-0 shadow-sm border-start border-4 border-primary" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom">
<div class="card border-0 shadow-sm border-start border-4 border-warning" style="border-radius: var(--radius-md);">
<div class="card-header bg-light py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du titre / civilité") ?>
</h6>

View File

@ -1,8 +1,8 @@
<form id="formData" class="container-fluid p-0">
<input type="hidden" id="id" name="id" value="<?= $ville['id'] ?>">
<div class="card border-0 shadow-sm border-start border-4 border-primary" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom">
<div class="card border-0 shadow-sm border-start border-4 border-warning" style="border-radius: var(--radius-md);">
<div class="card-header bg-light py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du Territoire") ?>
</h6>