Macro Help pruning, up to and including GroupText

This commit is contained in:
Colin Kuskie 2007-07-17 17:27:42 +00:00
parent 5e0d948840
commit 3682e2b433
30 changed files with 14 additions and 514 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,9 +2,9 @@ package WebGUI::Help::Macro_GroupAdd;
our $HELP = {
'group add' => {
'group add' => {
title => 'group add title',
body => 'group add body',
body => '',
variables => [
{
'name' => 'group.url'

View file

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

View file

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

View file

@ -8,10 +8,6 @@ our $HELP = {
fields => [
],
related => [
{
tag => 'date',
namespace => 'Macro_D_date'
},
]
},

View file

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

View file

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