From f77697f50147f34aad34fd13aab85f335f6a9746 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 8 Feb 2023 16:46:13 +0100 Subject: mailing list: ability to add guest users --- templates/admin_create.html | 25 ++++++++++------ templates/admin_mailing.html | 2 +- templates/admin_mailing_list.html | 62 +++++++++++++++++++++++++++++++++------ templates/layout.html | 2 +- 4 files changed, 71 insertions(+), 20 deletions(-) (limited to 'templates') diff --git a/templates/admin_create.html b/templates/admin_create.html index 9971aaf..1ea6fee 100644 --- a/templates/admin_create.html +++ b/templates/admin_create.html @@ -30,33 +30,40 @@ --> + {{if eq .Template "ml"}} +
+ + +
+ {{else}} +
+ + +
+ {{end}}
- - -
-
- +
{{ if eq .Template "user" }}
- +
{{ else }}
- +
{{ end }}
- +
- +
diff --git a/templates/admin_mailing.html b/templates/admin_mailing.html index d81545f..16bdd61 100644 --- a/templates/admin_mailing.html +++ b/templates/admin_mailing.html @@ -4,7 +4,7 @@

Mailing lists

- Nouvelle mailing list + Nouvelle mailing list Menu principal
diff --git a/templates/admin_mailing_list.html b/templates/admin_mailing_list.html index c5903b6..1b947b2 100644 --- a/templates/admin_mailing_list.html +++ b/templates/admin_mailing_list.html @@ -20,6 +20,10 @@ {{end}} +{{with $desc := .MailingList.GetAttributeValue "description"}}{{if $desc}} +

{{$desc}}

+{{end}}{{end}} + @@ -46,16 +50,20 @@ {{end}} {{end}} + {{if not .Members}} + + {{end}}
Adresse
(aucun abonné)
-
-
Ajouter un destinataire
-
- -
-
Utilisateur existant : -
+
+
Ajouter un destinataire
+ +
+ + +
+
Utilisateur existant :
@@ -67,7 +75,43 @@
- + +
+
+ + + {{if .AllowGuest}} +
+
OU
+
+ +
+ +
+
E-mail :
+
+
- +
+
+
+
+
Nom (optionnel) :
+
+ +
+
+ +
+
+
+ + Si un utilisateur existe déjà avec l'email spécifiée, celui-ci sera ajouté à la liste. + Sinon, un utilisateur invité sera créé. + +
+ + {{end}} +
+ {{end}} diff --git a/templates/layout.html b/templates/layout.html index 212ce5e..0a887ce 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,7 +6,7 @@ - {{template "title"}} Guichet + {{template "title" .}} Guichet
-- cgit v1.2.3