Actualiser admin/dashboard.html
This commit is contained in:
@@ -82,29 +82,27 @@
|
||||
</div>
|
||||
|
||||
<!-- Tableau -->
|
||||
<div class="table-container">
|
||||
<div class="table-container">
|
||||
<table class="admin-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th style="text-align:center;"><input type="checkbox" id="select-all-checkbox" title="Tout sélectionner"></th>
|
||||
<th>Affiche</th>
|
||||
<th>Titre</th>
|
||||
<th>Année</th>
|
||||
<th>Réalisateur</th>
|
||||
<th>Informations</th>
|
||||
<th>Actions</th>
|
||||
<th style="text-align:right;">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="admin-table-body">
|
||||
<!-- Les lignes sont générées par JavaScript -->
|
||||
<!-- Les lignes seront générées par JS -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Pagination -->
|
||||
<div id="pagination-container" class="pagination"></div>
|
||||
</div>
|
||||
|
||||
<div id="pagination-container" class="pagination"></div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<p>Mon Cinéma — Administration</p>
|
||||
|
||||
Reference in New Issue
Block a user