From 58bf9c43bf20c060a9e0623cb9f032b63889b384 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 17 Jan 2013 20:46:12 +0100 Subject: =?UTF-8?q?Mailbox=20=E2=86=92=20User.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/add-mailbox.html | 94 -------------------------------------- template/add-user.html | 94 ++++++++++++++++++++++++++++++++++++++ template/edit-domain.html | 4 +- template/edit-mailbox.html | 111 --------------------------------------------- template/edit-user.html | 111 +++++++++++++++++++++++++++++++++++++++++++++ template/list-locals.html | 12 ++--- 6 files changed, 213 insertions(+), 213 deletions(-) delete mode 100644 template/add-mailbox.html create mode 100644 template/add-user.html delete mode 100644 template/edit-mailbox.html create mode 100644 template/edit-user.html (limited to 'template') diff --git a/template/add-mailbox.html b/template/add-mailbox.html deleted file mode 100644 index 7fc2239..0000000 --- a/template/add-mailbox.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - Add mailbox under <TMPL_VAR NAME=domain> - - - - -
- -
-

Add mailbox under

- - -
Error:
- -
-
- -
- -
-
- - - -

User name

- @ - -
- -

Status

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

Password

- - - - - - - - - - -
Password
Repeat password
- -
- -

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 delivered to this mailbox. -
- -
-
- - - -
-
-
- - diff --git a/template/add-user.html b/template/add-user.html new file mode 100644 index 0000000..e46c16a --- /dev/null +++ b/template/add-user.html @@ -0,0 +1,94 @@ + + + + + Add user under <TMPL_VAR NAME=domain> + + + + +
+ +
+

Add user under

+ + +
Error:
+ +
+
+ +
+ +
+
+ + + +

User name

+ @ + +
+ +

Status

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

Password

+ + + + + + + + + + +
Password
Repeat password
+ +
+ +

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 delivered to this user. +
+ +
+
+ + + +
+
+
+ + diff --git a/template/edit-domain.html b/template/edit-domain.html index a8af3fb..dbbdf3c 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -45,8 +45,8 @@
- Warning: emails are not delivered to mailboxes, - aliases or lists of inactive domains. + Warning: emails are not delivered to users, + aliases or lists under inactive domains.

diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html deleted file mode 100644 index 41fcf45..0000000 --- a/template/edit-mailbox.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Edit mailbox <TMPL_VAR NAME=user>@<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 your - (@'s) - current password first. - Leave these fields empty if you do not want to change the - password. -
- -
- -

Description

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

Mail forwarding

- -
- An optional list of destinations (one e-mail address per line) that - will receive mail for - . - (Note: When not empty, this list cancels delivery to - this mailbox, so do not forget to list - - here as well if you want this mailbox to be delivered too.) -
-
-
- - - -
-
-
- - diff --git a/template/edit-user.html b/template/edit-user.html new file mode 100644 index 0000000..7b61a51 --- /dev/null +++ b/template/edit-user.html @@ -0,0 +1,111 @@ + + + + + Edit user <TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain> + + + + +
+ +
+

Edit user @

+ + + + +
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 your + (@'s) + current password first. + Leave these fields empty if you do not want to change the + password. +
+ +
+ +

Description

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

Mail forwarding

+ +
+ An optional list of destinations (one e-mail address per line) that + will receive mail for + . + (Note: When not empty, this list cancels delivery to + this user, so do not forget to list + + here as well if you want this mailbox to be delivered too.) +
+
+
+ + + +
+
+
+ + diff --git a/template/list-locals.html b/template/list-locals.html index afff04a..4f21ee8 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -34,12 +34,12 @@

- -

Mailboxes[add] +

Users[add]

- +
@@ -50,9 +50,9 @@ - + - +
Account
(none) (none) -- cgit v1.2.3