diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
commit | b4e2151a91eb827bc90a44a906f7a7c40fde95c7 (patch) | |
tree | 7eb01feffc46421b0c38e2f42978a1580f06c635 /template/edit-domain.html | |
parent | 3c8b9dba04da6d66f7e592c3c1367a2367e1c5a5 (diff) |
List mailboxes, aliases, and lists
Diffstat (limited to 'template/edit-domain.html')
-rw-r--r-- | template/edit-domain.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/edit-domain.html b/template/edit-domain.html index 38abc62..5be62dd 100644 --- a/template/edit-domain.html +++ b/template/edit-domain.html @@ -8,7 +8,8 @@ <body> <div id="header"> <div class="left column"> - <a href="<TMPL_VAR NAME=URL>/">Root</a> / <TMPL_VAR NAME=DOMAIN> / + <a href="<TMPL_VAR NAME=URL>/">Root</a> / + <a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/"><TMPL_VAR NAME=DOMAIN></a> / </div> <div class="right column"> Logged as <a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=USER_DOMAINPART>/<TMPL_VAR NAME=USER_LOCALPART>/?a=edit" |