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/list-locals.html | |
parent | 4091fbbb0b280120407e0625dd49e741e481a528 (diff) |
Mailbox → User.
Diffstat (limited to 'template/list-locals.html')
-rw-r--r-- | template/list-locals.html | 12 |
1 files changed, 6 insertions, 6 deletions
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> |