diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:39:17 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:39:17 +0100 |
commit | 38bbf969d6c29891f40973a0db376d5f5ee5ab07 (patch) | |
tree | 2b0e4a02308b06d14a4361786acf8deb209d9d3d /templates/list-locals.html | |
parent | 7b81775603b8208c995cd1c4a15cd2a287009404 (diff) |
Factorized the code to add localparts.
Diffstat (limited to 'templates/list-locals.html')
-rw-r--r-- | templates/list-locals.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list-locals.html b/templates/list-locals.html index 44ef0be..e677dd8 100644 --- a/templates/list-locals.html +++ b/templates/list-locals.html @@ -11,7 +11,7 @@ <a href="../">Root</a> / <TMPL_VAR NAME=name> / </div> <div class="right column"> - Logged as <a href="<TMPL_VAR NAME=userURL>/?a=edit" + Logged as <a href="<TMPL_VAR NAME=user_URL>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> | <a href="../?a=logout">Log out</a> </div> @@ -130,7 +130,7 @@ <TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF> <td><span class="list"><TMPL_UNLESS NAME=isPending><a href="<TMPL_VAR NAME=URL>/"></TMPL_UNLESS ><TMPL_VAR NAME=name - ><TMPL_UNLESS NAME=isPending></a> <a class="external" target="_blank" href="<TMPL_VAR NAME=listURL>">➠</a></TMPL_UNLESS></span></td> + ><TMPL_UNLESS NAME=isPending></a> <a class="external" target="_blank" href="<TMPL_VAR NAME=list_URL>">➠</a></TMPL_UNLESS></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=isPending><span class="pending">⚑</span> <TMPL_ELSE><TMPL_IF NAME=isActive><span class="active">✔</span> |