From 95c11e3ffe1c3091b891535f23b02563a99e393a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 6 Jan 2007 19:44:55 +0000 Subject: [PATCH] fixing undocumented time row template variables --- lib/WebGUI/Help/Asset_TimeTracking.pm | 8 +++++++- lib/WebGUI/i18n/English/Asset_TimeTracking.pm | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Help/Asset_TimeTracking.pm b/lib/WebGUI/Help/Asset_TimeTracking.pm index fb947ab92..444305d0c 100644 --- a/lib/WebGUI/Help/Asset_TimeTracking.pm +++ b/lib/WebGUI/Help/Asset_TimeTracking.pm @@ -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', }, diff --git a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm index 557ebaf68..d96574393 100644 --- a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm +++ b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm @@ -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.|, },