help for Time Tracker add/edit screen
This commit is contained in:
parent
23e31ab52a
commit
0e7f81fd4a
2 changed files with 52 additions and 1 deletions
40
lib/WebGUI/Help/Asset_TimeTracking.pm
Normal file
40
lib/WebGUI/Help/Asset_TimeTracking.pm
Normal 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
|
||||
|
|
@ -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.'
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue