add documentation for the manage friends template
This commit is contained in:
parent
62b09b4116
commit
59998b8d02
2 changed files with 109 additions and 0 deletions
44
lib/WebGUI/Help/Friends.pm
Normal file
44
lib/WebGUI/Help/Friends.pm
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
package WebGUI::Help::Friends;
|
||||
|
||||
our $HELP = {
|
||||
'manage friends template' => {
|
||||
title => 'manage friends template title',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => "formHeader",
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => "subjectForm",
|
||||
},
|
||||
{
|
||||
name => "messageForm",
|
||||
},
|
||||
{
|
||||
name => "removeFriendButton",
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => "friends",
|
||||
required => 1,
|
||||
variables => [
|
||||
{ name => "name", },
|
||||
{ name => "profileUrl", },
|
||||
{ name => "status", },
|
||||
{ name => "checkboxForm", },
|
||||
],
|
||||
},
|
||||
{
|
||||
name => "formFooter",
|
||||
required => 1,
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue