beginning of dashboard template docs for the Project Manager
This commit is contained in:
parent
2e5a8c73bb
commit
d24f25c751
2 changed files with 114 additions and 5 deletions
|
|
@ -103,6 +103,59 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'project dashboard template' => {
|
||||
title => 'project dashboard template title',
|
||||
body => 'project dashboard template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'extras',
|
||||
},
|
||||
{
|
||||
'name' => 'project.create',
|
||||
},
|
||||
{
|
||||
'name' => 'project.create.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.name.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.startDate.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.endDate.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.cost.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.complete.label',
|
||||
},
|
||||
{
|
||||
'name' => 'project.actions.label',
|
||||
},
|
||||
{
|
||||
'name' => 'empty.colspan',
|
||||
},
|
||||
{
|
||||
'name' => 'canEditProjects',
|
||||
},
|
||||
],
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue