diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/add-alias.html | 2 | ||||
-rw-r--r-- | template/add-list.html | 2 | ||||
-rw-r--r-- | template/add-mailbox.html | 2 | ||||
-rw-r--r-- | template/edit-alias.html | 2 | ||||
-rw-r--r-- | template/edit-domain.html | 2 | ||||
-rw-r--r-- | template/edit-list.html | 2 | ||||
-rw-r--r-- | template/edit-mailbox.html | 2 | ||||
-rw-r--r-- | template/list-locals.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/template/add-alias.html b/template/add-alias.html index 8ad887f..43ad960 100644 --- a/template/add-alias.html +++ b/template/add-alias.html @@ -14,7 +14,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/add-list.html b/template/add-list.html index e69690b..221d66a 100644 --- a/template/add-list.html +++ b/template/add-list.html @@ -14,7 +14,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/add-mailbox.html b/template/add-mailbox.html index 6bcc748..64d116f 100644 --- a/template/add-mailbox.html +++ b/template/add-mailbox.html @@ -14,7 +14,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/edit-alias.html b/template/edit-alias.html index aa18faf..ec8e10c 100644 --- a/template/edit-alias.html +++ b/template/edit-alias.html @@ -15,7 +15,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/edit-domain.html b/template/edit-domain.html index a6d6b34..3844775 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -14,7 +14,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/edit-list.html b/template/edit-list.html index 1cc8148..357390e 100644 --- a/template/edit-list.html +++ b/template/edit-list.html @@ -15,7 +15,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 892c643..98bd2ea 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -15,7 +15,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../../?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/list-locals.html b/template/list-locals.html index 47b99cf..d87f4c9 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -13,7 +13,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> - | <a href="./?a=logout">Log out</a> + | <a href="../?a=logout">Log out</a> </div> <br/> </div> |