Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments.

Fixed a typo in the Macro_r_printable where an ending bold tag was dropped.
Add some POD to Asset.pm talking about variables that are added when
processTemplate is called.
More ISA work in the Help system.
This commit is contained in:
Colin Kuskie 2006-11-28 19:20:04 +00:00
parent 850abf9b6d
commit 0db2156374
6 changed files with 29 additions and 19 deletions

View file

@ -58,6 +58,10 @@ our $HELP = {
namespace => "Asset",
tag => "asset template"
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
],
fields => [
],
@ -151,14 +155,6 @@ our $HELP = {
tag => 'article add/edit',
namespace => 'Asset_Article'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'wobject template',
namespace => 'Asset_Wobject'
}
]
},
};

View file

@ -4,6 +4,12 @@ our $HELP = {
'dashboard add/edit' => {
title => 'dashboard add/edit title',
body => 'dashboard add/edit body',
isa => [
{
namespace => "Asset_Wobject",
tag => "wobject add/edit"
},
],
fields => [
{
title => 'dashboard template field label',

View file

@ -178,6 +178,16 @@ our $HELP = {
body => '83',
fields => [
],
isa => [
{
namespace => "Asset_Template",
tag => "template variables"
},
{
tag => 'wobject template',
namespace => 'Asset_Wobject'
}
],
variables => [
{
'name' => 'canEdit'
@ -394,10 +404,6 @@ our $HELP = {
tag => 'data form add/edit',
namespace => 'Asset_DataForm'
},
{
tag => 'wobject template',
namespace => 'Asset_Wobject'
}
]
},