@@ -54,10 +54,6 @@
<th>Réalisateur</th>
<th>Note moyenne</th>
<th>Année</th>
- {#
- <th>Lien</th>
- <th>Actions</th>
- #}
</tr>
</thead>
<tbody id="tableFilms">
@@ -142,13 +138,6 @@
{% endif %}
</td>
<td>{{ film.annee | date('Y') }}</td>
- <td>{% if not film.lien == "" %}<a target="_blank" href="{{ film.lien }}"><i class="fa fa-external-link fa-lg"></i></a>{% endif %}</td>
- <td>
- <a data-toggle="tooltip" title="Modifier la fiche film" href="{{ path('videotheque_modifier', {'id': film.id}) }}"><i class="fa fa-edit fa-lg", style="color:DodgerBlue;"></i></a>
- {% if is_granted('ROLE_ADMIN') %}<a href="{{ path('videotheque_supprimer', {'id': film.id}) }}"><i class="fa fa-trash fa-lg", style="color:Tomato;"></i></a>{% endif %}
- </td>
{% endfor %}
</tbody>
@@ -11,4 +11,9 @@ Enregistrer le commentaire: Enregistrer le commentaire
Email: Email
Envoyer-mail: Envoyer le mail
password: Mot de passe
-repeat-password: Répéter le mot de passe
+repeat-password: Répéter le mot de passe
+
+Username: Nom d'utilisateur
+Prenom: Prénom
+Nom: Nom
+Mail: Email