perltidy'ed the Help files
This commit is contained in:
parent
d95fabf53b
commit
d057dba239
60 changed files with 4949 additions and 9598 deletions
|
|
@ -1,87 +1,61 @@
|
|||
package WebGUI::Help::Asset_Newsletter; ## Be sure to change the package name to match your filename.
|
||||
package WebGUI::Help::Asset_Newsletter; ## Be sure to change the package name to match your filename.
|
||||
|
||||
##Stub document for creating help documents.
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
our $HELP = { ##hashref of hashes
|
||||
'my subscriptions template' => {
|
||||
title => 'my subscriptions template',
|
||||
body => '',
|
||||
title => 'my subscriptions template',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
name => "formHeader",
|
||||
},
|
||||
{
|
||||
name => "formFooter",
|
||||
},
|
||||
{
|
||||
name => "formSubmit",
|
||||
},
|
||||
{
|
||||
name => "categoriesLoop",
|
||||
{ name => "formHeader", },
|
||||
{ name => "formFooter", },
|
||||
{ name => "formSubmit", },
|
||||
{ name => "categoriesLoop",
|
||||
variables => [
|
||||
{
|
||||
name => "categoryName",
|
||||
},
|
||||
{
|
||||
name => "optionsLoop",
|
||||
variables => [
|
||||
{
|
||||
name => "optionName",
|
||||
},
|
||||
{
|
||||
name => "optionForm",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
{ name => "categoryName", },
|
||||
{ name => "optionsLoop",
|
||||
variables => [ { name => "optionName", }, { name => "optionForm", }, ],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
|
||||
'newsletter template' => {
|
||||
title => 'newsletter template',
|
||||
body => '',
|
||||
title => 'newsletter template',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
name => "title",
|
||||
{ name => "title",
|
||||
description => "newsletterTitle",
|
||||
},
|
||||
{
|
||||
name => "description",
|
||||
{ name => "description",
|
||||
description => "newsletterDescription",
|
||||
},
|
||||
{
|
||||
name => "header",
|
||||
{ name => "header",
|
||||
description => "newsletter header",
|
||||
},
|
||||
{
|
||||
name => "footer",
|
||||
{ name => "footer",
|
||||
description => "newsletter header",
|
||||
},
|
||||
{
|
||||
name => "thread_loop",
|
||||
{ name => "thread_loop",
|
||||
variables => [
|
||||
{
|
||||
name => "title",
|
||||
description => "threadTitle",
|
||||
},
|
||||
{
|
||||
name => "synopsis",
|
||||
description => "threadSynopsis",
|
||||
},
|
||||
{
|
||||
name => "body",
|
||||
description => "threadBody",
|
||||
},
|
||||
{
|
||||
name => "url",
|
||||
description => "threadUrl",
|
||||
},
|
||||
],
|
||||
{ name => "title",
|
||||
description => "threadTitle",
|
||||
},
|
||||
{ name => "synopsis",
|
||||
description => "threadSynopsis",
|
||||
},
|
||||
{ name => "body",
|
||||
description => "threadBody",
|
||||
},
|
||||
{ name => "url",
|
||||
description => "threadUrl",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
1; ##All perl modules must return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue