CollegePolice suite 2
This commit is contained in:
parent
05d960fb69
commit
36d7f08cb9
|
|
@ -966,14 +966,16 @@ li i { margin-right:10px; color:#007bff; }
|
|||
/* Card Styling */
|
||||
#div_police .card,
|
||||
#div_texte_cp .card,
|
||||
#div_emission .card{
|
||||
#div_emission .card,
|
||||
#div_colleges_police .card{
|
||||
border: 1px solid var(--office-border);
|
||||
border-radius: 2px; /* Office style is more rectangular */
|
||||
}
|
||||
|
||||
#div_police .card-header,
|
||||
#div_texte_cp .card-header,
|
||||
#div_emission .card-header {
|
||||
#div_emission .card-header,
|
||||
#div_colleges_police .card-header{
|
||||
border-bottom: 1px solid var(--office-border) !important;
|
||||
background-color: white;
|
||||
color: var(--office-dark);
|
||||
|
|
|
|||
|
|
@ -3,24 +3,22 @@
|
|||
?>
|
||||
|
||||
<div id="div_colleges_police" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-users-cog me-2"></i><?= _('Liste des Collèges') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("Police No") ?> : <span class="badge bg-white text-primary ms-2">: <?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<form method="POST">
|
||||
<input class="sr-only" type="text" id="idCollege" name="idCollege">
|
||||
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="card-header bg-office-blue text-white py-3 d-flex justify-content-between align-items-center">
|
||||
<h5 class="mb-0 fw-bold">
|
||||
<i class="fas fa-users-cog me-2"></i>
|
||||
<?= _("Liste des Collèges") ?>
|
||||
<span class="badge bg-white text-primary ms-2">Police No: <?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
</h5>
|
||||
<button type="button" class="btn btn-sm btn-light fw-bold" onclick="javascript:ajouter_college();">
|
||||
<i class="fas fa-plus-circle text-success me-1"></i><?= _("Nouveau Collège") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="card-body p-0">
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover align-middle mb-0 custom-college-table">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center"><?= _("Cat") ?></th>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div id="div_emission" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-file-invoice-dollar me-2"></i></i> <?= _('Fiche Emission') ?></h1>
|
||||
<h1 class="text-primary"><i class="fas fa-file-invoice-dollar me-2"></i><?= _('Fiche Emission') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
|
|||
<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=2025.12.29.11" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.29.12" 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