Whole lotta Help,i18n file pruning, ProjectManager through WeatherData
This commit is contained in:
parent
01ff22d70f
commit
fda7cd51f2
18 changed files with 36 additions and 1408 deletions
|
|
@ -3,105 +3,9 @@ package WebGUI::Help::Asset_ProjectManager;
|
|||
##Stub document for creating help documents.
|
||||
|
||||
our $HELP = {
|
||||
'project manager add/edit' => {
|
||||
title => 'pm add/edit title',
|
||||
body => 'pm add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'projectDashboardTemplate label',
|
||||
description => 'projectDashboardTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'projectDisplayTemplate label',
|
||||
description => 'projectDisplayTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'ganttChartTemplate label',
|
||||
description => 'ganttChartTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'editTaskTemplate label',
|
||||
description => 'editTaskTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'groupToAdd label',
|
||||
description => 'groupToAdd hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'project add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'task edit template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'view project template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project add/edit' => {
|
||||
title => 'edit project',
|
||||
body => 'project edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'project id',
|
||||
description => 'project id',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project name label',
|
||||
description => 'project name hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project description label',
|
||||
description => 'project description hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project manager label',
|
||||
description => 'project manager hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'duration units label',
|
||||
description => 'duration units hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'hours per day label',
|
||||
description => 'hours per day hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'target budget label',
|
||||
description => 'target budget hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project dashboard template' => {
|
||||
title => 'project dashboard template title',
|
||||
body => 'project dashboard template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -196,16 +100,12 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'task edit template' => {
|
||||
title => 'edit task template vars title',
|
||||
body => 'edit task template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -334,16 +234,12 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'view project template' => {
|
||||
title => 'view project template vars title',
|
||||
body => 'view project template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -471,10 +367,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'gantt chart template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -484,7 +376,7 @@ our $HELP = {
|
|||
|
||||
'gantt chart template' => {
|
||||
title => 'gantt chart template vars title',
|
||||
body => 'gantt chart template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -542,17 +434,13 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project manager asset template variables' => {
|
||||
private => 1,
|
||||
title => 'project manager asset template variables title',
|
||||
body => 'project manager asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
@ -647,10 +535,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -710,10 +594,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue