Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
d82223219e
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row mb-3 g-3 mt-1">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-7">
|
||||
<div class="input-group shadow-sm">
|
||||
<span class="input-group-text bg-white border-end-0 text-muted"><i class="fas fa-search"></i></span>
|
||||
<input type="text" id="customSearch" class="form-control border-start-0 ps-0" placeholder="<?= _('Recherche globale...') ?>">
|
||||
|
|
@ -47,13 +47,6 @@
|
|||
<?php endforeach; ?>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<select class="form-select shadow-sm" id="statusFilter">
|
||||
<option value=""><?= _("Tous les statuts") ?></option>
|
||||
<option value="status-actif">🟢 <?= _("Actifs") ?></option>
|
||||
<option value="status-archive">🟠 <?= _("Archivés") ?></option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-2 text-end">
|
||||
<button class="btn btn-outline-primary shadow-sm w-100" onclick="javascript:afficher_adherents_police();">
|
||||
<i class="fas fa-sync-alt"></i>
|
||||
|
|
@ -70,7 +63,7 @@
|
|||
<th class="text-center"><?= _("Collège") ?></th>
|
||||
<th class="text-center"><?= _("Période") ?></th>
|
||||
<th class="text-center no-export"><?= _("Actions") ?></th>
|
||||
<th class="d-none">StatusClass</th> </tr>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($adherents as $adherent):
|
||||
|
|
@ -104,7 +97,6 @@
|
|||
<i class="fas fa-user-edit text-primary"></i>
|
||||
</button>
|
||||
</td>
|
||||
<td class="d-none"><?= $statusClass ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
|
|
@ -135,11 +127,5 @@
|
|||
$('#collegeFilter').on('change', function() {
|
||||
table.column(2).search(this.value).draw();
|
||||
});
|
||||
|
||||
// Filtre par Statut (Colonne 5 - cachée)
|
||||
$('#statusFilter').on('change', function() {
|
||||
table.column(5).search(this.value).draw();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,15 +12,10 @@
|
|||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("POLICE") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4 bg-office-primary-lighter text-white">
|
||||
<div class="card-body d-flex align-items-center justify-content-between p-3">
|
||||
<button type="button" class="btn btn-light btn-sm fw-bold shadow-sm w-100" onclick="javascript:afficher_adherents_police();">
|
||||
<button type="button" class="btn btn-light btn-sm fw-bold shadow-sm" onclick="javascript:afficher_adherents_police();">
|
||||
<i class="fas fa-sync-alt me-2 text-primary"></i> <?= _("Actualiser la liste") ?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" id="prestationPossible" name="prestationPossible" value="<?= $prestationPossible ?>">
|
||||
<button class="d-none" id="btn_liste_assures" data-bs-toggle="modal" data-bs-target="#pop_liste_assures"></button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user