Whole lotta Help,i18n file pruning, ProjectManager through WeatherData
This commit is contained in:
parent
01ff22d70f
commit
fda7cd51f2
18 changed files with 36 additions and 1408 deletions
|
|
@ -1,75 +1,9 @@
|
|||
package WebGUI::Help::Asset_StockData;
|
||||
|
||||
our $HELP = {
|
||||
'stock data add/edit' => {
|
||||
title => 'help_add_edit_stocklist_title',
|
||||
body => 'help_add_edit_stocklist_body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'template_label',
|
||||
description => 'template_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'display_template_label',
|
||||
description => 'display_template_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'default_stock_label',
|
||||
description => 'default_stock_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'stock_source',
|
||||
description => 'stock_source_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'failover_label',
|
||||
description => 'failover_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'stock list user edit',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
tag => 'stock list template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
tag => 'stock list display template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'stock list user edit' => {
|
||||
title => 'help_add_edit_stock_title',
|
||||
body => 'help_add_edit_stock_description',
|
||||
fields => [
|
||||
{
|
||||
title => 'symbol_label',
|
||||
description => 'symbol_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'stock list display template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'stock list template' => {
|
||||
title => 'help_stock_list_template',
|
||||
body => 'help_stock_list_template_description',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -235,7 +169,7 @@ our $HELP = {
|
|||
|
||||
'stock list display template' => {
|
||||
title => 'help_stock_list_display_template',
|
||||
body => 'help_stock_list_display_template_description',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -385,7 +319,7 @@ our $HELP = {
|
|||
'stock asset template variables' => {
|
||||
private => 1,
|
||||
title => 'stock data asset template variables title',
|
||||
body => 'stock data asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue