Squash-merging the ISSO3 branch back onto master
[bugdar.git] / locale / en_US / emails / bugnotification.xml.tpl
1 <email>
2 <subject>{bugdar::$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 {bugdar::$options['trackertitle']} bug tracker.
6
7 The bug is "{$this->bug['summary']}" (id: {$this->bug['bugid']}) located at {bugdar::$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 {bugdar::$options['trackerurl']}</bodyText>
18 </email>