modified: SRC/public/css/app.css

modified:   SRC/resources/views/admin.blade.php
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-02-20 14:00:59 +01:00
parent 776940a70a
commit fe746d6bbb
3 changed files with 165 additions and 152 deletions

View File

@ -50,14 +50,14 @@
<td>
&nbsp;&nbsp;
@if ($user->droits == 0)
<form method="POST" style = "float: left;" role="form" action="logAs">
<form method="POST" style = "float: left" role="form" action="logAs">
<input type="hidden" name="idUser" value="{{ $user->id }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
<button type="submit" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-log-in"></span></a>
</form>
@endif
<form method="POST" role="form" style = "float: left;" action="deleteUser">
<form method="POST" role="form" style = "float: left" action="deleteUser">
<input type="hidden" name="idUser" value="{{ $user->id }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
<button type="submit" class="btn btn-sm btn-danger"><span class="glyphicon glyphicon-trash"></span></a>