diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2007-01-24 17:47:30 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2007-01-24 17:47:30 (GMT) |
commit | 92100f0beda66aa50eb9d748db9be5a24a9600b6 (patch) | |
tree | ec88a63dceb8bf242ada556d35cc27ac27bbbe15 /php | |
parent | 1db2d5553ac6e87519c497bcfc950b5d7d44b9b9 (diff) | |
download | kolab-webadmin-92100f0beda66aa50eb9d748db9be5a24a9600b6.tar.gz |
Martin K.. Fix issue #1551. Using patch from Jørgen H. Fjeld
Diffstat (limited to 'php')
-rwxr-xr-x | php/admin/templates/service.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/admin/templates/service.tpl b/php/admin/templates/service.tpl index 0a0c085..ed2ff96 100755 --- a/php/admin/templates/service.tpl +++ b/php/admin/templates/service.tpl @@ -10,7 +10,7 @@ <a name="systemaliasconf"></a> <h2>{tr msg="Administrative email addresses"}</h2> <div class="contentsimple"> -<p>{tr msg="You have not yet set up a receiving account for the administrative email addresses hostmaster@yourdomain.tld, postmaster@yourdomain.tld, MAILER-DAEMON@yourdomain.tld, abuse@yourdomain.tld and virusalert@yourdomain.tld. Enter the email address of a kolab account below and press the button to create a distribution list for each of those addresses. Later you can add or remove people from the lists like any other distribution list"}</p> +<p>{tr msg="You have not yet set up a receiving account for the administrative email addresses hostmaster@yourdomain.tld, postmaster@yourdomain.tld, mailer-daemon@yourdomain.tld, abuse@yourdomain.tld and virusalert@yourdomain.tld. Enter the email address of a kolab account below and press the button to create a distribution list for each of those addresses. Later you can add or remove people from the lists like any other distribution list"}</p> {section name=id loop=$systemaliasconf} <div class="contentform"> <form name="systemalias_{$systemaliasconf[id].n}" method="post"> |