Actualiser admin/dashboard.html
This commit is contained in:
@@ -61,12 +61,13 @@
|
|||||||
<table class="admin-table">
|
<table class="admin-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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>Titre</th>
|
||||||
<th>Année</th>
|
<th style="width: 80px;">Année</th>
|
||||||
<th>Réalisateur</th>
|
<th style="width: 20%;">Réalisateur</th>
|
||||||
<th>Informations</th>
|
<th style="width: 15%;">Informations</th>
|
||||||
<th style="text-align:right;">Actions</th>
|
<th style="width: 100px; text-align: right;">Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="admin-table-body"></tbody>
|
<tbody id="admin-table-body"></tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user