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;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
caption
|
||||||
|
{
|
||||||
|
color: silver;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.listg
|
.listg
|
||||||
{
|
{
|
||||||
background: #a7cfdf; /* Old browsers */
|
background: #a7cfdf; /* Old browsers */
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<br><br>
|
<br><br>
|
||||||
<legend>Mes listes d'oeuvres:</legend>
|
<legend>Mes listes d'oeuvres:</legend>
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
|
<caption>Nom | Activer | Supprimer</caption>
|
||||||
@foreach ($listeoeuvres as $listeoeuvre)
|
@foreach ($listeoeuvres as $listeoeuvre)
|
||||||
<tr class="active listeoeuvre">
|
<tr class="active listeoeuvre">
|
||||||
<form method="POST" role="form" action="deleteListeOeuvre">
|
<form method="POST" role="form" action="deleteListeOeuvre">
|
||||||
|
Reference in New Issue
Block a user