aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-13 23:01:16 +0000
committerrub <rub@piwigo.org>2007-03-13 23:01:16 +0000
commitc5da19e5362101517d3f805c86132016b90bd271 (patch)
tree2751d89bb79584f8a32192c21f6b2429fc7794ce /template
parent6295173652a7767fa482df231ae7a9034b89ecde (diff)
Fix bad default value for language on table user_info
Improve mail send (Undisclosed-recipients, switch language, ...) Improve send an email to group members (Use Bcc, template, multi-language, ...) (But need more improvements) git-svn-id: http://piwigo.org/svn/trunk@1904 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/text/html/cat_group_info.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/yoga/mail/text/html/cat_group_info.tpl b/template/yoga/mail/text/html/cat_group_info.tpl
new file mode 100644
index 000000000..f5c8973de
--- /dev/null
+++ b/template/yoga/mail/text/html/cat_group_info.tpl
@@ -0,0 +1,7 @@
+<div id="cat_group_info">
+<h2>{lang:Informations}</h2>
+<p>{IMG_URL}</p>
+<p>{lang:hello}</p>
+<p><a href="{LINK}">{LINK}</a></p>
+<p>{CPL_CONTENT}</p>
+</div>