lots of help and other misc. fixes.
This commit is contained in:
parent
16da1e3180
commit
fc96c0bcfb
16 changed files with 476 additions and 597 deletions
|
|
@ -1 +1,18 @@
|
|||
1;
|
||||
package WebGUI::Help::Asset_Dashboard;
|
||||
|
||||
our $HELP = {
|
||||
'dashboard add/edit' => {
|
||||
title => 'dashboard add/edit title',
|
||||
body => 'dashboard add/edit body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'shortcut add/edit',
|
||||
namespace => 'Asset_Shortcut'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,66 +1,18 @@
|
|||
package WebGUI::Help::Asset_MultiSearch;
|
||||
|
||||
our $HELP = {
|
||||
'multisearch add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
fields => [
|
||||
{
|
||||
title => '72',
|
||||
description => 'article template description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => 'link title description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => 'link url description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => 'carriage return description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'article template',
|
||||
namespace => 'Asset_Article'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
},
|
||||
'article template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
'multi search add/edit' => {
|
||||
title => 'multisearch add/edit title',
|
||||
body => 'multisearch add/edit body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'article add/edit',
|
||||
namespace => 'Asset_Article'
|
||||
tag => 'dashboard add/edit',
|
||||
namespace => 'Asset_Dashboard'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -15,31 +15,6 @@ our $HELP = {
|
|||
description => 'shortcut template title description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
# {
|
||||
# title => 'override asset template',
|
||||
# description => 'override asset template description',
|
||||
# namespace => 'Asset_Shortcut',
|
||||
# },
|
||||
{
|
||||
title => '10',
|
||||
description => '10 description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => '1',
|
||||
description => '1 description',
|
||||
|
|
@ -75,6 +50,10 @@ our $HELP = {
|
|||
tag => 'metadata manage',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'dashboard add/edit',
|
||||
namespace => 'Asset_Dashboard'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
|
@ -93,13 +72,11 @@ our $HELP = {
|
|||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
'field add/edit' => {
|
||||
title => 'shortcut template title',
|
||||
body => 'shortcut template body',
|
||||
title => 'field add/edit title',
|
||||
body => 'field add/edit body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
|
|
|
|||
|
|
@ -1,38 +1,38 @@
|
|||
package WebGUI::Help::StockData;
|
||||
|
||||
our $HELP = {
|
||||
'stock_list_add_edit' => {
|
||||
'stock data add/edit' => {
|
||||
title => 'help_add_edit_stocklist_title',
|
||||
body => 'help_add_edit_stocklist_body',
|
||||
fields => [
|
||||
{
|
||||
title => 'template_label',
|
||||
description => 'template_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'display_template_label',
|
||||
description => 'display_template_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'default_stock_label',
|
||||
description => 'default_stock_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'stock_source',
|
||||
description => 'stock_source_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'failover_label',
|
||||
description => 'failover_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'template_label',
|
||||
description => 'template_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'display_template_label',
|
||||
description => 'display_template_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'default_stock_label',
|
||||
description => 'default_stock_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'stock_source',
|
||||
description => 'stock_source_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'failover_label',
|
||||
description => 'failover_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
{
|
||||
tag => 'stock list user edit',
|
||||
namespace => 'StockList'
|
||||
},
|
||||
|
|
@ -58,11 +58,11 @@ our $HELP = {
|
|||
title => 'help_add_edit_stock_title',
|
||||
body => 'help_add_edit_stock_description',
|
||||
fields => [
|
||||
{
|
||||
title => 'symbol_label',
|
||||
description => 'symbol_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
{
|
||||
title => 'symbol_label',
|
||||
description => 'symbol_label_description',
|
||||
namespace => 'StockList',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,35 +1,20 @@
|
|||
package WebGUI::Help::Asset_Article;
|
||||
package WebGUI::Help::Asset_WeatherData;
|
||||
|
||||
our $HELP = {
|
||||
'article add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
'weather data add/edit' => {
|
||||
title => 'weather data add/edit title',
|
||||
body => 'weather data add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => '72',
|
||||
description => 'article template description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => 'link title description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => 'link url description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => 'carriage return description',
|
||||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => 'Default Locations',
|
||||
description => 'Your list of default weather locations',
|
||||
namespace => 'Asset_WeatherData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'article template',
|
||||
namespace => 'Asset_Article'
|
||||
tag => 'weatherdata template',
|
||||
namespace => 'Asset_WeatherData'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -41,19 +26,15 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
},
|
||||
'article template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
'weatherdata template' => {
|
||||
title => 'WeatherData template title',
|
||||
body => 'WeatherData template description',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'article add/edit',
|
||||
namespace => 'Asset_Article'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
tag => 'weather data add/edit',
|
||||
namespace => 'Asset_WeatherData'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue