Actualiser admin/dashboard.html
This commit is contained in:
@@ -79,18 +79,17 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user