Help and i18n pruning for MultiSearch, Messageboard, Matrix, Navigation, Product and Poll.
This commit is contained in:
parent
d324b766ce
commit
dbc59d2e44
11 changed files with 3 additions and 549 deletions
|
|
@ -387,7 +387,7 @@ our $HELP = {
|
|||
|
||||
'listing detail template' => {
|
||||
title => 'detail template help title',
|
||||
body => 'detail template help body',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'discussion'
|
||||
|
|
|
|||
|
|
@ -1,32 +1,6 @@
|
|||
package WebGUI::Help::Asset_MessageBoard;
|
||||
|
||||
our $HELP = {
|
||||
'message board add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'visitor cache timeout',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => 'visitor cache timeout help',
|
||||
uiLevel => 8
|
||||
},
|
||||
{
|
||||
title => '73',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => '73 description',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'message board template',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'message board template' => {
|
||||
title => '73',
|
||||
body => '74',
|
||||
|
|
|
|||
|
|
@ -1,32 +1,6 @@
|
|||
package WebGUI::Help::Asset_MultiSearch;
|
||||
|
||||
our $HELP = {
|
||||
'multi search add/edit' => {
|
||||
title => 'multisearch add/edit title',
|
||||
body => 'multisearch add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'MultiSearch Template',
|
||||
description => 'MultiSearch Template description',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'multisearch template',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'multisearch template' => {
|
||||
title => 'multisearch template title',
|
||||
body => 'multisearch template body',
|
||||
|
|
@ -60,10 +34,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'multi search add/edit',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,76 +1,6 @@
|
|||
package WebGUI::Help::Asset_Navigation;
|
||||
|
||||
our $HELP = {
|
||||
'navigation add/edit' => {
|
||||
title => '1098',
|
||||
body => '1093',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '1096',
|
||||
description => '1096 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'mimeType',
|
||||
description => 'mimeType description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Start Point Type',
|
||||
description => 'Start Point Type description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Start Point',
|
||||
description => 'Start Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Ancestor End Point',
|
||||
description => 'Ancestor End Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Relatives To Include',
|
||||
description => 'Relatives To Include description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Descendant End Point',
|
||||
description => 'Descendant End Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '30',
|
||||
description => '30 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '31',
|
||||
description => '31 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '32',
|
||||
description => '32 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'reverse page loop',
|
||||
description => 'reverse page loop description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'navigation template' => {
|
||||
title => '1096',
|
||||
body => '1097',
|
||||
|
|
@ -276,10 +206,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
@ -331,10 +257,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,69 +1,9 @@
|
|||
package WebGUI::Help::Asset_Poll;
|
||||
|
||||
our $HELP = {
|
||||
'poll add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '73',
|
||||
description => '73 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '3',
|
||||
description => '3 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '20',
|
||||
description => '20 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '5',
|
||||
description => '5 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '6',
|
||||
description => '6 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '72',
|
||||
description => '72 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => '10 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'poll template',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'poll template' => {
|
||||
title => '73',
|
||||
body => '74',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Poll",
|
||||
|
|
@ -136,10 +76,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'poll add/edit',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,228 +1,9 @@
|
|||
package WebGUI::Help::Asset_Product;
|
||||
|
||||
our $HELP = {
|
||||
'product add/edit' => {
|
||||
title => '38',
|
||||
body => '39',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_Product',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => '62',
|
||||
description => '62 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => '10 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '11',
|
||||
description => '11 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '15',
|
||||
description => '15 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product related add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product accessory add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product specification add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product template',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'product feature add/edit' => {
|
||||
title => '40',
|
||||
body => '41',
|
||||
fields => [
|
||||
{
|
||||
title => '23',
|
||||
description => '23 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '24',
|
||||
description => '24 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product specification add/edit' => {
|
||||
title => '42',
|
||||
body => '43',
|
||||
fields => [
|
||||
{
|
||||
title => '26',
|
||||
description => '26 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '27',
|
||||
description => '27 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '29',
|
||||
description => '29 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '28',
|
||||
description => '28 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product accessory add/edit' => {
|
||||
title => '44',
|
||||
body => '45',
|
||||
fields => [
|
||||
{
|
||||
title => '17',
|
||||
description => '17 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '18',
|
||||
description => '18 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product related add/edit' => {
|
||||
title => '46',
|
||||
body => '47',
|
||||
fields => [
|
||||
{
|
||||
title => '20',
|
||||
description => '20 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '21',
|
||||
description => '21 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product benefit add/edit' => {
|
||||
title => '49',
|
||||
body => '50',
|
||||
fields => [
|
||||
{
|
||||
title => '51',
|
||||
description => '51 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '52',
|
||||
description => '52 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product template' => {
|
||||
title => '62',
|
||||
body => '63',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Product',
|
||||
|
|
@ -384,10 +165,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue