diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-17 20:46:12 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-17 20:46:12 +0100 |
commit | 58bf9c43bf20c060a9e0623cb9f032b63889b384 (patch) | |
tree | 1f7f6d0eac03aaf10222d92ba633a176ecc29c02 /template | |
parent | 4091fbbb0b280120407e0625dd49e741e481a528 (diff) |
Mailbox → User.
Diffstat (limited to 'template')
-rw-r--r-- | template/add-user.html (renamed from template/add-mailbox.html) | 8 | ||||
-rw-r--r-- | template/edit-domain.html | 4 | ||||
-rw-r--r-- | template/edit-user.html (renamed from template/edit-mailbox.html) | 8 | ||||
-rw-r--r-- | template/list-locals.html | 12 |
4 files changed, 16 insertions, 16 deletions
diff --git a/template/add-mailbox.html b/template/add-user.html index 7fc2239..e46c16a 100644 --- a/template/add-mailbox.html +++ b/template/add-user.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>Add mailbox under <TMPL_VAR NAME=domain></title> + <title>Add user under <TMPL_VAR NAME=domain></title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> @@ -21,7 +21,7 @@ <hr/> <div id="content"> - <h1>Add mailbox under <span class="domain"><TMPL_VAR NAME=domain></span></h1> + <h1>Add user under <span class="domain"><TMPL_VAR NAME=domain></span></h1> <TMPL_IF NAME=error> <div class="fail">Error: <TMPL_VAR NAME=error></div> @@ -34,7 +34,7 @@ <form class="editform" name="editform" method="post" action="?"> <div class="editform"> <input type="hidden" name="a" value="add" /> - <input type="hidden" name="t" value="mailbox" /> + <input type="hidden" name="t" value="user" /> <h4 class="label">User name</h4> <input type="text" name="user" size="15" value="<TMPL_VAR NAME=user>"/>@<TMPL_VAR NAME=domain> @@ -79,7 +79,7 @@ <textarea name="forwards" cols="50" rows="5" ><TMPL_VAR NAME=forwards></textarea> <div class="help"> An optional list of destinations (one e-mail address per line) that - will <i>also</i> receive mail delivered to this mailbox. + will <i>also</i> receive mail delivered to this user. </div> <hr/> 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 @@ <option value="0" <TMPL_UNLESS NAME=isactive>selected="selected"</TMPL_UNLESS>>Inactive</option> </select> <div class="help"> - <b>Warning</b>: emails are <i>not</i> delivered to mailboxes, - aliases or lists of inactive domains. + <b>Warning</b>: emails are <i>not</i> delivered to users, + aliases or lists under inactive domains. </div> <hr/> diff --git a/template/edit-mailbox.html b/template/edit-user.html index 41fcf45..7b61a51 100644 --- a/template/edit-mailbox.html +++ b/template/edit-user.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>Edit mailbox <TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></title> + <title>Edit user <TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> @@ -22,7 +22,7 @@ <hr/> <div id="content"> - <h1>Edit mailbox <span class="mailbox"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span></h1> + <h1>Edit user <span class="user"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span></h1> <TMPL_IF NAME=newChanges> @@ -72,7 +72,7 @@ <div class="help"> <i>Note</i>: You need to enter your - (<span class="mailbox"><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></span>'s) + (<span class="user"><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></span>'s) current password first. Leave these fields empty if you do not want to change the password. @@ -95,7 +95,7 @@ will receive mail for <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span>. (<i>Note</i>: When not empty, this list cancels delivery to - this mailbox, so do not forget to list + this user, so do not forget to list <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span> here as well if you want this mailbox to be delivered too.) </div> 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 @@ </p> - <TMPL_IF NAME=listMailboxes> - <h3>Mailboxes<TMPL_IF NAME=canAddMailbox - ><span class="action">[<a href="./?a=add&t=mailbox">add</a>]</span + <TMPL_IF NAME=listUsers> + <h3>Users<TMPL_IF NAME=canAddUser + ><span class="action">[<a href="./?a=add&t=user">add</a>]</span ></TMPL_IF></h3> - <table class="list" id="mailboxes"> + <table class="list" id="users"> <thead> <tr class="odd"> <th>Account</th> @@ -50,9 +50,9 @@ </tr> </thead> <tbody> - <TMPL_LOOP NAME=mailboxes> + <TMPL_LOOP NAME=users> <TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF> - <td><span class="mailbox"><a href="<TMPL_VAR NAME=userURI>/"><TMPL_VAR NAME=user></a></span></td> + <td><span class="user"><a href="<TMPL_VAR NAME=userURI>/"><TMPL_VAR NAME=user></a></span></td> <td><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF></td> <td><TMPL_IF NAME=isactive><span class="active">✔</span><TMPL_ELSE><span class="inactive">✘</span></TMPL_IF></td> <td><TMPL_UNLESS NAME=forwards><span class="none">(none)</span></TMPL_UNLESS> |