Added FetchMimeType macro.

Fix bad namespaces, package names and labels in StockData and InOutBoard help.
This commit is contained in:
Colin Kuskie 2005-12-10 22:22:35 +00:00
parent 45de852b61
commit b74cddb637
7 changed files with 88 additions and 16 deletions

View file

@ -1,7 +1,7 @@
package WebGUI::Help::Asset_InOutBoard;
our $HELP = {
'1' => {
'in out board add/edit' => {
title => '18',
body => '19',
related => [
@ -24,7 +24,7 @@ our $HELP = {
body => '21',
related => [
{
tag => '1',
tag => 'in out board add/edit',
namespace => 'Asset_InOutBoard'
},
{
@ -42,7 +42,7 @@ our $HELP = {
body => '23',
related => [
{
tag => '1',
tag => 'in out board add/edit',
namespace => 'Asset_InOutBoard'
},
{

View file

@ -1,4 +1,4 @@
package WebGUI::Help::StockData;
package WebGUI::Help::Asset_StockData;
our $HELP = {
'stock data add/edit' => {
@ -8,41 +8,41 @@ our $HELP = {
{
title => 'template_label',
description => 'template_label_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
{
title => 'display_template_label',
description => 'display_template_label_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
{
title => 'default_stock_label',
description => 'default_stock_label_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
{
title => 'stock_source',
description => 'stock_source_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
{
title => 'failover_label',
description => 'failover_label_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
],
related => [
{
tag => 'stock list user edit',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
{
tag => 'stock list template',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
{
tag => 'stock list display template',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
{
tag => 'wobjects using',
@ -61,13 +61,13 @@ our $HELP = {
{
title => 'symbol_label',
description => 'symbol_label_description',
namespace => 'StockList',
namespace => 'Asset_StockData',
},
],
related => [
{
tag => 'stock list display template',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
]
},
@ -79,7 +79,7 @@ our $HELP = {
related => [
{
tag => 'stock list display template',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
{
tag => 'pagination template variables',
@ -99,7 +99,7 @@ our $HELP = {
related => [
{
tag => 'stock list template',
namespace => 'StockList'
namespace => 'Asset_StockData'
},
{
tag => 'pagination template variables',

View file

@ -0,0 +1,20 @@
package WebGUI::Help::Macro_FetchMimeType;
our $HELP = {
'fetch mime type' => {
title => 'fetch mime type title',
body => 'fetch mime type body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;