r1518: Moving the changes from schema_changes.sql to the new upgrade12.php
[bugdar.git] / templates / email / bugnotification.xml.tpl
1 <email>
2 <subject>{$this->registry->options['trackertitle']} Bug Notification - {$this->bug['summary']}</subject>
3 <bodyText>Hi {$this->users[$userid]['displayname']},
4
5 You are receiving this email because you have opted to get notifications for the {$this->registry->options['trackertitle']} bug tracker.
6
7 The bug is "{$this->bug['summary']}" (id: {$this->bug['bugid']}) located at {$this->registry->options['trackerurl']}/showreport.php?bugid={$this->bug['bugid']}
8
9 Here are the notices:
10 ###################################################################
11
12 $parts
13
14 ###################################################################
15 If you no longer want to receive email from us, please log into your account and click the "My Controls" tab at the top of the screen to change email preferences.
16
17 {$this->registry->options['trackerurl']}</bodyText>
18 </email>