Fix typos in the Help skeleton.

Add new template variables to the DataForm template variable help.
This commit is contained in:
Colin Kuskie 2006-06-15 23:07:21 +00:00
parent c302b9f1bf
commit 0212cdc044
3 changed files with 76 additions and 9 deletions

View file

@ -165,6 +165,7 @@ our $HELP = {
}
]
},
'data form template' => {
title => '82',
body => '83',
@ -211,6 +212,18 @@ our $HELP = {
{
'name' => 'addTab.label'
},
{
'name' => 'hasEntries',
},
{
'name' => 'deleteAllEntries.url',
},
{
'name' => 'deleteAllEntries.label',
},
{
'name' => 'javascript.confirmation.deleteAll',
},
{
'required' => 1,
'name' => 'tab.init'
@ -380,6 +393,7 @@ our $HELP = {
}
]
},
'data form list template' => {
title => '88',
body => '89',
@ -392,6 +406,39 @@ our $HELP = {
{
'name' => 'back.label',
},
{
'name' => 'deleteAllEntries.url',
},
{
'name' => 'deleteAllEntries.label',
},
{
'name' => 'javascript.confirmation.deleteAll',
},
{
'name' => 'canEdit',
},
{
'name' => 'hasEntries',
},
{
'name' => 'export.tab.url',
},
{
'name' => 'export.tab.label',
},
{
'name' => 'addField.url',
},
{
'name' => 'addField.label',
},
{
'name' => 'addTab.url',
},
{
'name' => 'addTab.label',
},
{
'name' => 'field_loop',
'variables' => [

View file

@ -15,7 +15,7 @@ our $HELP = { ##hashref of hashes
tag => 'some other help tag',
namespace => 'some other help file',
},
];
],
fields => [ #This array is used to list hover help for form fields.
{
title => 'form label 1',
@ -32,14 +32,14 @@ our $HELP = { ##hashref of hashes
variables => [
{
name => "template.variable.name",
description => "international tag in this namespace describing this var"
required => "is this variable required for the template to work correctly?"
description => "international tag in this namespace describing this var",
required => "is this variable required for the template to work correctly?",
},
],
related => [ ##This lists other help articles that are related to this one
{
tag => 'other help article',
namespace => 'other help articles namespace'
namespace => 'other help articles namespace',
},
],
},