From 746a916d4f1064fdb532011666c9fb9648f0ad54 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 16 May 2006 16:44:12 +0000 Subject: [PATCH] Remove mention of payflow pro plugin from Commerce. More PM docs. --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI/Help/Asset_ProjectManager.pm | 16 ++++ .../i18n/English/Asset_ProjectManager.pm | 86 +++++++++++++++++-- lib/WebGUI/i18n/English/Commerce.pm | 22 +---- 4 files changed, 97 insertions(+), 28 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index f2d311497..fb428dfa0 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -17,6 +17,7 @@ - fix [ 1486788 ] karma isn't working on forums - fix [ 1489094 ] DataForm Record edit link wrong for list mode (Michelle LaMar) - fix [ 1488663 ] Add new subscription broken (Martin Kamerbeek / Procolix) + - fix [ 1488921 ] Help: Commerce, Manage 6.99.0 - Added a workflow system. diff --git a/lib/WebGUI/Help/Asset_ProjectManager.pm b/lib/WebGUI/Help/Asset_ProjectManager.pm index 123f3578f..c8f75a3d7 100644 --- a/lib/WebGUI/Help/Asset_ProjectManager.pm +++ b/lib/WebGUI/Help/Asset_ProjectManager.pm @@ -113,6 +113,22 @@ our $HELP = { title => 'view project template vars title', body => 'view project template vars body', fields => [ ], + related => [ + { + tag => 'project manager add/edit', + namespace => 'Asset_ProjectManager', + }, + { + tag => 'gantt chart template', + namespace => 'Asset_ProjectManager', + }, + ], + }, + + 'gantt chart template' => { + title => 'gantt chart template vars title', + body => 'gantt chart template vars body', + fields => [ ], related => [ { tag => 'project manager add/edit', diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index 7756fee05..9543bb8ab 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -356,12 +356,12 @@ our $I18N = { lastUpdated => 0 }, - 'edit task template vars title' => { + 'edit task template vars title' => { message => q|Edit Task Template Variables|, lastUpdated => 0 - }, + }, - 'edit task template vars body' => { + 'edit task template vars body' => { message => q|

The Edit Task template has these template variables

! : This variable is required for the form to function correctly.

@@ -420,12 +420,12 @@ The URL to the Extras directory. |, lastUpdated => 0 - }, + }, - 'view project template vars title' => { + 'view project template vars title' => { message => q|View Project Template Variables|, lastUpdated => 0 - }, + }, 'view project template vars body' => { message => q|

The View Project template has these template variables

@@ -596,8 +596,80 @@ A label to go with the link back to this screen. |, lastUpdated => 0 - }, + }, + 'gantt chart template vars title' => { + message => q|Gantt Chart Template Variables|, + lastUpdated => 0 + }, + + 'gantt chart template vars body' => { + message => q|

These variables are available in the Gantt Chart Template:

+ +

extras
+The URL to the Extras directory for the Project Manager. +

+ +

sunday.label
+The initial of the day for Sunday, internationalized. +

+ +

monday.label
+The initial of the day for Monday, internationalized. +

+ +

tuesday.label
+The initial of the day for Tuesday, internationalized. +

+ +

wednesday.label
+The initial of the day for Wednesday, internationalized. +

+ +

thursday.label
+The initial of the day for Thursday, internationalized. +

+ +

friday.label
+The initial of the day for Friday, internationalized. +

+ +

saturday.label
+The initial of the day for Saturday, internationalized. +

+ +

daysLoop
+The initial of the day for Saturday, internationalized. +

+ +
+ +

month.name
+The name of the current month +

+ +

saturday.label
+The initial of the day for Saturday, internationalized. +

+ +

daysLoop
+The initial of the day for Saturday, internationalized. +

+ +
+ +

day.number
+The ordinal number for this day of the week, an integer between 1 and 7 +

+ +
+ +
+ + + |, + lastUpdated => 0 + }, }; diff --git a/lib/WebGUI/i18n/English/Commerce.pm b/lib/WebGUI/i18n/English/Commerce.pm index 4035c8f52..67ebba9bf 100755 --- a/lib/WebGUI/i18n/English/Commerce.pm +++ b/lib/WebGUI/i18n/English/Commerce.pm @@ -131,28 +131,8 @@ our $I18N = { 'payment plugin description' => { message => q|

You can select the payment plugin to use here. Please note that you have to enable the plugins you want to choose from in the WebGUI configuration file. If you don't do this they won't show up here.

- -

PayflowPro

- -

This is the plugin for Verisign Payflow Pro. This plugin is disabled by default in the configuration file because it depends on proprietary software from Verisign that can't be shipped with WebGUI.

- -

Partner
-Your partner id. -

- -

Vendor
-Here you should enter your vendor id. -

- -

Login
-Your login to Verisign PayflowPro. -

- -

Password
-Your password. -

|, - lastUpdated => 1138922899, + lastUpdated => 1147797861, },