AuthLDAP and Auth, AdSpace Help pruning. Now the only thing left
is the Assets.
This commit is contained in:
parent
b11b36aa39
commit
e0c211361e
6 changed files with 25 additions and 314 deletions
|
|
@ -1,9 +1,10 @@
|
|||
package WebGUI::Help::Auth;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -35,9 +36,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'login template' => {
|
||||
title => 'login template title',
|
||||
body => 'login template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -81,9 +83,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'anonymous registration template' => {
|
||||
title => 'anon reg template title',
|
||||
body => 'anon reg template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -138,9 +141,10 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'deactivate account template' => {
|
||||
title => 'deactivate account template title',
|
||||
body => 'deactivate account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -172,6 +176,7 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue