Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
42
lib/WebGUI/Help/Invite.pm
Normal file
42
lib/WebGUI/Help/Invite.pm
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
package WebGUI::Help::Invite;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'invite form template' => {
|
||||
title => 'invite form template title',
|
||||
body => 'invite form template body',
|
||||
variables => [
|
||||
{ name => 'inviteFormError',
|
||||
required => 1,
|
||||
},
|
||||
{ name => 'formHeader',
|
||||
required => 1,
|
||||
},
|
||||
{ name => 'formFooter',
|
||||
required => 1,
|
||||
},
|
||||
{ name => 'title', },
|
||||
{ name => 'emailAddressLabel', },
|
||||
{ name => 'emailAddressForm', },
|
||||
{ name => 'subjectLabel', },
|
||||
{ name => 'subjectForm', },
|
||||
{ name => 'messageLabel', },
|
||||
{ name => 'messageForm', },
|
||||
{ name => 'submitButton', },
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
'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
|
||||
Loading…
Add table
Add a link
Reference in a new issue