updated help, add help for template

This commit is contained in:
Colin Kuskie 2005-03-01 22:13:39 +00:00
parent ad92394adf
commit 6c3120b9b0
2 changed files with 70 additions and 11 deletions

View file

@ -6,11 +6,35 @@ our $HELP = {
body => '11',
related => [
{
tag => 'wobjects using',
tag => 'asset fields',
namespace => 'Asset'
},
{
tag => 'wobjects add/edit',
namespace => 'WebGUI'
}
},
{
tag => 'http proxy template',
namespace => 'HttpProxy'
},
]
},
'http proxy template' => {
title => 'http proxy template title',
body => 'http proxy template body',
related => [
{
tag => 'http proxy add/edit',
namespace => 'HttpProxy'
},
{
tag => 'template language',
namespace => 'Template'
},
]
},
};
1;