webgui/lib/WebGUI/Help/Asset_TimeTracking.pm
2006-06-22 22:46:49 +00:00

40 lines
1.6 KiB
Perl

package WebGUI::Help::Asset_TimeTracking;
our $HELP = {
'time tracking add/edit' => {
title => 'timetracking add/edit title',
body => 'timetracking add/edit body',
fields => [
{
title => 'userViewTemplate label',
description => 'userViewTemplate hoverhelp',
namespace => 'Asset_TimeTracking',
},
{
title => 'managerViewTemplate label',
description => 'managerViewTemplate hoverhelp',
namespace => 'Asset_TimeTracking',
},
{
title => 'timeRowTemplateId label',
description => 'timeRowTemplateId hoverhelp',
namespace => 'Asset_TimeTracking',
},
{
title => 'groupToManage label',
description => 'groupToManage hoverhelp',
namespace => 'Asset_TimeTracking',
},
{
title => 'Project Management Integration',
description => 'Choose yes to pull projects and task information from the various project management assets on your site',
namespace => 'Asset_TimeTracking',
},
],
related => [
],
},
};
1; ##All perl modules must return true