aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list-domains.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 23:59:24 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 23:59:24 +0100
commitae6b8a2905bfc7905030479e06f3490f2c901099 (patch)
tree0bf7637e7700016904c13948c6c4c144152eae4f /templates/list-domains.html
parent050f245fd22572f36de9339df800757018628449 (diff)
Factorized the code to list localparts.
Diffstat (limited to 'templates/list-domains.html')
-rw-r--r--templates/list-domains.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list-domains.html b/templates/list-domains.html
index e0fe52e..f07c4ef 100644
--- a/templates/list-domains.html
+++ b/templates/list-domains.html
@@ -11,7 +11,7 @@
Root /
</div>
<div class="right column">
- Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit"
+ Logged as <a href="<TMPL_VAR NAME=userURL>/?a=edit"
><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a>
| <a href="./?a=logout">Log out</a>
</div>
@@ -34,7 +34,7 @@
<TMPL_LOOP NAME=domains>
<TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
<td><span class="domain"><TMPL_UNLESS NAME=isPending><a
- href="<TMPL_VAR NAME=URI>/"></TMPL_UNLESS><TMPL_VAR NAME=name><TMPL_UNLESS NAME=isPending></a></TMPL_UNLESS></span></td>
+ href="<TMPL_VAR NAME=URL>/"></TMPL_UNLESS><TMPL_VAR NAME=name><TMPL_UNLESS NAME=isPending></a></TMPL_UNLESS></span></td>
<td><TMPL_IF NAME=isPending
><form class="unlock" method="post" action="<TMPL_VAR NAME=name>/?"
><input type="text" name="unlock" size="32"