r1562: - Moving email templates into the locale/ directory so they can be translated...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2007 18:22:12 +0000 (18:22 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2007 18:22:12 +0000 (18:22 +0000)
commite43ab077bed858206a2ca84269538ed33d362de0
tree4d003f06f1ce298e2f6ce357688789dcb71cce75
parentbf0ecaa0951080fd9bd7af2960eada5a64d7690e
r1562: - Moving email templates into the locale/ directory so they can be translated into different languages
- Adding FetchEmailPath() so that the email template path doens't have to be given every time (since it is rather long)
- Updating all the locations where we send emails to use the new paths
21 files changed:
includes/class_notification.php
includes/functions.php
locale/en_US/emails/accountapproved.xml.tpl [moved from templates/email/accountapproved.xml.tpl with 100% similarity]
locale/en_US/emails/activateaccount.xml.tpl [moved from templates/email/activateaccount.xml.tpl with 100% similarity]
locale/en_US/emails/bugnotification.xml.tpl [moved from templates/email/bugnotification.xml.tpl with 100% similarity]
locale/en_US/emails/notice_assigned.part.tpl [moved from templates/email/notice_assigned.part.tpl with 100% similarity]
locale/en_US/emails/notice_attachment.part.tpl [moved from templates/email/notice_attachment.part.tpl with 100% similarity]
locale/en_US/emails/notice_comment.part.tpl [moved from templates/email/notice_comment.part.tpl with 100% similarity]
locale/en_US/emails/notice_duplicates.part.tpl [moved from templates/email/notice_duplicates.part.tpl with 100% similarity]
locale/en_US/emails/notice_new_bug.part.tpl [moved from templates/email/notice_new_bug.part.tpl with 100% similarity]
locale/en_US/emails/notice_other.part.tpl [moved from templates/email/notice_other.part.tpl with 100% similarity]
locale/en_US/emails/notice_priority.part.tpl [moved from templates/email/notice_priority.part.tpl with 100% similarity]
locale/en_US/emails/notice_product.part.tpl [moved from templates/email/notice_product.part.tpl with 100% similarity]
locale/en_US/emails/notice_resolution.part.tpl [moved from templates/email/notice_resolution.part.tpl with 100% similarity]
locale/en_US/emails/notice_severity.part.tpl [moved from templates/email/notice_severity.part.tpl with 100% similarity]
locale/en_US/emails/notice_status.part.tpl [moved from templates/email/notice_status.part.tpl with 100% similarity]
locale/en_US/emails/notice_unassigned.part.tpl [moved from templates/email/notice_unassigned.part.tpl with 100% similarity]
locale/en_US/emails/passwordreset.xml.tpl [moved from templates/email/passwordreset.xml.tpl with 100% similarity]
locale/en_US/emails/welcome.xml.tpl [moved from templates/email/welcome.xml.tpl with 100% similarity]
login.php
register.php