Macro help pruning, up through but NOT including RootTitle

This commit is contained in:
Colin Kuskie 2007-07-17 22:27:30 +00:00
parent 3fa2a81d98
commit 1d9a95cce2
30 changed files with 24 additions and 590 deletions

View file

@ -4,7 +4,7 @@ our $HELP = {
'home link' => {
title => 'home link title',
body => 'home link body',
body => '',
variables => [
{
'name' => 'homeLink.url'

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_Hash_userId;
our $HELP = {
'user id' => {
title => 'user id title',
body => 'user id body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_Include;
our $HELP = {
'include' => {
title => 'include title',
body => 'include body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_International;
our $HELP = {
'international' => {
title => 'international title',
body => 'international body',
fields => [
],
related => [
]
},
};
1;

View file

@ -4,7 +4,7 @@ our $HELP = {
'login box' => {
title => 'login box title',
body => 'login box body',
body => '',
isa => [
{
namespace => "Asset_Template",

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_LastModified;
our $HELP = {
'last modified' => {
title => 'last modified title',
body => 'last modified body',
fields => [
],
related => [
]
},
};
1;

View file

@ -2,9 +2,23 @@ package WebGUI::Help::Macro_LoginToggle;
our $HELP = {
'login toggle' => {
'login toggle' => {
isa => [
{
namespace => "Asset_Template",
tag => "template variables"
},
],
title => 'login toggle title',
body => 'login toggle body',
variables => [
{
'name' => 'toggle.url'
},
{
'name' => 'toggle.text'
},
],
fields => [
],
related => [

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_NewMail;
our $HELP = {
'new mail' => {
title => 'new mail title',
body => 'new mail body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_Page;
our $HELP = {
'page' => {
title => 'page title',
body => 'page body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_PageTitle;
our $HELP = {
'page title' => {
title => 'page title title',
body => 'page title body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_PageUrl;
our $HELP = {
'page url' => {
title => 'page url title',
body => 'page url body',
fields => [
],
related => [
]
},
};
1;

View file

@ -4,7 +4,7 @@ our $HELP = {
'product' => {
title => 'product title',
body => 'product body',
body => '',
variables => [
{
'name' => 'variants.message'

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_Quote;
our $HELP = {
'quote' => {
title => 'quote title',
body => 'quote body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,16 +0,0 @@
package WebGUI::Help::Macro_RandomAssetProxy;
our $HELP = {
'random asset proxy' => {
title => 'random asset proxy title',
body => 'random asset proxy body',
fields => [
],
related => [
]
},
};
1;

View file

@ -1,23 +0,0 @@
package WebGUI::Help::Macro_RandomThread;
our $HELP = {
'random thread' => {
title => 'random thread title',
body => 'random thread body',
fields => [
],
related => [
{
tag => 'random asset proxy',
namespace => 'Macro_RandomAssetProxy'
},
{
tag => 'collaboration post list template variables',
namespace => 'Asset_Collaboration'
}
]
},
};
1;