modified: SRC/app/Http/Controllers/ReferentController.php

modified:   SRC/app/Http/routes.php
	modified:   SRC/public/js/ListeOeuvre.js
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-03-04 22:24:42 +01:00
parent 880652df04
commit 652d5dba9a
4 changed files with 42 additions and 2 deletions

View File

@ -65,12 +65,14 @@
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "MY SELECTION" -->
<div id="selection">
<span style="float: right"><a href="">Sélectionner tout</a> -- <a href="">Annuler sélection</a></span><br>
<input type="hidden" id="_tokenRemoveFromSelection" name="_token" value="{{{ csrf_token() }}}" />
<div class="panel-body" id="oeuvrePic">
<!-- TODO -->
</div>
<button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button>
<!-- <button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button> -->
<button type="button" style="float: right" class="btn btn-warning" id="removeFromSelection">Supprimer</button>
<br><br>
</div>