Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
24
lib/WebGUI/Help/Account_User.pm
Normal file
24
lib/WebGUI/Help/Account_User.pm
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
package WebGUI::Help::Account_User;
|
||||
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
'layout template' => {
|
||||
title => 'user layout template title',
|
||||
body => 'user layout template body',
|
||||
isa => [
|
||||
],
|
||||
fields => [ ],
|
||||
variables => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'display account template',
|
||||
namespace => 'Auth',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
Loading…
Add table
Add a link
Reference in a new issue