diff --git a/app/views/editUser.scala.html b/app/views/editUser.scala.html index c2acfa13f..908905982 100644 --- a/app/views/editUser.scala.html +++ b/app/views/editUser.scala.html @@ -5,6 +5,7 @@ @main(currentUser)(s"Utilisateur ${form("name").value.getOrElse("")}") { + }{ @helper.form(action = routes.UserController.editUserPost(userId), 'class -> "mdl-grid mdl-cell mdl-cell--12-col") { @form.value match { @@ -52,7 +53,7 @@ @helper.checkbox(form("disabled"), 'type -> "checkbox", 'label -> "Désactiver l'utilisateur", 'class -> "mdl-checkbox__input") @if(unused) { - +
} Délégations @@ -164,16 +165,26 @@ } } - + + +

Suppression d'un utilisateur inutilisé.

+
+ Êtes-vous certain de vouloir supprimer le compte de cet utilisateur? +
+
+ + +
+
+ + } \ No newline at end of file diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 126f4a75d..78404b840 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -23,9 +23,6 @@ @webJarsUtil.locate("dialog-polyfill.css").css() @webJarsUtil.locate("dialog-polyfill.js").script() - - -