From 287db519c0450d7eb70a044cf6a00bf5a996447f Mon Sep 17 00:00:00 2001 From: Xavi <57891264+Xavi-PL@users.noreply.github.com> Date: Mon, 10 May 2021 17:17:29 +0200 Subject: [PATCH 01/12] ADDED: Align-Right formularios de requisitos, semaforo gris --- www/index.html | 5 +++-- www/js/fitxersController.js | 11 ++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/www/index.html b/www/index.html index ce6af37..f123a57 100644 --- a/www/index.html +++ b/www/index.html @@ -100,12 +100,13 @@
Estat de matriculació:
+

#PERFIL

-
+ +
-
diff --git a/www/js/fitxersController.js b/www/js/fitxersController.js index 2656db0..4f5c87e 100644 --- a/www/js/fitxersController.js +++ b/www/js/fitxersController.js @@ -19,11 +19,10 @@ function getRequisits(){ }).appendTo(paneRequisits); document.getElementById("btnRequisit" + i).onclick = function (ev, nomReq = arrayRequisits[i]) { + var reqModal = document.getElementById("reqModal"); - console.log(reqModal); - var instance = M.Modal.getInstance(reqModal); + var instance = M.Modal.init(reqModal); instance.open(); - setStatus(statusR, 2, 0); } } } \ No newline at end of file From 63a296b85833267fbb48c5b10c9ea5bccd02a2d9 Mon Sep 17 00:00:00 2001 From: Xavi <57891264+Xavi-PL@users.noreply.github.com> Date: Mon, 10 May 2021 17:52:30 +0200 Subject: [PATCH 03/12] Nuevo aspecto modal subir ficheros --- www/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/www/index.html b/www/index.html index bd999f5..d0ebcab 100644 --- a/www/index.html +++ b/www/index.html @@ -108,26 +108,22 @@

#PERFIL