fixing undocumented time row template variables

This commit is contained in:
Colin Kuskie 2007-01-06 19:44:55 +00:00
parent 340c195de5
commit 95c11e3ffe
2 changed files with 12 additions and 1 deletions

View file

@ -165,7 +165,7 @@ our $HELP = {
'name' => 'time.report.header',
},
{
'name' => 'time.report.hours.label',
'name' => 'time.report.totalHours.label',
},
{
'name' => 'time.report.date.label',
@ -182,9 +182,15 @@ our $HELP = {
{
'name' => 'time.report.comments.label',
},
{
'name' => 'time.add.row.label',
},
{
'name' => 'time.save.label',
},
{
'name' => 'time.report.complete.label',
},
{
'name' => 'report.isComplete',
},

View file

@ -334,6 +334,11 @@ our $I18N = {
'time.report.hours.label' => {
lastUpdated => 0,
message => q|The phrase "Hours", internationalized.|,
},
'time.report.totalHours.label' => {
lastUpdated => 1168112129,
message => q|The phrase "Total Hours", internationalized.|,
},