ajout caption
This commit is contained in:
parent
167854e785
commit
ffeed0761c
@ -7,6 +7,12 @@ background-image:url("../pictures/setting_picture/fond.jpg");
|
||||
background-size:cover;
|
||||
}
|
||||
|
||||
caption
|
||||
{
|
||||
color: silver;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.listg
|
||||
{
|
||||
background: #a7cfdf; /* Old browsers */
|
||||
|
@ -19,6 +19,7 @@
|
||||
<br><br>
|
||||
<legend>Mes listes d'oeuvres:</legend>
|
||||
<table class="table table-hover">
|
||||
<caption>Nom | Activer | Supprimer</caption>
|
||||
@foreach ($listeoeuvres as $listeoeuvre)
|
||||
<tr class="active listeoeuvre">
|
||||
<form method="POST" role="form" action="deleteListeOeuvre">
|
||||
|
Reference in New Issue
Block a user