From 4125338c73e7e06078f24ab33ab83b28a1928535 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 7 Jan 2016 22:56:54 +0100 Subject: [PATCH] =?UTF-8?q?[x]=20Rang=20pour=20import=20d'inscrits=20limit?= =?UTF-8?q?=C3=A9=20'liste=20d=C3=A9roulante'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page/_JS/groups.js | 2 +- page/groups.php | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/page/_JS/groups.js b/page/_JS/groups.js index 87137a9..0f34a88 100755 --- a/page/_JS/groups.js +++ b/page/_JS/groups.js @@ -255,7 +255,7 @@ if( importInscrits != null ){ importInscrits.addEventListener('change', function(e){ var annee = parseInt( importInscrits.parentNode.dataset.year ); - var rang = parseInt( importInscrits.parentNode.parentNode.children[5].value ); + var rang = parseInt( importInscrits.parentNode.parentNode.children[6].value ); console.log(annee); console.log(rang); diff --git a/page/groups.php b/page/groups.php index aac7f04..9974739 100755 --- a/page/groups.php +++ b/page/groups.php @@ -684,7 +684,14 @@ if( permission('master') || permission('admin') ){ echo ""; } echo "
"; - echo "
"; + // echo "
"; + + + echo "Rang du semestre :"; + echo "
"; // echo "
Importer une liste
"; echo "
Importer une liste
";