From 54eb5d623979c2fe4765d20c5683eb853fd29285 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 23:13:33 +0100 Subject: Add breadcrumbs; stuff --- templates/admin_create.html | 13 +++++++++++++ templates/admin_ldap.html | 19 +++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/admin_create.html b/templates/admin_create.html index 94dee5b..3e636a5 100644 --- a/templates/admin_create.html +++ b/templates/admin_create.html @@ -6,6 +6,17 @@ Retour +
+ +
+ {{if .Error}}
Impossible de créer l'objet.
{{ .Error }}
@@ -13,10 +24,12 @@ {{end}}
+
diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 53570fe..3ceed7d 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -21,14 +21,6 @@
- - {{range .Children}} @@ -44,6 +36,17 @@
+{{if .CanAddChild}} + +
+{{end}} + {{if .Success}}
Modification enregistrée.
{{end}} -- cgit v1.2.3