Remove mention of payflow pro plugin from Commerce.
More PM docs.
This commit is contained in:
parent
cdb018a0bf
commit
746a916d4f
4 changed files with 97 additions and 28 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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|<p>The Edit Task template has these template variables</p>
|
||||
<p>! : This variable is required for the form to function correctly.</p>
|
||||
|
||||
|
|
@ -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|<p>The View Project template has these template variables</p>
|
||||
|
|
@ -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|<p>These variables are available in the Gantt Chart Template:</p>
|
||||
|
||||
<p><b>extras</b><br />
|
||||
The URL to the Extras directory for the Project Manager.
|
||||
</p>
|
||||
|
||||
<p><b>sunday.label</b><br />
|
||||
The initial of the day for Sunday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>monday.label</b><br />
|
||||
The initial of the day for Monday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>tuesday.label</b><br />
|
||||
The initial of the day for Tuesday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>wednesday.label</b><br />
|
||||
The initial of the day for Wednesday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>thursday.label</b><br />
|
||||
The initial of the day for Thursday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>friday.label</b><br />
|
||||
The initial of the day for Friday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>saturday.label</b><br />
|
||||
The initial of the day for Saturday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>daysLoop</b><br />
|
||||
The initial of the day for Saturday, internationalized.
|
||||
</p>
|
||||
|
||||
<div class="helpIndent">
|
||||
|
||||
<p><b>month.name</b><br />
|
||||
The name of the current month
|
||||
</p>
|
||||
|
||||
<p><b>saturday.label</b><br />
|
||||
The initial of the day for Saturday, internationalized.
|
||||
</p>
|
||||
|
||||
<p><b>daysLoop</b><br />
|
||||
The initial of the day for Saturday, internationalized.
|
||||
</p>
|
||||
|
||||
<div class="helpIndent">
|
||||
|
||||
<p><b>day.number</b><br />
|
||||
The ordinal number for this day of the week, an integer between 1 and 7
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -131,28 +131,8 @@ our $I18N = {
|
|||
|
||||
'payment plugin description' => {
|
||||
message => q|<p>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.</p>
|
||||
|
||||
<h3>PayflowPro</h3>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p><b>Partner</b><br />
|
||||
Your partner id.
|
||||
</p>
|
||||
|
||||
<p><b>Vendor</b><br />
|
||||
Here you should enter your vendor id.
|
||||
</p>
|
||||
|
||||
<p><b>Login</b><br />
|
||||
Your login to Verisign PayflowPro.
|
||||
</p>
|
||||
|
||||
<p><b>Password</b><br />
|
||||
Your password.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1138922899,
|
||||
lastUpdated => 1147797861,
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue