Commit ff55ab09ea440196c7a6beff9e524b744f74f7aa

Authored by kevin_fourie
1 parent b7db2f77

Merged in from STABLE trunk...

KTS-3606
"Mail Server Status dashlet - when mail is not configured, point user to System Configuration settings and not config.ini to change settings"
Fixed.

Committed by: Megan Watson
Reviewed by: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9159 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/dashlets/mailserver.smarty
@@ -2,6 +2,5 @@ @@ -2,6 +2,5 @@
2 documents and sending of notifications are disabled.{/i18n}</p> 2 documents and sending of notifications are disabled.{/i18n}</p>
3 3
4 {if $admin} 4 {if $admin}
5 -<p>{i18n arg_appname="$appname"}Edit the [email] section of the config.ini file to set your email  
6 -server and the sending address of the #appname# server.{/i18n}</p> 5 +<p>{i18n arg_appname="$appname"}Edit the Email Settings in DMS Administration >> System Configuration to set up emailing on this server.{/i18n}</p>
7 {/if} 6 {/if}