Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
27149a115c
|
|
@ -958,7 +958,7 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_emission,
|
||||
#div_colleges_police,
|
||||
#div_ajout_adherent,
|
||||
#div_ajout_avenant,
|
||||
#div_avenant,
|
||||
#div_liste_adherent {
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
|
|
@ -972,7 +972,7 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_emission .card,
|
||||
#div_colleges_police .card,
|
||||
#div_ajout_adherent .card,
|
||||
#div_ajout_avenant .card,
|
||||
#div_avenant .card,
|
||||
#div_liste_adherent .card{
|
||||
border: 1px solid var(--office-border);
|
||||
border-radius: 2px; /* Office style is more rectangular */
|
||||
|
|
@ -983,7 +983,7 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_emission .card-header,
|
||||
#div_colleges_police .card-header,
|
||||
#div_ajout_adherent .card-header,
|
||||
#div_ajout_avenant .card-header,
|
||||
#div_avenant .card-header,
|
||||
#div_liste_adherent .card-header{
|
||||
border-bottom: 1px solid var(--office-border) !important;
|
||||
background-color: white;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<div id="div_ajout_avenant" class="container-fluid py-1 animate__animated animate__fadeIn">
|
||||
<div id="div_avenant" class="container-fluid py-1 animate__animated animate__fadeIn">
|
||||
<h1 class="text-primary"><i class="fas fa-file-signature me-2"></i><?= _('Nouvel Avenant') ?></h1>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4">
|
||||
|
|
|
|||
|
|
@ -1,20 +1,17 @@
|
|||
<div class="card shadow-sm border-0 mb-4 animate__animated animate__fadeIn">
|
||||
<div class="card-header bg-white py-3 border-bottom">
|
||||
<div class="d-flex align-items-center justify-content-between">
|
||||
<h5 class="card-title mb-0 fw-bold text-dark">
|
||||
<i class="fas fa-list-ul me-2 text-primary"></i><?= _("Historique des Avenants") ?>
|
||||
</h5>
|
||||
<div class="text-muted">
|
||||
<span class="badge bg-light text-dark border ps-2">
|
||||
<?= $_SESSION['nomClient_C'] ?> | <?= $police['numeroPolice'] ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="div_avenant" class="card shadow-sm border-0 mb-4 animate__animated animate__fadeIn">
|
||||
<h1 class="text-primary"><i class="fas fa-list-ul me-2"></i><?= _('Historique des Avenants') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<div class="text-muted">
|
||||
<span class="badge bg-light text-dark border ps-2">
|
||||
<?= $_SESSION['nomClient_C'] ?> | <?= $police['numeroPolice'] ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-body p-0">
|
||||
|
||||
<div class="card-body p-0 mt-2">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover align-middle mb-0" style="font-size: 0.9rem;">
|
||||
<table class="table table-hover align-middle mb-0 tabliste compact" style="font-size: 0.9rem;">
|
||||
<thead class="table-light">
|
||||
<tr class="text-muted small">
|
||||
<th class="ps-3 text-center" width="8%"><?= _("N°") ?></th>
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.04.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.04.01" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user