This commit is contained in:
alexandre-pereira 2015-03-16 23:59:59 +01:00
parent 26b71fa2b9
commit ff581ca35d
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@
<tbody>
<tr>
<td>Aucune liste</td>
<td><input type="radio" name="memo" value="0" type="checkbox"></td>
<td><input type="radio" name="puzzle" 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" checked type="checkbox"></td>
<td></td>
</tr>
@foreach ($meslistes as $index => $listeoeuvre)

View File

@ -61,7 +61,7 @@
<div class="form-group">
<label class="col-sm-2 control-label" for="exampleInputFile">Image</label>
<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>