Document new variables added to Post notification template in the online help.

This commit is contained in:
Colin Kuskie 2007-07-11 17:21:32 +00:00
parent b367100591
commit 47854cb599
2 changed files with 23 additions and 6 deletions

View file

@ -388,6 +388,7 @@ our $HELP = {
related => [
]
},
'notification template' => {
title => 'notification template title',
body => 'notification template body',
@ -413,9 +414,15 @@ our $HELP = {
'description' => 'relativeUrl'
},
{
'name' => 'notification.subscription.message',
'name' => 'notify.subscription.message',
'description' => '875'
}
},
{
'name' => 'unsubscribeUrl',
},
{
'name' => 'unsubscribeLinkText',
},
],
related => [
{

View file

@ -567,11 +567,11 @@ templates in the Collaboration System.</p>
lastUpdated => 1149829885,
},
'notification.subscription.message' => {
message => q|Internationalized message that a new message has been posted to a thread that the
'notify.subscription.message' => {
message => q|Internationalized message that a new message has been posted to a thread that the
user subscribed to.|,
lastUpdated => 1149829885,
},
lastUpdated => 1184174234,
},
'notification template body' => {
message => q|<p>In addition to the common Post Template variables, the Notification Template has these variables:
@ -631,6 +631,16 @@ user subscribed to.|,
lastUpdated => 1180931029
},
'unsubscribeUrl' => {
message => q|The URL for the user to unsubscribe.|,
lastUpdated => 1184174298
},
'unsubscribeLinkText' => {
message => q|The internationalized word "Unsubscribe", to be used a text for the link to unsubscribe.|,
lastUpdated => 1184174365
},
};
1;