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)