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

@ -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',
},
],
},