aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-16 22:52:52 +0000
committerrub <rub@piwigo.org>2007-03-16 22:52:52 +0000
commitf1914f122efe57bd8434fb4e024da92582d1b095 (patch)
tree13e5767e084ef5e3ac92a4957ea281255ade9947 /template/yoga/mail
parent1a3660405a6856bca55932900e18edd5b5e6d20b (diff)
Send email on pwg group:
o Best mail content o Add a text area in order to complete email git-svn-id: http://piwigo.org/svn/trunk@1916 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail')
-rw-r--r--template/yoga/mail/text/html/admin/cat_group_info.tpl3
-rw-r--r--template/yoga/mail/text/plain/admin/cat_group_info.tpl2
2 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl
index 664c8701e..fc05c6831 100644
--- a/template/yoga/mail/text/html/admin/cat_group_info.tpl
+++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl
@@ -2,6 +2,7 @@
<h2>{lang:Informations}</h2>
<p>{IMG_URL}</p>
<p>{lang:hello}</p>
-<p><a href="{LINK}">{LINK}</a></p>
+<p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p>
<p>{CPL_CONTENT}</p>
+<p>{lang:See you soon.}</p>
</div>
diff --git a/template/yoga/mail/text/plain/admin/cat_group_info.tpl b/template/yoga/mail/text/plain/admin/cat_group_info.tpl
index 9969824b8..87d510fae 100644
--- a/template/yoga/mail/text/plain/admin/cat_group_info.tpl
+++ b/template/yoga/mail/text/plain/admin/cat_group_info.tpl
@@ -1,6 +1,8 @@
{lang:hello}
+{lang:Come to discover the category:} {CAT_NAME}
{LINK}
{CPL_CONTENT}
+{lang:See you soon.} \ No newline at end of file