aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text/plain
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-09 20:17:00 +0000
committerplegall <plg@piwigo.org>2010-03-09 20:17:00 +0000
commitc9dfb3a41f0341531594de215a25d7cb0091ca56 (patch)
tree3d7ca60026e80650cb47aaadabb38646d5213438 /template/yoga/mail/text/plain
parentd63e90c5d022d5b88b66c33972533bab20edcec5 (diff)
feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/plain')
-rw-r--r--template/yoga/mail/text/plain/cat_group_info.tpl8
-rw-r--r--template/yoga/mail/text/plain/footer.tpl3
-rw-r--r--template/yoga/mail/text/plain/header.tpl5
-rw-r--r--template/yoga/mail/text/plain/notification_by_mail.tpl41
4 files changed, 0 insertions, 57 deletions
diff --git a/template/yoga/mail/text/plain/cat_group_info.tpl b/template/yoga/mail/text/plain/cat_group_info.tpl
deleted file mode 100644
index 59604846e..000000000
--- a/template/yoga/mail/text/plain/cat_group_info.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-{'Hello,'|@translate}
-
-{'Come to discover the category:'|@translate} {$CAT_NAME}
-{$LINK}
-
-{$CPL_CONTENT}
-
-{'See you soon.'|@translate}
diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl
deleted file mode 100644
index c386f0962..000000000
--- a/template/yoga/mail/text/plain/footer.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
-------------------------------------------------------------------------------
-{'Sent by'|@translate} {$GALLERY_URL} - {'powered_by'|@translate} Piwigo {$VERSION} - {'send_mail'|@translate} {$MAIL}
diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl
deleted file mode 100644
index 6fcc863d2..000000000
--- a/template/yoga/mail/text/plain/header.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
------={$BOUNDARY_KEY}
-Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}";
-Content-Transfer-Encoding: 8bit{literal}
-
-{/literal}{*note that there must be an empty line to separate the mime headers*}
diff --git a/template/yoga/mail/text/plain/notification_by_mail.tpl b/template/yoga/mail/text/plain/notification_by_mail.tpl
deleted file mode 100644
index b1928853f..000000000
--- a/template/yoga/mail/text/plain/notification_by_mail.tpl
+++ /dev/null
@@ -1,41 +0,0 @@
-{'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}
-______________________________________________________________________________