Remove all template parser help.
Prune WebGUI Profile help and related help. Prune Transaction and Subscription and Workflow Activity help.
This commit is contained in:
parent
74498f4490
commit
975e76ad2a
15 changed files with 11 additions and 698 deletions
|
|
@ -1,146 +1,6 @@
|
|||
package WebGUI::Help::Subscription;
|
||||
|
||||
our $HELP = {
|
||||
'subscription add/edit' => {
|
||||
title => 'help edit subscription title',
|
||||
body => 'help edit subscription body',
|
||||
fields => [
|
||||
{
|
||||
title => 'subscription name',
|
||||
description => 'subscription name description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription price',
|
||||
description => 'subscription price description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription description',
|
||||
description => 'subscription description description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription group',
|
||||
description => 'subscription group description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription duration',
|
||||
description => 'subscription duration description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'execute on subscription',
|
||||
description => 'execute on subscription description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription karma',
|
||||
description => 'subscription karma description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'subscription manage' => {
|
||||
title => 'help manage subscriptions title',
|
||||
body => 'help manage subscriptions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription add/edit',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'subscription codes manage' => {
|
||||
title => 'help manage subscription codes title',
|
||||
body => 'help manage subscription codes body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'create batch' => {
|
||||
title => 'help create batch title',
|
||||
body => 'help create batch body',
|
||||
fields => [
|
||||
{
|
||||
title => 'noc',
|
||||
description => 'noc description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'code length',
|
||||
description => 'code length description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'codes expire',
|
||||
description => 'codes expire description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'association',
|
||||
description => 'association description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'batch description',
|
||||
description => 'batch description description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'manage batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'manage batch' => {
|
||||
title => 'help manage batch title',
|
||||
body => 'help manage batch body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'redeem code' => {
|
||||
title => 'help redeem code template title',
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
package WebGUI::Help::Template_HTMLTemplate;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'html template' => {
|
||||
title => 'html template title',
|
||||
body => 'html template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
package WebGUI::Help::Template_HTMLTemplateExpr;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'html template expr' => {
|
||||
title => 'html template expr title',
|
||||
body => 'html template expr body',
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
package WebGUI::Help::Template_TemplateToolkit;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'template toolkit' => {
|
||||
title => 'template toolkit title',
|
||||
body => 'template toolkit body',
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
package WebGUI::Help::TransactionLog;
|
||||
|
||||
our $HELP = {
|
||||
'purchase history' => {
|
||||
title => 'help purchase history template title',
|
||||
body => 'help purchase history template body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'errorMessage'
|
||||
},
|
||||
{
|
||||
'name' => 'historyLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'recurring'
|
||||
},
|
||||
{
|
||||
'name' => 'canCancel'
|
||||
},
|
||||
{
|
||||
'name' => 'cancelUrl'
|
||||
},
|
||||
{
|
||||
'name' => 'initDate'
|
||||
},
|
||||
{
|
||||
'name' => 'completionDate'
|
||||
},
|
||||
{
|
||||
'name' => 'status',
|
||||
'description' => 'status.template'
|
||||
},
|
||||
{
|
||||
'name' => 'lastPayedTerm'
|
||||
},
|
||||
{
|
||||
'name' => 'gateway'
|
||||
},
|
||||
{
|
||||
'name' => 'gatewayId'
|
||||
},
|
||||
{
|
||||
'name' => 'transactionId'
|
||||
},
|
||||
{
|
||||
'name' => 'userId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'itemName'
|
||||
},
|
||||
{
|
||||
'name' => 'itemId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemType'
|
||||
},
|
||||
{
|
||||
'name' => 'quantity'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
@ -483,10 +483,6 @@ our $HELP = {
|
|||
tag => 'groups manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'user profile edit',
|
||||
namespace => 'WebGUIProfile'
|
||||
},
|
||||
{
|
||||
tag => 'user add/edit',
|
||||
namespace => 'WebGUI'
|
||||
|
|
|
|||
|
|
@ -1,107 +0,0 @@
|
|||
package WebGUI::Help::WebGUIProfile;
|
||||
|
||||
our $HELP = {
|
||||
'profile settings edit' => {
|
||||
title => '672',
|
||||
body => '627',
|
||||
fields => [
|
||||
{
|
||||
title => '475',
|
||||
description => '475 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '472',
|
||||
description => '472 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '473a',
|
||||
description => '473a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '897a',
|
||||
description => '897a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '474',
|
||||
description => '474 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'showAtRegistration label',
|
||||
description => 'showAtRegistration hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'requiredForPasswordRecovery label',
|
||||
description => 'requiredForPasswordRecovery hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'forceImageOnly label',
|
||||
description => 'forceImageOnly description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '486',
|
||||
description => '486 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '487',
|
||||
description => '487 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '488',
|
||||
description => '488 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '489',
|
||||
description => '489 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
],
|
||||
related => []
|
||||
},
|
||||
'add/edit profile settings category' => {
|
||||
title => 'user profile category add/edit title',
|
||||
body => 'user profile category add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => '470',
|
||||
description => '470 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '473',
|
||||
description => '473 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '897',
|
||||
description => '897 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
],
|
||||
related => []
|
||||
},
|
||||
'user profile edit' => {
|
||||
title => '682',
|
||||
body => '637',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'users manage',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
package WebGUI::Help::Workflow_Activity;
|
||||
|
||||
our $HELP = {
|
||||
'add/edit workflow activity' => {
|
||||
title => 'add/edit workflow activity',
|
||||
body => 'add/edit workflow activity body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'Workflow_Activity',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description help',
|
||||
namespace => 'Workflow_Activity',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue