make the user invite email templatable

This commit is contained in:
Colin Kuskie 2007-06-18 05:05:18 +00:00
parent 9248570f79
commit 8ced11c8ab
7 changed files with 76 additions and 4 deletions

View file

@ -123,6 +123,26 @@ our $I18N = {
lastUpdated => 1181493546,
},
'invite email template title' => {
message => q|User Invitation Email Template|,
lastUpdated => 1181970017,
},
'invite email template body' => {
message => q|This template is used to customize and display the invitation that is sent via email.|,
lastUpdated => 1181970016,
},
'registrationUrl' => {
message => q|The URL that the recipient will use to accept the invitation.|,
lastUpdated => 1181970016,
},
'invitationMessage' => {
message => q|The message entered by the user, filtered for HTML to prevent XSS attacks.|,
lastUpdated => 1181970094,
},
};
1;

View file

@ -4101,7 +4101,17 @@ Get a copy of wget and use this: <code>wget -p -r --html-extension -k http://the
message => q|This is the message displayed to users who try to invite someone whose email address already exists in the system.|,
lastUpdated => 1181277914,
},
'user email template' => {
message => q|User Invitation Email Template|,
lastUpdated => 1181969396
},
'user email template description' => {
message => q|The template used to build the email invitation to the user.|,
lastUpdated => 1181969398,
},
'send private message' => {
message => q|Send Private Message|,
lastUpdated => 1181019679,