adding undocumented template variable for TimeTracker

This commit is contained in:
Colin Kuskie 2007-01-06 21:12:21 +00:00
parent 95c11e3ffe
commit a8b64a1b3a
2 changed files with 11 additions and 2 deletions

View file

@ -109,6 +109,10 @@ our $HELP = {
'name' => 'form.footer',
'required' => 1,
},
{
'name' => 'project.task.array',
'required' => 1,
},
{
'name' => 'js.alert.removeRow.error',
},

View file

@ -493,8 +493,13 @@ be useful, others may not.|,
},
'pmIntegration' => {
message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager|,
lastUpdated => 1168038164
message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager.|,
lastUpdated => 1168117979,
},
'project.task.array' => {
message => q|Javascript containing data about the project and tasks.|,
lastUpdated => 1168038164,
},
};