help for Time Tracker add/edit screen

This commit is contained in:
Colin Kuskie 2006-06-22 22:46:49 +00:00
parent 23e31ab52a
commit 0e7f81fd4a
2 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,40 @@
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

View file

@ -244,7 +244,18 @@ our $I18N = {
'edit project resource label' => {
lastUpdated => 0,
message => 'Project Resource'
}
},
'timetracking add/edit title' => {
lastUpdated => 0,
message => 'Add/Edit Time Tracking'
},
'timetracking add/edit body' => {
lastUpdated => 0,
message => 'The Time Tracking Asset lets you define a set of tasks and then to track how well they are accomplished against an original estimate for the task.'
},
};