|
@@ -31,10 +31,7 @@
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<table
|
|
|
- class="table table-bordered table-hover table-sm align-middle"
|
|
|
- data-toggle="table"
|
|
|
- data-pagination="false"
|
|
|
- >
|
|
|
+ class="table table-bordered table-hover table-sm align-middle">
|
|
|
<thead class="">
|
|
|
<tr>
|
|
|
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
|
|
@@ -42,12 +39,12 @@
|
|
|
<th style="width:1em;"></th>
|
|
|
<th>Ajouté par</th>
|
|
|
{% endif %}
|
|
|
- <th data-sortable="true">Titre</th>
|
|
|
- <th data-sortable="true">Genre</th>
|
|
|
- <th data-sortable="true">Réalisateur</th>
|
|
|
- <th data-sortable="true" style="width:5em;">Note</th>
|
|
|
- <th data-sortable="true" style="width:5em;">Année</th>
|
|
|
- <th data-sortable="true" style="width:6em;">Sortie</th>
|
|
|
+ <th>Titre</th>
|
|
|
+ <th>Genre</th>
|
|
|
+ <th>Réalisateur</th>
|
|
|
+ <th style="width:5em;">Note</th>
|
|
|
+ <th style="width:5em;">Année</th>
|
|
|
+ <th style="width:6em;">Sortie</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="tableFilms">
|