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

@ -49,6 +49,23 @@ our $HELP = {
]
},
'invite email template' => {
title => 'invite email template title',
body => 'invite email template body',
variables => [
{
name => 'inviteFormError',
},
{
name => 'formHeader',
},
],
fields => [
],
related => [
]
},
};
1; ##All perl modules must return true