From e652956aa8dd6160b078f396e3f89157c15294af Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Sep 2012 22:00:19 +0200 Subject: Edition of mailboxes, aliases and lists. --- template/edit-alias.html | 83 +++++++++++++++++++++++++++++++++ template/edit-domain.html | 41 ++++++++++------- template/edit-list.html | 71 +++++++++++++++++++++++++++++ template/edit-mailbox.html | 111 +++++++++++++++++++++++++++++++++++++++++++++ template/list-domains.html | 2 +- template/list-locals.html | 4 +- 6 files changed, 293 insertions(+), 19 deletions(-) create mode 100644 template/edit-alias.html create mode 100644 template/edit-list.html create mode 100644 template/edit-mailbox.html (limited to 'template') diff --git a/template/edit-alias.html b/template/edit-alias.html new file mode 100644 index 0000000..dc046cd --- /dev/null +++ b/template/edit-alias.html @@ -0,0 +1,83 @@ + + + + + Edit alias <TMPL_VAR NAME=ALIAS>@<TMPL_VAR NAME=DOMAIN> + + + + +
+ +

Edit alias @

+ + + +
Error:
+ +
Your changes have succesfully been submitted.
+
+ +
+
+ +
+ +
+
+ + + +

+

Status

+ +
+ Warning: emails are not delivered to inactive entries. +
+

+ +
+ +

+

Description

+ +
+ An optional description. (HTML tags are allowed.) +
+

+ +
+ +

+

Destination(s)

+ +
+ The list of destinations (one e-mail address per line) that + will receive mail sent to + @. +
+

+ +
+ + + +
+ + + diff --git a/template/edit-domain.html b/template/edit-domain.html index 5be62dd..cac44be 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -2,7 +2,7 @@ - Domain names for <TMPL_VAR NAME=USER> + Edit domain <TMPL_VAR NAME=DOMAIN> @@ -22,20 +22,15 @@

Edit domain

- - - - - - -
- Status: ActiveInactive - (toggle) - - - Your changes have succesfully been submitted. - -
+ + +
Error:
+ +
Your changes have succesfully been submitted.
+
+ +
+

@@ -43,11 +38,25 @@
+

+

Status

+ +
+ Warning: emails are not delivered to mailboxes, + aliases or lists of inactive domains. +
+

+ +
+

Description

- An optional description of your domain. + An optional description. (HTML tags are allowed.)

diff --git a/template/edit-list.html b/template/edit-list.html new file mode 100644 index 0000000..bca900f --- /dev/null +++ b/template/edit-list.html @@ -0,0 +1,71 @@ + + + + + Edit mailbox <TMPL_VAR NAME=MAILBOX>@<TMPL_VAR NAME=DOMAIN> + + + + +
+ +

Edit list @

+ + + +
+ +
Your changes have succesfully been submitted.
+
+ +
+
+ +
+ +
+
+ + + +

+

Status

+ +
+ Warning: emails are not delivered to inactive entries. +
+

+ +
+ +

+

Description

+ +
+ An optional description. (HTML tags are allowed.) +
+

+ +
+ + + +
+
+ + diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html new file mode 100644 index 0000000..2a122bd --- /dev/null +++ b/template/edit-mailbox.html @@ -0,0 +1,111 @@ + + + + + Edit mailbox <TMPL_VAR NAME=MAILBOX>@<TMPL_VAR NAME=DOMAIN> + + + + +
+ +

Edit mailbox @

+ + + +
Error:
+ +
Your changes have succesfully been submitted.
+
+ +
+
+ +
+ +
+
+ + + +

+

Status

+ +
+ Warning: emails are not delivered to inactive entries. +
+

+ +
+ +

+

Change password

+ + + + + + + + + + + + + + +
Current password
New password
Repeat new password
+ +
+ Note: + You need to enter + @'s + current password first. +
+

+ +
+ +

+

Description

+ +
+ An optional description. (HTML tags are allowed.) +
+

+ +
+ +

+

Mail forwarding

+ +
+ An optional list of destinations (one e-mail address per line) that + will also receive mail sent to + @. +
+

+ +
+ + + +
+ + + diff --git a/template/list-domains.html b/template/list-domains.html index f57d448..baaa705 100644 --- a/template/list-domains.html +++ b/template/list-domains.html @@ -2,7 +2,7 @@ - Domain names for <TMPL_VAR NAME=USER> + Manage domains diff --git a/template/list-locals.html b/template/list-locals.html index 60d4581..cddfb84 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -2,7 +2,7 @@ - Domain names for <TMPL_VAR NAME=USER> + Manage domain <TMPL_VAR NAME=DOMAIN> @@ -73,7 +73,7 @@ Description Active Owner(s) - Destination + Destination(s) -- cgit v1.2.3