modified: SRC/resources/views/referent.blade.php
This commit is contained in:
parent
dab277401e
commit
7290e0696f
@ -35,7 +35,7 @@
|
|||||||
<td class="sessionName">{{$listeoeuvre->nom}}</td>
|
<td class="sessionName">{{$listeoeuvre->nom}}</td>
|
||||||
<td>
|
<td>
|
||||||
<label class="ios7-switch">
|
<label class="ios7-switch">
|
||||||
<input class="activeSession" type="checkbox" checked>
|
<input class="activeSession" type="checkbox" @if ($listeoeuvre->etat == 1) checked="checked" @endif>
|
||||||
<span></span>
|
<span></span>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user