Actualiser admin/dashboard.html

This commit is contained in:
2026-06-21 09:15:09 +02:00
parent cc1ee12dd0
commit f290c01363
+19 -21
View File
@@ -82,28 +82,26 @@
</div> </div>
<!-- Tableau --> <!-- Tableau -->
<div class="table-container"> <div class="table-container">
<table class="admin-table"> <table class="admin-table">
<thead> <thead>
<tr> <tr>
<th></th> <th style="text-align:center;"><input type="checkbox" id="select-all-checkbox" title="Tout sélectionner"></th>
<th>Affiche</th> <th>Affiche</th>
<th>Titre</th> <th>Titre</th>
<th>Année</th> <th>Année</th>
<th>Réalisateur</th> <th>Réalisateur</th>
<th>Informations</th> <th>Informations</th>
<th>Actions</th> <th style="text-align:right;">Actions</th>
</tr> </tr>
</thead> </thead>
<tbody id="admin-table-body"> <tbody id="admin-table-body">
<!-- Les lignes sont générées par JavaScript --> <!-- Les lignes seront générées par JS -->
</tbody> </tbody>
</table> </table>
</div>
<!-- Pagination -->
<div id="pagination-container" class="pagination"></div>
</div> </div>
<div id="pagination-container" class="pagination"></div>
<!-- Footer --> <!-- Footer -->
<footer> <footer>