This commit is contained in:
KONE SOREL 2026-03-10 16:19:32 +00:00
parent 4199ca0257
commit 4cb2a3145a
13 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
<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">
<h6 class="mb-0 text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-calendar-plus me-2"></i><?= _("Ajouter un nouveau jour férié") ?>
</h6>
</div>

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm border-start border-success border-4 mb-4">
<div class="card-header bg-white py-3 border-0">
<h6 class="mb-0 text-uppercase text-success small" id="titre_formData">
<h6 class="mb-0 fw-bold text-uppercase text-success small" id="titre_formData">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter une Localité") ?>
</h6>
</div>

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm border-start border-success border-4 mb-4">
<div class="card-header bg-white py-3 border-0">
<h6 class="mb-0 text-uppercase text-success small" id="titre_formData">
<h6 class="mb-0 fw-bold text-uppercase text-success small" id="titre_formData">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un Pays") ?>
</h6>
</div>
@ -13,13 +13,13 @@
<div class="input-group">
<span class="input-group-text bg-light border-2 border-end-0"><i class="fas fa-barcode text-muted"></i></span>
<input class="form-control border-2 border-start-0 ps-0 majuscule fw-bold"
type="text"
id="codePays"
name="codePays"
maxlength="3"
required
autocomplete="off"
autofocus>
type="text"
id="codePays"
name="codePays"
maxlength="3"
required
autocomplete="off"
autofocus>
</div>
</div>

View File

@ -1,7 +1,7 @@
<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">
<h6 class="mb-0 text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau secteur d'activité") ?>
</h6>
</div>

View File

@ -1,7 +1,7 @@
<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">
<h6 class="mb-0 text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau service") ?>
</h6>
</div>

View File

@ -1,7 +1,7 @@
<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">
<h6 class="mb-0 text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau titre / civilité") ?>
</h6>
</div>

View File

@ -1,7 +1,7 @@
<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">
<h6 class="mb-0 text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau district / région") ?>
</h6>
</div>

View File

@ -3,7 +3,7 @@
<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">
<h6 class="mb-0 text-uppercase text-warning small">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-calendar-check me-2"></i><?= _("Modification des données du jour férié") ?>
</h6>
</div>

View File

@ -3,7 +3,7 @@
<div class="card border-0 shadow-sm border-start border-4 border-primary">
<div class="card-header bg-white py-3">
<h6 class="card-title mb-0 text-uppercase text-warning small">
<h6 class="card-title mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données de la localité") ?>
</h6>
</div>

View File

@ -3,7 +3,7 @@
<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">
<h6 class="mb-0 text-uppercase text-warning small">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du secteur d'activité") ?>
</h6>
</div>

View File

@ -3,7 +3,7 @@
<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">
<h6 class="mb-0 text-uppercase text-warning small">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du service") ?>
</h6>
</div>

View File

@ -3,7 +3,7 @@
<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">
<h6 class="mb-0 text-uppercase text-warning small">
<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>
</div>

View File

@ -3,7 +3,7 @@
<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">
<h6 class="mb-0 text-uppercase text-warning small">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du district / région") ?>
</h6>
</div>