webgui/lib/WebGUI/Help/Asset_Poll.pm
2005-06-18 03:58:32 +00:00

38 lines
522 B
Perl

package WebGUI::Help::Asset_Poll;
our $HELP = {
'poll add/edit' => {
title => '61',
body => '71',
fields => [
],
related => [
{
tag => 'poll template',
namespace => 'Asset_Poll'
},
{
tag => 'wobjects using',
namespace => 'Wobject'
}
]
},
'poll template' => {
title => '73',
body => '74',
fields => [
],
related => [
{
tag => 'poll add/edit',
namespace => 'Asset_Poll'
},
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
};
1;