aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-29 02:37:58 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-29 02:37:58 +0100
commit7b81775603b8208c995cd1c4a15cd2a287009404 (patch)
treef8946c7eff5b1c8de2e3b6ee7944f8e5180891cc /templates
parentae6b8a2905bfc7905030479e06f3490f2c901099 (diff)
Bug fixes.
Diffstat (limited to 'templates')
-rw-r--r--templates/add-domain-1.html2
-rw-r--r--templates/add-domain-2.html2
-rw-r--r--templates/edit-domain.html2
-rw-r--r--templates/list-domains.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html
index ef7f493..28a70a6 100644
--- a/templates/add-domain-1.html
+++ b/templates/add-domain-1.html
@@ -11,7 +11,7 @@
<a href="./">Root</a> /
</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>
diff --git a/templates/add-domain-2.html b/templates/add-domain-2.html
index c3a728b..756bc2a 100644
--- a/templates/add-domain-2.html
+++ b/templates/add-domain-2.html
@@ -11,7 +11,7 @@
<a href="./">Root</a> /
</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>
diff --git a/templates/edit-domain.html b/templates/edit-domain.html
index de765e4..c078740 100644
--- a/templates/edit-domain.html
+++ b/templates/edit-domain.html
@@ -12,7 +12,7 @@
<a href="./"><TMPL_VAR NAME=name></a> /
</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>
diff --git a/templates/list-domains.html b/templates/list-domains.html
index f07c4ef..4e32ffa 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=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>