source: extensions/floPure/mail/text/plain/admin/notification_by_mail.tpl @ 3333

Last change on this file since 3333 was 3333, checked in by flop25, 15 years ago

first commit

File size: 1.7 KB
Line 
1{* $Id: notification_by_mail.tpl 2285 2008-03-18 23:43:38Z rvelices $ *}
2{'nbm_content_hello_1'|@translate}{$USERNAME}{'nbm_content_hello_2'|@translate}
3
4{if isset($subscribe_by_admin)}
5{'nbm_content_subscribe_by_admin'|@translate}
6{/if}
7{if isset($subscribe_by_himself)}
8{'nbm_content_subscribe_by_himself'|@translate}
9{/if}
10{if isset($unsubscribe_by_admin)}
11{'nbm_content_unsubscribe_by_admin'|@translate}
12{/if}
13{if isset($unsubscribe_by_himself)}
14{'nbm_content_unsubscribe_by_himself'|@translate}
15{/if}
16{if isset($content_new_elements_single)}
17{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_single'|@translate}{$content_new_elements_single.DATE_SINGLE}.
18{/if}
19{if isset($content_new_elements_between)}
20{'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}.
21{/if}
22{if not empty($global_new_lines)}
23{foreach from=$global_new_lines item=line}
24  o {$line}
25{/foreach}
26{/if}
27{if not empty($custom_mail_content)}
28{$custom_mail_content}
29{/if}
30{if not empty($GOTO_GALLERY_TITLE)}
31{'nbm_content_goto_1'|@translate}{$GOTO_GALLERY_TITLE} {$GOTO_GALLERY_URL} {'nbm_content_goto_2'|@translate}
32{/if}
33
34{'nbm_content_byebye'|@translate}
35  {$SEND_AS_NAME}
36
37______________________________________________________________________________
38
39{'nbm_content_unsubscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$UNSUBSCRIBE_LINK}
40{'nbm_content_subscribe_link'|@translate}{'nbm_content_click_on'|@translate}{$SUBSCRIBE_LINK}
41{'nbm_content_problem_contact'|@translate}{$CONTACT_EMAIL}
42______________________________________________________________________________
Note: See TracBrowser for help on using the repository browser.