This commit was generated by cvs2svn to compensate for changes in r8690,
[freeside.git] / rt / etc / upgrade / 3.7.87 / content
1 @Templates = (
2 {
3     Queue       => 0,
4     Name        => "Error: Missing dashboard",    # loc
5     Description =>
6       "Inform user that a dashboard he subscribed to is missing", # loc
7     Content => q{Subject: [{RT->Config->Get('rtname')}] Missing dashboard!
8
9 Greetings,
10
11 You are subscribed to a dashboard that is currently missing. Most likely, the dashboard was deleted.
12
13 RT will remove this subscription as it is no longer useful. Here's the information RT had about your subscription:
14
15 DashboardID:  { $SubscriptionObj->SubValue('DashboardId') }
16 Frequency:    { $SubscriptionObj->SubValue('Frequency') }
17 Hour:         { $SubscriptionObj->SubValue('Hour') }
18 {
19     $SubscriptionObj->SubValue('Frequency') eq 'weekly'
20     ? "Day of week:  " . $SubscriptionObj->SubValue('Dow')
21     : $SubscriptionObj->SubValue('Frequency') eq 'monthly'
22       ? "Day of month: " . $SubscriptionObj->SubValue('Dom')
23       : ''
24 }
25 }
26 },
27 );
28