Actualiser admin/dashboard.html

This commit is contained in:
2026-06-20 20:55:09 +02:00
parent 5b014dcfa4
commit 8095feb53e
+5 -6
View File
@@ -79,21 +79,20 @@
<table class="admin-table"> <table class="admin-table">
<thead> <thead>
<tr> <tr>
<th style="width: 50px; text-align: center;"> <th></th>
<input type="checkbox" id="select-all-checkbox" onclick="toggleSelectAll(this)"> <th>Affiche</th>
</th>
<th style="width: 80px; text-align: center;">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 style="width: 100px; text-align: right;">Actions</th> <th>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 -->
</tbody> </tbody>
</table> </table>
</div> </div>
<div id="pagination-container" class="pagination"></div> <div id="pagination-container" class="pagination"></div>
<footer style="text-align: center; margin-top: 3rem; color: var(--muted); font-size: 0.9rem;"> <footer style="text-align: center; margin-top: 3rem; color: var(--muted); font-size: 0.9rem;">
Mon Cinéma &mdash; Administration Mon Cinéma &mdash; Administration