webgui/lib/WebGUI/Help/HttpProxy.pm
2005-03-01 22:13:39 +00:00

40 lines
621 B
Perl

package WebGUI::Help::HttpProxy;
our $HELP = {
'http proxy add/edit' => {
title => '10',
body => '11',
related => [
{
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;