diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2006-12-18 08:04:34 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2006-12-18 08:04:34 (GMT) |
commit | 1793795edb1655a789f71b39bd3af0e87c15a482 (patch) | |
tree | 01543fa9b769399823e8dc4939f739043fad5c7b /php/admin | |
parent | c9e14bf07cd2924d6b3b6132b8daebe1da8d95b3 (diff) | |
download | kolab-webadmin-1793795edb1655a789f71b39bd3af0e87c15a482.tar.gz |
Martin Konold: Patch from Richard Bos adding convinience link
Diffstat (limited to 'php/admin')
-rwxr-xr-x | php/admin/templates/systemaliasnagscreen.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php/admin/templates/systemaliasnagscreen.tpl b/php/admin/templates/systemaliasnagscreen.tpl index dd9a48e..311eff7 100755 --- a/php/admin/templates/systemaliasnagscreen.tpl +++ b/php/admin/templates/systemaliasnagscreen.tpl @@ -9,6 +9,7 @@ </div> <div id="errorcontent"> <div id="errorheader">{tr msg="NOTE:"}</div> -{tr msg="No account is configured to receive mail for administrative addresses. If you have not yet created an account for this, please do so and then go"} +{tr msg="No account is configured to receive mail for administrative addresses. If you have not yet created an account for this, "} +<a href="{$topdir}/user/user.php?action=create" target="_blank">{tr msg="please do so"}</a> {tr msg="and then go"} <a href="{$topdir}/service/#systemaliasconf">{tr msg="here"}</a> {tr msg="to set up forwarding of mail to administrative email addresses."} </div> |