aboutsummaryrefslogtreecommitdiffstats
path: root/template/list-locals.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-30 17:27:56 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-30 17:27:56 +0200
commit4091fbbb0b280120407e0625dd49e741e481a528 (patch)
treebe459f6f5d1590776a7bee4ce4b0110ba774d819 /template/list-locals.html
parenta4fb637c441cad75350edcbbb2520f7a303b33c2 (diff)
wibble
Diffstat (limited to 'template/list-locals.html')
-rw-r--r--template/list-locals.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/template/list-locals.html b/template/list-locals.html
index d87f4c9..afff04a 100644
--- a/template/list-locals.html
+++ b/template/list-locals.html
@@ -70,7 +70,10 @@
<TMPL_IF NAME=listAliases>
<h3>Alias<TMPL_IF NAME=canAddAlias
><span class="action">[<a href="./?a=add&amp;t=alias">add</a>]</span
- ></TMPL_IF></h3>
+ ></TMPL_IF><TMPL_IF NAME=listCanAddAlias><span class="permlist"
+ >They can also create new aliases:
+ <TMPL_LOOP NAME=listCanAddAlias><span class="email"><TMPL_VAR NAME=user></span><TMPL_UNLESS NAME=__last__>, </TMPL_UNLESS></TMPL_LOOP
+ >.</span></TMPL_IF></h3>
<table class="list" id="aliases">
<thead>
@@ -108,7 +111,10 @@
<TMPL_IF NAME=listLists>
<h3>Lists<TMPL_IF NAME=canAddList
><span class="action">[<a href="./?a=add&amp;t=list">add</a>]</span
- ></TMPL_IF></h3>
+ ></TMPL_IF><TMPL_IF NAME=listCanAddList><span class="permlist"
+ >They can also create new lists:
+ <TMPL_LOOP NAME=listCanAddList><span class="email"><TMPL_VAR NAME=user></span><TMPL_UNLESS NAME=__last__>, </TMPL_UNLESS></TMPL_LOOP
+ >.</span></TMPL_IF></h3>
<table class="list" id="lists">
<thead>