The template managers group is deprecated, but not removed.
More template variable work in the Auth* space.
This commit is contained in:
parent
be4fd74276
commit
860a71bc5d
6 changed files with 97 additions and 64 deletions
|
|
@ -1,9 +1,49 @@
|
|||
package WebGUI::Help::Auth;
|
||||
|
||||
our $HELP = {
|
||||
'display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'account.form.header'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.submit'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.footer'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.karma'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.karma.label'
|
||||
},
|
||||
{
|
||||
'name' => 'account.options'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'anonymous registration template' => {
|
||||
title => 'anon reg template title',
|
||||
body => 'anon reg template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
|
|||
|
|
@ -4,28 +4,13 @@ our $HELP = {
|
|||
'webgui authentication display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
tag => "display account template"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'account.form.header'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.footer'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.karma'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.karma.label'
|
||||
},
|
||||
{
|
||||
'name' => 'account.form.submit'
|
||||
},
|
||||
{
|
||||
'name' => 'account.options'
|
||||
},
|
||||
{
|
||||
'name' => 'displayTitle',
|
||||
},
|
||||
{
|
||||
'name' => 'account.message'
|
||||
},
|
||||
|
|
@ -57,10 +42,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication login template' => {
|
||||
|
|
@ -119,10 +100,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
'webgui authentication anonymous registration template' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue