Template variable help for view screen.
This commit is contained in:
parent
a67907308f
commit
8e2716f4aa
2 changed files with 56 additions and 0 deletions
26
lib/WebGUI/Help/Account_FriendManager.pm
Normal file
26
lib/WebGUI/Help/Account_FriendManager.pm
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
package WebGUI::Help::Account_FriendManager;
|
||||
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'view friend manager' => {
|
||||
title => 'Friend Manager View Template',
|
||||
body => '',
|
||||
isa => [
|
||||
],
|
||||
fields => [ ],
|
||||
variables => [
|
||||
{ name => 'group_loop',
|
||||
variables => [
|
||||
{ name => 'groupId', },
|
||||
{ name => 'groupName', },
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [ ],
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
Loading…
Add table
Add a link
Reference in a new issue