resolving echo in EMS.

started template docs for view project template in PM
This commit is contained in:
Colin Kuskie 2006-05-13 17:02:41 +00:00
parent cb3de9da8d
commit 6185f07642
4 changed files with 147 additions and 71 deletions

View file

@ -38,6 +38,14 @@ our $HELP = {
tag => 'project add/edit',
namespace => 'Asset_ProjectManager',
},
{
tag => 'task edit template',
namespace => 'Asset_ProjectManager',
},
{
tag => 'view project template',
namespace => 'Asset_ProjectManager',
},
],
},
@ -101,6 +109,18 @@ our $HELP = {
],
},
'view project template' => {
title => 'view project template vars title',
body => 'view project template vars body',
fields => [ ],
related => [
{
tag => 'project manager add/edit',
namespace => 'Asset_ProjectManager',
},
],
},
};
1; ##All perl modules must return true