diff options
author | plegall <plg@piwigo.org> | 2010-03-09 20:17:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-09 20:17:00 +0000 |
commit | c9dfb3a41f0341531594de215a25d7cb0091ca56 (patch) | |
tree | 3d7ca60026e80650cb47aaadabb38646d5213438 /template/yoga/mail/text/html/notification_by_mail.tpl | |
parent | d63e90c5d022d5b88b66c33972533bab20edcec5 (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/html/notification_by_mail.tpl')
-rw-r--r-- | template/yoga/mail/text/html/notification_by_mail.tpl | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/template/yoga/mail/text/html/notification_by_mail.tpl b/template/yoga/mail/text/html/notification_by_mail.tpl deleted file mode 100644 index 5a0115e2f..000000000 --- a/template/yoga/mail/text/html/notification_by_mail.tpl +++ /dev/null @@ -1,56 +0,0 @@ -<div id="nbm_message"> -<h2>{'Notification'|@translate}</h2> -<p>{'nbm_content_hello_1'|@translate}{$USERNAME}{'nbm_content_hello_2'|@translate}</p> - -{if isset($subscribe_by_admin)} -<p>{'nbm_content_subscribe_by_admin'|@translate}</p> -{/if} -{if isset($subscribe_by_himself)} -<p>{'nbm_content_subscribe_by_himself'|@translate}</p> -{/if} -{if isset($unsubscribe_by_admin)} -<p>{'nbm_content_unsubscribe_by_admin'|@translate}</p> -{/if} -{if isset($unsubscribe_by_himself)} -<p>{'nbm_content_unsubscribe_by_himself'|@translate}</p> -{/if} -{if isset($content_new_elements_single)} -<p>{'nbm_content_new_elements'|@translate}{'nbm_content_new_elements_single'|@translate}{$content_new_elements_single.DATE_SINGLE}.</p> -{/if} -{if isset($content_new_elements_between)} -<p>{'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}.</p> -{/if} - -{if not empty($global_new_lines)} -<ul id="nbm_new_line"> -{foreach from=$global_new_lines item=line} - <li>{$line}</li> -{/foreach} -</ul> -{/if} - -{if not empty($custom_mail_content)} -<p>{$custom_mail_content}</p> -{/if} - -{if not empty($GOTO_GALLERY_TITLE)} -<p>{'nbm_content_goto_1'|@translate}<a href="{$GOTO_GALLERY_URL}">{$GOTO_GALLERY_TITLE}</a>{'nbm_content_goto_2'|@translate}</p> -{/if} -<p>{'nbm_content_byebye'|@translate}</p> -<p style="text-align:center">{$SEND_AS_NAME}</p> -<p> -<br><hr> -{'nbm_content_unsubscribe_link'|@translate}{'nbm_content_click_on'|@translate}<a href="{$UNSUBSCRIBE_LINK}">{$UNSUBSCRIBE_LINK}</a><br> -{'nbm_content_subscribe_link'|@translate}{'nbm_content_click_on'|@translate}<a href="{$SUBSCRIBE_LINK}">{$SUBSCRIBE_LINK}</a><br> -{'nbm_content_problem_contact'|@translate}<a href="mailto:{$CONTACT_EMAIL}?subject={'nbm_content_pb_contact_object'|@translate}">{$CONTACT_EMAIL}</a><br> -<hr><br> -</p> -{if not empty($recent_posts)} -</div> -<div id="nbm_recent_post"> - {foreach from=$recent_posts item=recent_post } - <h2>{$recent_post.TITLE}</h2> - {$recent_post.HTML_DATA} - {/foreach} -{/if} -</div> |