Required custom select fields will no longer show the empty option. This is only...
[bugdar.git] / locale / en_US / emails / 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>