test
This commit is contained in:
parent
26b71fa2b9
commit
ff581ca35d
@ -33,8 +33,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Aucune liste</td>
|
<td>Aucune liste</td>
|
||||||
<td><input type="radio" name="memo" value="0" type="checkbox"></td>
|
<td><input type="radio" name="memo" value="0" checked type="checkbox"></td>
|
||||||
<td><input type="radio" name="puzzle" value="0" type="checkbox"></td>
|
<td><input type="radio" name="puzzle" value="0" checked type="checkbox"></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach ($meslistes as $index => $listeoeuvre)
|
@foreach ($meslistes as $index => $listeoeuvre)
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-2 control-label" for="exampleInputFile">Image</label>
|
<label class="col-sm-2 control-label" for="exampleInputFile">Image</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="file" name="file" id="file">
|
<input type="file" class="form-control" name="file" id="file">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user