aboutsummaryrefslogtreecommitdiffstats
path: root/template/list-locals.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/list-locals.html')
-rw-r--r--template/list-locals.html12
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&amp;t=mailbox">add</a>]</span
+ <TMPL_IF NAME=listUsers>
+ <h3>Users<TMPL_IF NAME=canAddUser
+ ><span class="action">[<a href="./?a=add&amp;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">&#x2714;</span><TMPL_ELSE><span class="inactive">&#x2718;</span></TMPL_IF></td>
<td><TMPL_UNLESS NAME=forwards><span class="none">(none)</span></TMPL_UNLESS>