Finished Macro help/i18n cleanup.

This commit is contained in:
Colin Kuskie 2007-07-17 22:55:51 +00:00
parent 1d9a95cce2
commit 7548cfb90a
26 changed files with 17 additions and 489 deletions

View file

@ -10,7 +10,7 @@ our $HELP = {
},
],
title => 'login toggle title',
body => 'login toggle body',
body => '',
variables => [
{
'name' => 'toggle.url'

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -4,7 +4,7 @@ our $HELP = {
'subscription item' => {
title => 'subscription item title',
body => 'subscription item body',
body => '',
variables => [
{
'name' => 'url'

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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