aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text/plain/admin/notification_by_mail.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-09-30 21:14:16 +0000
committerrub <rub@piwigo.org>2008-09-30 21:14:16 +0000
commitc8827d3236f5760ac8683e338436bc4e4a9035d0 (patch)
tree10930f31b624a227fc24b4cd784f100580d302e1 /template/yoga/mail/text/plain/admin/notification_by_mail.tpl
parent11d699f4b3b66e021388770c208b07905c98b296 (diff)
Fix bad content of NBM mail.
git-svn-id: http://piwigo.org/svn/trunk@2628 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/plain/admin/notification_by_mail.tpl')
-rw-r--r--template/yoga/mail/text/plain/admin/notification_by_mail.tpl42
1 files changed, 0 insertions, 42 deletions
diff --git a/template/yoga/mail/text/plain/admin/notification_by_mail.tpl b/template/yoga/mail/text/plain/admin/notification_by_mail.tpl
deleted file mode 100644
index 256232f37..000000000
--- a/template/yoga/mail/text/plain/admin/notification_by_mail.tpl
+++ /dev/null
@@ -1,42 +0,0 @@
-{* $Id$ *}
-{'nbm_content_hello_1'|@translate}{$USERNAME}{'nbm_content_hello_2'|@translate}
-
-{if isset($subscribe_by_admin)}
-{'nbm_content_subscribe_by_admin'|@translate}
-{/if}
-{if isset($subscribe_by_himself)}
-{'nbm_content_subscribe_by_himself'|@translate}
-{/if}
-{if isset($unsubscribe_by_admin)}
-{'nbm_content_unsubscribe_by_admin'|@translate}
-{/if}
-{if isset($unsubscribe_by_himself)}
-{'nbm_content_unsubscribe_by_himself'|@translate}
-{/if}
-{if isset($content_new_elements_single)}
-{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_single'|@translate}{$content_new_elements_single.DATE_SINGLE}.
-{/if}
-{if isset($content_new_elements_between)}
-{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_between_1'|@translate}{$content_new_elements_between.DATE_BETWEEN_1}{'nbm_content_new_elements_between_2'|@translate}{$content_new_elements_between.DATE_BETWEEN_2}.
-{/if}
-{if not empty($global_new_lines)}
-{foreach from=$global_new_lines item=line}
- o {$line}
-{/foreach}
-{/if}
-{if not empty($custom_mail_content)}
-{$custom_mail_content}
-{/if}
-{if not empty($GOTO_GALLERY_TITLE)}
-{'nbm_content_goto_1'|@translate}{$GOTO_GALLERY_TITLE} {$GOTO_GALLERY_URL} {'nbm_content_goto_2'|@translate}
-{/if}
-
-{'nbm_content_byebye'|@translate}
- {$SEND_AS_NAME}
-
-______________________________________________________________________________
-
-{'nbm_content_unsubscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$UNSUBSCRIBE_LINK}
-{'nbm_content_subscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$SUBSCRIBE_LINK}
-{'nbm_content_problem_contact'|@translate}{$CONTACT_EMAIL}
-______________________________________________________________________________