From cfc225bc31cb710aaf58f45352c7e89ee32af730 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Tue, 24 Mar 2015 11:21:32 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20SRC/resources/views/backend/ref=5Fhome.blade.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRC/resources/views/backend/ref_home.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/SRC/resources/views/backend/ref_home.blade.php b/SRC/resources/views/backend/ref_home.blade.php index 58434bd..97cea7e 100755 --- a/SRC/resources/views/backend/ref_home.blade.php +++ b/SRC/resources/views/backend/ref_home.blade.php @@ -31,8 +31,8 @@ -
Ci-dessous, vous pouvez associer les listes d'oeuvres à un jeu. Cliquez sur le bouton " Associer" quand c'est terminé.
-
+
Ci-dessous, vous pouvez associer les listes d'oeuvres à un jeu.
+ @@ -45,15 +45,15 @@ - - + + @foreach ($meslistes as $index => $listeoeuvre) - - + +
Liste aléatoire
{{$listeoeuvre->nom}}actifMemo == 1) ? 'checked' : '' }} type="checkbox">actifPuzzle == 1) ? 'checked' : '' }} type="checkbox">actifMemo == 1) ? 'checked' : '' }} type="checkbox">actifPuzzle == 1) ? 'checked' : '' }} type="checkbox">
@@ -66,7 +66,6 @@
-
@@ -315,6 +314,11 @@ $("#recherche").on('submit', function(event){ }); +$(".radioAsso").change(function() { + console.log('lol'); + $.get('{{ URL::to('referent/changerparamliste') }}' + $('#assoListeJeu').serialize()); +}); + /*