From 6d2ea02a9591a219f5964ecc98ffa3f7796039fa Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 15 Mar 2007 23:20:41 +0000 Subject: Add new translation functions.inc.php Translate subject of information mail. Notification mails are sent on the default language. No mail is sent to the author witch are not done actions git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/html/admin/cat_group_info.tpl | 7 +++++++ template/yoga/mail/text/html/cat_group_info.tpl | 7 ------- template/yoga/mail/text/plain/admin/cat_group_info.tpl | 6 ++++++ 3 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 template/yoga/mail/text/html/admin/cat_group_info.tpl delete mode 100644 template/yoga/mail/text/html/cat_group_info.tpl create mode 100644 template/yoga/mail/text/plain/admin/cat_group_info.tpl (limited to 'template/yoga/mail/text') diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl new file mode 100644 index 000000000..664c8701e --- /dev/null +++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl @@ -0,0 +1,7 @@ +
+

{lang:Informations}

+

{IMG_URL}

+

{lang:hello}

+

{LINK}

+

{CPL_CONTENT}

+
diff --git a/template/yoga/mail/text/html/cat_group_info.tpl b/template/yoga/mail/text/html/cat_group_info.tpl deleted file mode 100644 index f5c8973de..000000000 --- a/template/yoga/mail/text/html/cat_group_info.tpl +++ /dev/null @@ -1,7 +0,0 @@ -
-

{lang:Informations}

-

{IMG_URL}

-

{lang:hello}

-

{LINK}

-

{CPL_CONTENT}

-
diff --git a/template/yoga/mail/text/plain/admin/cat_group_info.tpl b/template/yoga/mail/text/plain/admin/cat_group_info.tpl new file mode 100644 index 000000000..9969824b8 --- /dev/null +++ b/template/yoga/mail/text/plain/admin/cat_group_info.tpl @@ -0,0 +1,6 @@ +{lang:hello} + +{LINK} + +{CPL_CONTENT} + -- cgit v1.2.3