From a8b64a1b3a76552cc5eea99d5fff25451271dd6f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 6 Jan 2007 21:12:21 +0000 Subject: [PATCH] adding undocumented template variable for TimeTracker --- lib/WebGUI/Help/Asset_TimeTracking.pm | 4 ++++ lib/WebGUI/i18n/English/Asset_TimeTracking.pm | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/Asset_TimeTracking.pm b/lib/WebGUI/Help/Asset_TimeTracking.pm index 444305d0c..5a42e834a 100644 --- a/lib/WebGUI/Help/Asset_TimeTracking.pm +++ b/lib/WebGUI/Help/Asset_TimeTracking.pm @@ -109,6 +109,10 @@ our $HELP = { 'name' => 'form.footer', 'required' => 1, }, + { + 'name' => 'project.task.array', + 'required' => 1, + }, { 'name' => 'js.alert.removeRow.error', }, diff --git a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm index d96574393..744688baa 100644 --- a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm +++ b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm @@ -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, }, };