Actualiser admin/dashboard.html

This commit is contained in:
2026-06-21 11:13:35 +02:00
parent e81a276031
commit 235b7e23b7
+6 -5
View File
@@ -61,12 +61,13 @@
<table class="admin-table">
<thead>
<tr>
<th style="width: 50px; text-align: center;"><input type="checkbox" id="select-all-checkbox"></th>
<th style="width: 40px; text-align: center;"><input type="checkbox" id="select-all-checkbox"></th>
<th style="width: 70px; text-align: center;">Affiche</th>
<th>Titre</th>
<th>Année</th>
<th>Réalisateur</th>
<th>Informations</th>
<th style="text-align:right;">Actions</th>
<th style="width: 80px;">Année</th>
<th style="width: 20%;">Réalisateur</th>
<th style="width: 15%;">Informations</th>
<th style="width: 100px; text-align: right;">Actions</th>
</tr>
</thead>
<tbody id="admin-table-body"></tbody>