The template managers group is deprecated, but not removed.

More template variable work in the Auth* space.
This commit is contained in:
Colin Kuskie 2006-11-24 18:10:19 +00:00
parent be4fd74276
commit 860a71bc5d
6 changed files with 97 additions and 64 deletions

View file

@ -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 => [