move asset files into a namespace

This commit is contained in:
Colin Kuskie 2005-04-05 20:19:19 +00:00
parent 3ba1218809
commit 8744495b1d
60 changed files with 281 additions and 312 deletions

View file

@ -65,6 +65,7 @@ our $HELP = {
$tag =~ s/([a-z])([A-Z])/$1 $2/g; #Separate studly caps $tag =~ s/([a-z])([A-Z])/$1 $2/g; #Separate studly caps
$tag =~ s/([A-Z]+(?![a-z]))/$1 /g; #Separate acronyms $tag =~ s/([A-Z]+(?![a-z]))/$1 /g; #Separate acronyms
$tag = lc $tag; $tag = lc $tag;
$namespace = join '', 'Asset_', $namespace;
{ tag => "$tag add/edit", { tag => "$tag add/edit",
namespace => $namespace } namespace => $namespace }
} }

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Article; package WebGUI::Help::Asset_Article;
our $HELP = { our $HELP = {
'article add/edit' => { 'article add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'article template', tag => 'article template',
namespace => 'Article' namespace => 'Asset_Article'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -25,7 +25,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'article add/edit', tag => 'article add/edit',
namespace => 'Article' namespace => 'Asset_Article'
}, },
{ {
tag => 'pagination template variables', tag => 'pagination template variables',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Collaboration; package WebGUI::Help::Asset_Collaboration;
our $HELP = { our $HELP = {
'collaboration template labels' => { 'collaboration template labels' => {

View file

@ -1,4 +1,4 @@
package WebGUI::Help::DataForm; package WebGUI::Help::Asset_DataForm;
our $HELP = { our $HELP = {
'data form add/edit' => { 'data form add/edit' => {
@ -7,15 +7,15 @@ our $HELP = {
related => [ related => [
{ {
tag => 'data form fields add/edit', tag => 'data form fields add/edit',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'data form list template', tag => 'data form list template',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'data form template', tag => 'data form template',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -33,11 +33,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'data form template', tag => 'data form template',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'data form add/edit', tag => 'data form add/edit',
namespace => 'DataForm' namespace => 'Asset_DataForm'
} }
] ]
}, },
@ -47,11 +47,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'data form fields add/edit', tag => 'data form fields add/edit',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'data form add/edit', tag => 'data form add/edit',
namespace => 'DataForm' namespace => 'Asset_DataForm'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',
@ -65,7 +65,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'data form add/edit', tag => 'data form add/edit',
namespace => 'DataForm' namespace => 'Asset_DataForm'
} }
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::EventsCalendar; package WebGUI::Help::Asset_EventsCalendar;
our $HELP = { our $HELP = {
'events calendar add/edit' => { 'events calendar add/edit' => {
@ -7,11 +7,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'event add/edit', tag => 'event add/edit',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
}, },
{ {
tag => 'events calendar template', tag => 'events calendar template',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -25,11 +25,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'event template', tag => 'event template',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
}, },
{ {
tag => 'events calendar add/edit', tag => 'events calendar add/edit',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
} }
] ]
}, },
@ -39,7 +39,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'events calendar add/edit', tag => 'events calendar add/edit',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
}, },
{ {
tag => 'pagination template variables', tag => 'pagination template variables',
@ -57,7 +57,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'event add/edit', tag => 'event add/edit',
namespace => 'EventsCalendar' namespace => 'Asset_EventsCalendar'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::File; package WebGUI::Help::Asset_File;
our $HELP = { our $HELP = {
@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'file template', tag => 'file template',
namespace => 'File' namespace => 'Asset_File'
}, },
] ]
}, },
@ -23,11 +23,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'file add/edit', tag => 'file add/edit',
namespace => 'File' namespace => 'Asset_File'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::FilePile; package WebGUI::Help::Asset_FilePile;
our $HELP = { our $HELP = {

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Folder; package WebGUI::Help::Asset_Folder;
our $HELP = { our $HELP = {
@ -16,7 +16,7 @@ our $HELP = {
}, },
{ {
tag => 'folder template', tag => 'folder template',
namespace => 'Folder' namespace => 'Asset_Folder'
}, },
] ]
}, },
@ -27,11 +27,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'folder add/edit', tag => 'folder add/edit',
namespace => 'Folder' namespace => 'Asset_Folder'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::HttpProxy; package WebGUI::Help::Asset_HttpProxy;
our $HELP = { our $HELP = {
'http proxy add/edit' => { 'http proxy add/edit' => {
@ -15,7 +15,7 @@ our $HELP = {
}, },
{ {
tag => 'http proxy template', tag => 'http proxy template',
namespace => 'HttpProxy' namespace => 'Asset_HttpProxy'
}, },
] ]
}, },
@ -26,11 +26,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'http proxy add/edit', tag => 'http proxy add/edit',
namespace => 'HttpProxy' namespace => 'Asset_HttpProxy'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Image; package WebGUI::Help::Asset_Image;
our $HELP = { our $HELP = {
@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'file add/edit', tag => 'file add/edit',
namespace => 'File' namespace => 'Asset_File'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::IndexedSearch; package WebGUI::Help::Asset_IndexedSearch;
our $HELP = { our $HELP = {
'indexed search add/edit' => { 'indexed search add/edit' => {
@ -11,7 +11,7 @@ our $HELP = {
}, },
{ {
tag => 'indexed search template', tag => 'indexed search template',
namespace => 'IndexedSearch' namespace => 'Asset_IndexedSearch'
} }
] ]
}, },
@ -25,7 +25,7 @@ our $HELP = {
}, },
{ {
tag => 'indexed search add/edit', tag => 'indexed search add/edit',
namespace => 'IndexedSearch' namespace => 'Asset_IndexedSearch'
} }
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Layout; package WebGUI::Help::Asset_Layout;
our $HELP = { our $HELP = {
@ -16,7 +16,7 @@ our $HELP = {
}, },
{ {
tag => 'layout template', tag => 'layout template',
namespace => 'Layout' namespace => 'Asset_Layout'
}, },
] ]
}, },
@ -27,11 +27,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'layout add/edit', tag => 'layout add/edit',
namespace => 'Layout' namespace => 'Asset_Layout'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::MessageBoard; package WebGUI::Help::Asset_MessageBoard;
our $HELP = { our $HELP = {
'message board add/edit' => { 'message board add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'message board template', tag => 'message board template',
namespace => 'MessageBoard' namespace => 'Asset_MessageBoard'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Navigation; package WebGUI::Help::Asset_Navigation;
our $HELP = { our $HELP = {
'navigation add/edit' => { 'navigation add/edit' => {
@ -7,15 +7,15 @@ our $HELP = {
related => [ related => [
{ {
tag => 'navigation template', tag => 'navigation template',
namespace => 'Navigation' namespace => 'Asset_Navigation'
}, },
{ {
tag => 'navigation manage', tag => 'navigation manage',
namespace => 'Navigation' namespace => 'Asset_Navigation'
}, },
{ {
tag => 'template add/edit', tag => 'template add/edit',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -25,15 +25,15 @@ our $HELP = {
related => [ related => [
{ {
tag => 'navigation add/edit', tag => 'navigation add/edit',
namespace => 'Navigation' namespace => 'Asset_Navigation'
}, },
{ {
tag => 'navigation manage', tag => 'navigation manage',
namespace => 'Navigation' namespace => 'Asset_Navigation'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -43,11 +43,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'navigation template', tag => 'navigation template',
namespace => 'Navigation' namespace => 'Asset_Navigation'
}, },
{ {
tag => 'navigation add/edit', tag => 'navigation add/edit',
namespace => 'Navigation' namespace => 'Asset_Navigation'
} }
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Poll; package WebGUI::Help::Asset_Poll;
our $HELP = { our $HELP = {
'poll add/edit' => { 'poll add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'poll template', tag => 'poll template',
namespace => 'Poll' namespace => 'Asset_Poll'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -21,7 +21,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'poll add/edit', tag => 'poll add/edit',
namespace => 'Poll' namespace => 'Asset_Poll'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Post; package WebGUI::Help::Asset_Post;
our $HELP = { our $HELP = {
'post add/edit template' => { 'post add/edit template' => {
@ -7,11 +7,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'post template variables', tag => 'post template variables',
namespace => 'Post' namespace => 'Asset_Post'
}, },
] ]
}, },
@ -22,11 +22,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'collaboration template labels', tag => 'collaboration template labels',
namespace => 'Collaboration' namespace => 'Asset_Collaboration'
}, },
] ]
}, },
@ -37,11 +37,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'post template variables', tag => 'post template variables',
namespace => 'Post' namespace => 'Asset_Post'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Product; package WebGUI::Help::Asset_Product;
our $HELP = { our $HELP = {
'product add/edit' => { 'product add/edit' => {
@ -7,27 +7,27 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product related add/edit', tag => 'product related add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product accessory add/edit', tag => 'product accessory add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product benefit add/edit', tag => 'product benefit add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product feature add/edit', tag => 'product feature add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product specification add/edit', tag => 'product specification add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product template', tag => 'product template',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -41,11 +41,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product benefit add/edit', tag => 'product benefit add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
} }
] ]
}, },
@ -55,7 +55,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
} }
] ]
}, },
@ -65,7 +65,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
} }
] ]
}, },
@ -75,7 +75,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
} }
] ]
}, },
@ -85,11 +85,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product feature add/edit', tag => 'product feature add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
} }
] ]
}, },
@ -99,7 +99,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'product add/edit', tag => 'product add/edit',
namespace => 'Product' namespace => 'Asset_Product'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Redirect; package WebGUI::Help::Asset_Redirect;
our $HELP = { our $HELP = {

View file

@ -1,4 +1,4 @@
package WebGUI::Help::SQLReport; package WebGUI::Help::Asset_SQLReport;
our $HELP = { our $HELP = {
'sql report add/edit' => { 'sql report add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'sql report template', tag => 'sql report template',
namespace => 'SQLReport' namespace => 'Asset_SQLReport'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -25,7 +25,7 @@ our $HELP = {
}, },
{ {
tag => 'sql report add/edit', tag => 'sql report add/edit',
namespace => 'SQLReport' namespace => 'Asset_SQLReport'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Shortcut; package WebGUI::Help::Asset_Shortcut;
our $HELP = { our $HELP = {
'shortcut add/edit' => { 'shortcut add/edit' => {
@ -27,7 +27,7 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Snippet; package WebGUI::Help::Asset_Snippet;
our $HELP = { our $HELP = {

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Survey; package WebGUI::Help::Asset_Survey;
our $HELP = { our $HELP = {
'survey add/edit' => { 'survey add/edit' => {
@ -15,27 +15,27 @@ our $HELP = {
}, },
{ {
tag => 'question add/edit', tag => 'question add/edit',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey template', tag => 'survey template',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey template common vars', tag => 'survey template common vars',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'gradebook report template', tag => 'gradebook report template',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey response template', tag => 'survey response template',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'statistical overview report template', tag => 'statistical overview report template',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
] ]
}, },
@ -45,7 +45,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'survey add/edit', tag => 'survey add/edit',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
] ]
}, },
@ -55,11 +55,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'survey template common vars', tag => 'survey template common vars',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey add/edit', tag => 'survey add/edit',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',
@ -73,7 +73,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'survey template', tag => 'survey template',
namespace => 'Survey' namespace => 'Asset_Survey'
} }
] ]
}, },
@ -87,11 +87,11 @@ our $HELP = {
}, },
{ {
tag => 'survey template', tag => 'survey template',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey template common vars', tag => 'survey template common vars',
namespace => 'Survey' namespace => 'Asset_Survey'
} }
] ]
}, },
@ -101,11 +101,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'survey template common vars', tag => 'survey template common vars',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey add/edit', tag => 'survey add/edit',
namespace => 'Survey' namespace => 'Asset_Survey'
} }
] ]
}, },
@ -119,11 +119,11 @@ our $HELP = {
}, },
{ {
tag => 'survey template common vars', tag => 'survey template common vars',
namespace => 'Survey' namespace => 'Asset_Survey'
}, },
{ {
tag => 'survey add/edit', tag => 'survey add/edit',
namespace => 'Survey' namespace => 'Asset_Survey'
} }
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::SyndicatedContent; package WebGUI::Help::Asset_SyndicatedContent;
our $HELP = { our $HELP = {
'syndicated content add/edit' => { 'syndicated content add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'syndicated content template', tag => 'syndicated content template',
namespace => 'SyndicatedContent' namespace => 'Asset_SyndicatedContent'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -25,7 +25,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'syndicated content add/edit', tag => 'syndicated content add/edit',
namespace => 'SyndicatedContent' namespace => 'Asset_SyndicatedContent'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Template; package WebGUI::Help::Asset_Template;
our $HELP = { our $HELP = {
@ -12,15 +12,15 @@ our $HELP = {
}, },
{ {
tag => 'template add/edit', tag => 'template add/edit',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'template delete', tag => 'template delete',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -30,7 +30,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -41,7 +41,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -52,7 +52,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::Help::Thread; package WebGUI::Help::Asset_Thread;
our $HELP = { our $HELP = {
'thread template variables' => { 'thread template variables' => {
@ -7,15 +7,15 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'post template variables', tag => 'post template variables',
namespace => 'Post' namespace => 'Asset_Post'
}, },
{ {
tag => 'collaboration template labels', tag => 'collaboration template labels',
namespace => 'Collaboration' namespace => 'Asset_Collaboration'
}, },
{ {
tag => 'pagination template variables', tag => 'pagination template variables',

View file

@ -1,4 +1,4 @@
package WebGUI::Help::WSClient; package WebGUI::Help::Asset_WSClient;
our $HELP = { our $HELP = {
'ws client add/edit' => { 'ws client add/edit' => {
@ -7,7 +7,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'ws client template', tag => 'ws client template',
namespace => 'WSClient' namespace => 'Asset_WSClient'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
@ -21,7 +21,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'ws client add/edit', tag => 'ws client add/edit',
namespace => 'WSClient' namespace => 'Asset_WSClient'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',

View file

@ -21,11 +21,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -36,11 +36,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
], ],
}, },
@ -51,11 +51,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -66,11 +66,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },

View file

@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'shortcut add/edit', tag => 'shortcut add/edit',
namespace => 'Shortcut' namespace => 'Asset_Shortcut'
}, },
] ]
}, },

View file

@ -12,7 +12,7 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template', namespace => 'Asset_Template',
}, },
] ]
}, },

View file

@ -78,11 +78,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -7,11 +7,11 @@ our $HELP = {
related => [ related => [
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },

View file

@ -54,11 +54,11 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
} }
] ]
}, },
@ -243,7 +243,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'article add/edit', tag => 'article add/edit',
namespace => 'Article' namespace => 'Asset_Article'
}, },
{ {
tag => 'group add/edit', tag => 'group add/edit',
@ -251,11 +251,11 @@ our $HELP = {
}, },
{ {
tag => 'message board add/edit', tag => 'message board add/edit',
namespace => 'MessageBoard' namespace => 'Asset_MessageBoard'
}, },
{ {
tag => 'poll add/edit', tag => 'poll add/edit',
namespace => 'Poll' namespace => 'Asset_Poll'
}, },
{ {
tag => 'settings', tag => 'settings',
@ -279,7 +279,7 @@ our $HELP = {
related => [ related => [
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'theme delete', tag => 'theme delete',
@ -339,7 +339,7 @@ our $HELP = {
}, },
{ {
tag => 'sql report add/edit', tag => 'sql report add/edit',
namespace => 'SQLReport' namespace => 'Asset_SQLReport'
} }
] ]
}, },
@ -357,7 +357,7 @@ our $HELP = {
}, },
{ {
tag => 'sql report add/edit', tag => 'sql report add/edit',
namespace => 'SQLReport' namespace => 'Asset_SQLReport'
} }
] ]
}, },
@ -375,7 +375,7 @@ our $HELP = {
}, },
{ {
tag => 'sql report add/edit', tag => 'sql report add/edit',
namespace => 'SQLReport' namespace => 'Asset_SQLReport'
} }
] ]
}, },

View file

@ -55,49 +55,17 @@ our $HELP = {
title => '827', title => '827',
body => '828', body => '828',
related => [ related => [
{
tag => 'article template',
namespace => 'Article'
},
{
tag => 'data form template',
namespace => 'DataForm'
},
{
tag => 'events calendar template',
namespace => 'EventsCalendar'
},
{
tag => 'message board template',
namespace => 'MessageBoard'
},
{ {
tag => 'pagination template variables', tag => 'pagination template variables',
namespace => 'WebGUI' namespace => 'WebGUI'
}, },
{
tag => 'poll template',
namespace => 'Poll'
},
{
tag => 'product template',
namespace => 'Product'
},
{
tag => 'survey template',
namespace => 'Survey'
},
{
tag => 'syndicated content template',
namespace => 'SyndicatedContent'
},
{ {
tag => 'template language', tag => 'template language',
namespace => 'Template' namespace => 'Asset_Template'
}, },
{ {
tag => 'templates manage', tag => 'templates manage',
namespace => 'Template' namespace => 'Asset_Template'
}, },
] ]
}, },

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Article; package WebGUI::i18n::English::Asset_Article;
our $I18N = { our $I18N = {
'11' => { '11' => {
@ -18,21 +18,21 @@ may only use templates for their own namespace. For example, Articles
can only use templates from the "Article" namespace. Layouts can only can only use templates from the "Article" namespace. Layouts can only
use templates from the "page" namespace. use templates from the "page" namespace.
<p><b>^International("1","Article");</b><br> <p><b>^International("1","Asset_Article");</b><br>
If you wish to add a link to your article, enter the title of the link in this field. If you wish to add a link to your article, enter the title of the link in this field.
<br><br> <br><br>
<i>Example:</i> Google <i>Example:</i> Google
<p><b>^International("8","Article");</b><br> <p><b>^International("8","Asset_Article");</b><br>
If you added a link title, now add the URL (uniform resource locater) here. If you added a link title, now add the URL (uniform resource locater) here.
<br><br> <br><br>
<i>Example:</i> http://www.google.com <i>Example:</i> http://www.google.com
<p><b>^International("10","Article");</b><br> <p><b>^International("10","Asset_Article");</b><br>
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option. If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.
|, |,
lastUpdated => 1110135832, lastUpdated => 1112732053,
}, },
'7' => { '7' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Collaboration; package WebGUI::i18n::English::Asset_Collaboration;
our $I18N = { our $I18N = {
'delete file warning' => { 'delete file warning' => {
@ -480,267 +480,267 @@ our $I18N = {
<p> <p>
<b>add.label</b><br> <b>add.label</b><br>
^International("word","Collaboration"); "^International("add","Collaboration");". ^International("word","Asset_Collaboration"); "^International("add","Asset_Collaboration");".
<p> <p>
<b>addlink.label</b><br> <b>addlink.label</b><br>
^International("phrase","Collaboration"); "^International("addlink","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("addlink","Asset_Collaboration");".
<p> <p>
<b>addquestion.label</b><br> <b>addquestion.label</b><br>
^International("phrase","Collaboration"); "^International("addquestion","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("addquestion","Asset_Collaboration");".
<p> <p>
<b>all.label</b><br> <b>all.label</b><br>
^International("phrase","Collaboration"); "^International("all","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("all","Asset_Collaboration");".
<p> <p>
<b>atleastone.label</b><br> <b>atleastone.label</b><br>
^International("phrase","Collaboration"); "^International("atleastone","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("atleastone","Asset_Collaboration");".
<p> <p>
<b>approve.label</b><br> <b>approve.label</b><br>
^International("word","Collaboration"); "^International("approve","Collaboration");". ^International("word","Asset_Collaboration"); "^International("approve","Asset_Collaboration");".
<p> <p>
<b>answer.label</b><br> <b>answer.label</b><br>
^International("word","Collaboration"); "^International("answer","Collaboration");". ^International("word","Asset_Collaboration"); "^International("answer","Asset_Collaboration");".
<p> <p>
<b>attachment.label</b><br> <b>attachment.label</b><br>
^International("word","Collaboration"); "^International("attachment","Collaboration");". ^International("word","Asset_Collaboration"); "^International("attachment","Asset_Collaboration");".
<p> <p>
<b>by.label</b><br> <b>by.label</b><br>
^International("word","Collaboration"); "^International("by","Collaboration");". ^International("word","Asset_Collaboration"); "^International("by","Asset_Collaboration");".
<p> <p>
<b>body.label</b><br> <b>body.label</b><br>
^International("word","Collaboration"); "^International("body","Collaboration");". ^International("word","Asset_Collaboration"); "^International("body","Asset_Collaboration");".
<p> <p>
<b>back.label</b><br> <b>back.label</b><br>
^International("word","Collaboration"); "^International("back","Collaboration");". ^International("word","Asset_Collaboration"); "^International("back","Asset_Collaboration");".
<p> <p>
<b>compensation.label</b><br> <b>compensation.label</b><br>
^International("word","Collaboration"); "^International("compensation","Collaboration");". ^International("word","Asset_Collaboration"); "^International("compensation","Asset_Collaboration");".
<p> <p>
<b>contentType.label</b><br> <b>contentType.label</b><br>
^International("phrase","Collaboration"); "^International("contentType","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("contentType","Asset_Collaboration");".
<p> <p>
<b>date.label</b><br> <b>date.label</b><br>
^International("word","Collaboration"); "^International("date","Collaboration");". ^International("word","Asset_Collaboration"); "^International("date","Asset_Collaboration");".
<p> <p>
<b>delete.label</b><br> <b>delete.label</b><br>
^International("word","Collaboration"); "^International("delete","Collaboration");". ^International("word","Asset_Collaboration"); "^International("delete","Asset_Collaboration");".
<p> <p>
<b>description.label</b><br> <b>description.label</b><br>
^International("word","Collaboration"); "^International("description","Collaboration");". ^International("word","Asset_Collaboration"); "^International("description","Asset_Collaboration");".
<p> <p>
<b>deny.label</b><br> <b>deny.label</b><br>
^International("word","Collaboration"); "^International("deny","Collaboration");". ^International("word","Asset_Collaboration"); "^International("deny","Asset_Collaboration");".
<p> <p>
<b>edit.label</b><br> <b>edit.label</b><br>
^International("word","Collaboration"); "^International("edit","Collaboration");". ^International("word","Asset_Collaboration"); "^International("edit","Asset_Collaboration");".
<p> <p>
<b>endDate.label</b><br> <b>endDate.label</b><br>
^International("phrase","Collaboration"); "^International("endDate","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("endDate","Asset_Collaboration");".
<p> <p>
<b>exactphrase.label</b><br> <b>exactphrase.label</b><br>
^International("phrase","Collaboration"); "^International("exactPhrase","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("exactPhrase","Asset_Collaboration");".
<p> <p>
<b>image.label</b><br> <b>image.label</b><br>
^International("word","Collaboration"); "^International("image","Collaboration");". ^International("word","Asset_Collaboration"); "^International("image","Asset_Collaboration");".
<p> <p>
<b>job.header.label</b><br> <b>job.header.label</b><br>
^International("phrase","Collaboration"); "^International("edit job","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("edit job","Asset_Collaboration");".
<p> <p>
<b>job.title.label</b><br> <b>job.title.label</b><br>
^International("phrase","Collaboration"); "^International("job title","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("job title","Asset_Collaboration");".
<p> <p>
<b>job.description.label</b><br> <b>job.description.label</b><br>
^International("phrase","Collaboration"); "^International("job description","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("job description","Asset_Collaboration");".
<p> <p>
<b>job.requirements.label</b><br> <b>job.requirements.label</b><br>
^International("phrase","Collaboration"); "^International("job requirements","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("job requirements","Asset_Collaboration");".
<p> <p>
<b>location.label</b><br> <b>location.label</b><br>
^International("word","Collaboration"); "^International("location","Collaboration");". ^International("word","Asset_Collaboration"); "^International("location","Asset_Collaboration");".
<p> <p>
<b>layout.flat.label</b><br> <b>layout.flat.label</b><br>
^International("word","Collaboration"); "^International("flatLayout","Collaboration");". ^International("word","Asset_Collaboration"); "^International("flatLayout","Asset_Collaboration");".
<p> <p>
<b>link.header.label</b><br> <b>link.header.label</b><br>
^International("phrase","Collaboration"); "^International("edit link","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("edit link","Asset_Collaboration");".
<p> <p>
<b>lastReply.label</b><br> <b>lastReply.label</b><br>
^International("phrase","Collaboration"); "^International("lastReply","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("lastReply","Asset_Collaboration");".
<p> <p>
<b>lock.label</b><br> <b>lock.label</b><br>
^International("word","Collaboration"); "^International("lock","Collaboration");". ^International("word","Asset_Collaboration"); "^International("lock","Asset_Collaboration");".
<p> <p>
<b>layout.label</b><br> <b>layout.label</b><br>
^International("word","Collaboration"); "^International("layout","Collaboration");". ^International("word","Asset_Collaboration"); "^International("layout","Asset_Collaboration");".
<p> <p>
<b>message.header.label</b><br> <b>message.header.label</b><br>
^International("phrase","Collaboration"); "^International("edit message","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("edit message","Asset_Collaboration");".
<p> <p>
<b>message.label</b><br> <b>message.label</b><br>
^International("word","Collaboration"); "^International("message","Collaboration");". ^International("word","Asset_Collaboration"); "^International("message","Asset_Collaboration");".
<p> <p>
<b>next.label</b><br> <b>next.label</b><br>
^International("word","Collaboration"); "^International("next","Collaboration");". ^International("word","Asset_Collaboration"); "^International("next","Asset_Collaboration");".
<p> <p>
<b>newWindow.label</b><br> <b>newWindow.label</b><br>
^International("phrase","Collaboration"); "^International("new window","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("new window","Asset_Collaboration");".
<p> <p>
<b>layout.nested.label</b><br> <b>layout.nested.label</b><br>
^International("word","Collaboration"); "^International("nested","Collaboration");". ^International("word","Asset_Collaboration"); "^International("nested","Asset_Collaboration");".
<p> <p>
<b>previous.label</b><br> <b>previous.label</b><br>
^International("word","Collaboration"); "^International("previous","Collaboration");". ^International("word","Asset_Collaboration"); "^International("previous","Asset_Collaboration");".
<p> <p>
<b>post.label</b><br> <b>post.label</b><br>
^International("word","Collaboration"); "^International("post","Collaboration");". ^International("word","Asset_Collaboration"); "^International("post","Asset_Collaboration");".
<p> <p>
<b>question.label</b><br> <b>question.label</b><br>
^International("word","Collaboration"); "^International("question","Collaboration");". ^International("word","Asset_Collaboration"); "^International("question","Asset_Collaboration");".
<p> <p>
<b>question.header.label</b><br> <b>question.header.label</b><br>
^International("phrase","Collaboration"); "^International("edit question","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("edit question","Asset_Collaboration");".
<p> <p>
<b>rating.label</b><br> <b>rating.label</b><br>
^International("word","Collaboration"); "^International("rating","Collaboration");". ^International("word","Asset_Collaboration"); "^International("rating","Asset_Collaboration");".
<p> <p>
<b>rate.label</b><br> <b>rate.label</b><br>
^International("word","Collaboration"); "^International("rate","Collaboration");". ^International("word","Asset_Collaboration"); "^International("rate","Asset_Collaboration");".
<p> <p>
<b>reply.label</b><br> <b>reply.label</b><br>
^International("word","Collaboration"); "^International("reply","Collaboration");". ^International("word","Asset_Collaboration"); "^International("reply","Asset_Collaboration");".
<p> <p>
<b>replies.label</b><br> <b>replies.label</b><br>
^International("word","Collaboration"); "^International("replies","Collaboration");". ^International("word","Asset_Collaboration"); "^International("replies","Asset_Collaboration");".
<p> <p>
<b>readmore.label</b><br> <b>readmore.label</b><br>
^International("phrase","Collaboration"); "^International("read more","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("read more","Asset_Collaboration");".
<p> <p>
<b>responses.label</b><br> <b>responses.label</b><br>
^International("word","Collaboration"); "^International("responses","Collaboration");". ^International("word","Asset_Collaboration"); "^International("responses","Asset_Collaboration");".
<p> <p>
<b>results.label</b><br> <b>results.label</b><br>
^International("word","Collaboration"); "^International("results","Collaboration");". ^International("word","Asset_Collaboration"); "^International("results","Asset_Collaboration");".
<p> <p>
<b>search.label</b><br> <b>search.label</b><br>
^International("word","Collaboration"); "^International("search","Collaboration");". ^International("word","Asset_Collaboration"); "^International("search","Asset_Collaboration");".
<p> <p>
<b>subject.label</b><br> <b>subject.label</b><br>
^International("word","Collaboration"); "^International("subject","Collaboration");". ^International("word","Asset_Collaboration"); "^International("subject","Asset_Collaboration");".
<p> <p>
<b>subscribe.label</b><br> <b>subscribe.label</b><br>
^International("word","Collaboration"); "^International("subscribe","Collaboration");". ^International("word","Asset_Collaboration"); "^International("subscribe","Asset_Collaboration");".
<p> <p>
<b>submission.header.label</b><br> <b>submission.header.label</b><br>
^International("phrase","Collaboration"); "^International("edit submission","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("edit submission","Asset_Collaboration");".
<p> <p>
<b>startDate.label</b><br> <b>startDate.label</b><br>
^International("phrase","Collaboration"); "^International("start date","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("start date","Asset_Collaboration");".
<p> <p>
<b>stick.label</b><br> <b>stick.label</b><br>
^International("phrase","Collaboration"); "^International("sticky","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("sticky","Asset_Collaboration");".
<p> <p>
<b>status.label</b><br> <b>status.label</b><br>
^International("word","Collaboration"); "^International("status","Collaboration");". ^International("word","Asset_Collaboration"); "^International("status","Asset_Collaboration");".
<p> <p>
<b>synopsis.label</b><br> <b>synopsis.label</b><br>
^International("word","Collaboration"); "^International("synopsis","Collaboration");". ^International("word","Asset_Collaboration"); "^International("synopsis","Asset_Collaboration");".
<p> <p>
<b>thumbnail.label</b><br> <b>thumbnail.label</b><br>
^International("word","Collaboration"); "^International("thumbnail","Collaboration");". ^International("word","Asset_Collaboration"); "^International("thumbnail","Asset_Collaboration");".
<p> <p>
<b>title.label</b><br> <b>title.label</b><br>
^International("word","Collaboration"); "^International("title","Collaboration");". ^International("word","Asset_Collaboration"); "^International("title","Asset_Collaboration");".
<p> <p>
<b>layout.threaded.label</b><br> <b>layout.threaded.label</b><br>
^International("word","Collaboration"); "^International("threaded","Collaboration");". ^International("word","Asset_Collaboration"); "^International("threaded","Asset_Collaboration");".
<p> <p>
<b>unlock.label</b><br> <b>unlock.label</b><br>
^International("word","Collaboration"); "^International("unlock","Collaboration");". ^International("word","Asset_Collaboration"); "^International("unlock","Asset_Collaboration");".
<p> <p>
<b>unstick.label</b><br> <b>unstick.label</b><br>
^International("word","Collaboration"); "^International("unstick","Collaboration");". ^International("word","Asset_Collaboration"); "^International("unstick","Asset_Collaboration");".
<p> <p>
<b>unsubscribe.label</b><br> <b>unsubscribe.label</b><br>
^International("word","Collaboration"); "^International("unsubscribe","Collaboration");". ^International("word","Asset_Collaboration"); "^International("unsubscribe","Asset_Collaboration");".
<p> <p>
<b>url.label</b><br> <b>url.label</b><br>
^International("word","Collaboration"); "^International("url","Collaboration");". ^International("word","Asset_Collaboration"); "^International("url","Asset_Collaboration");".
<p> <p>
<b>user.label</b><br> <b>user.label</b><br>
^International("word","Collaboration"); "^International("user","Collaboration");". ^International("word","Asset_Collaboration"); "^International("user","Asset_Collaboration");".
<p> <p>
<b>views.label</b><br> <b>views.label</b><br>
^International("word","Collaboration"); "^International("views","Collaboration");". ^International("word","Asset_Collaboration"); "^International("views","Asset_Collaboration");".
<p> <p>
<b>visitorName.label</b><br> <b>visitorName.label</b><br>
^International("phrase","Collaboration"); "^International("visitor","Collaboration");". ^International("phrase","Asset_Collaboration"); "^International("visitor","Asset_Collaboration");".
<p> <p>
<b>without.label</b><br> <b>without.label</b><br>
^International("word","Collaboration"); "^International("without","Collaboration");". ^International("word","Asset_Collaboration"); "^International("without","Asset_Collaboration");".
<p> <p>

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::DataForm; package WebGUI::i18n::English::Asset_DataForm;
our $I18N = { our $I18N = {
'90' => { '90' => {
@ -23,11 +23,11 @@ can add additional fields to the DataForm, create multiple tabs, or use the Data
as a web form to email gateway. as a web form to email gateway.
<p> Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets. They also have these unique properties: <p> Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets. They also have these unique properties:
<p> <p>
<b>^International("16","DataForm");</b><br> <b>^International("16","Asset_DataForm");</b><br>
This message will be displayed to the user after they submit their data.. This message will be displayed to the user after they submit their data..
<p> <p>
<b>^International("74","DataForm");</b></br> <b>^International("74","Asset_DataForm");</b></br>
If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any data entered into the form to a person of your choice. By default the new fields are "Hidden" so that If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any data entered into the form to a person of your choice. By default the new fields are "Hidden" so that
they can't be edited by the user. they can't be edited by the user.
<p> <p>
@ -38,19 +38,19 @@ they can't be edited by the user.
Choose a template for your form. Choose a template for your form.
<p> <p>
<b>^International("81","DataForm");</b><br> <b>^International("81","Asset_DataForm");</b><br>
Choose a template for the data that will be sent via email. Choose a template for the data that will be sent via email.
<p> <p>
<b>^International("81","DataForm");</b><br> <b>^International("81","Asset_DataForm");</b><br>
Choose a template that will be used to display the acknowledgment. Choose a template that will be used to display the acknowledgment.
<p> <p>
<b>^International("87","DataForm");</b><br> <b>^International("87","Asset_DataForm");</b><br>
Choose a template that will be used to display the list of stored records in this Data Form. Choose a template that will be used to display the list of stored records in this Data Form.
<p> <p>
<b>^International("744","DataForm");</b><br> <b>^International("744","Asset_DataForm");</b><br>
After creating the Data Form, you may either begin to add fields to it After creating the Data Form, you may either begin to add fields to it
or to return to the page where the it was created. or to return to the page where the it was created.
@ -60,23 +60,23 @@ for the Data Form Template and to include the variables that enable these
functions: functions:
<p> <p>
<b>^International("76","DataForm");</b><br> <b>^International("76","Asset_DataForm");</b><br>
Add a field to a Data Form. Add a field to a Data Form.
<p> <p>
<b>^International("105","DataForm");</b><br> <b>^International("105","Asset_DataForm");</b><br>
Add a tab to a Data Form. Add a tab to a Data Form.
<p> <p>
<b>^International("86","DataForm");</b><br> <b>^International("86","Asset_DataForm");</b><br>
List all data that has been entered into the Data Form. List all data that has been entered into the Data Form.
<p> <p>
<b>^International("76","DataForm");</b><br> <b>^International("76","Asset_DataForm");</b><br>
Export the data from the Data Form in tab deliniated format. Export the data from the Data Form in tab deliniated format.
|, |,
lastUpdated => 1110514269, lastUpdated => 1112732067,
}, },
'editField-vertical-label' => { 'editField-vertical-label' => {
@ -128,60 +128,60 @@ Export the data from the Data Form in tab deliniated format.
message => q|<p>You may add as many additional fields to your Data Form as you like. message => q|<p>You may add as many additional fields to your Data Form as you like.
<p> <p>
<b>^International("104","DataForm");</b><br> <b>^International("104","Asset_DataForm");</b><br>
When the form has multiple tabs, defines which tab of the form that the When the form has multiple tabs, defines which tab of the form that the
field is displayed in. Otherwise, all fields are displayed on the same field is displayed in. Otherwise, all fields are displayed on the same
page. page.
<p> <p>
<b>^International("77","DataForm");</b><br> <b>^International("77","Asset_DataForm");</b><br>
This is an informative text label to let the user know what this field represents. This is an informative text label to let the user know what this field represents.
<p> <p>
<b>^International("102","DataForm");</b><br> <b>^International("102","Asset_DataForm");</b><br>
An extension of the label, this is a description of what should go in the field or optional instructions for the field. An extension of the label, this is a description of what should go in the field or optional instructions for the field.
<p> <p>
<b>^International("21","DataForm");</b><br> <b>^International("21","Asset_DataForm");</b><br>
The name of this field. It must be unique among all of the other fields on your form. The name of this field. It must be unique among all of the other fields on your form.
<p> <p>
<b>^International("22","DataForm");</b><br> <b>^International("22","Asset_DataForm");</b><br>
Hidden fields will not be visible to the user, but will be sent in the email. Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user. Hidden fields will not be visible to the user, but will be sent in the email. Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.
If you choose Hidden or Displayed, be sure to fill in a Default Value. If you choose Hidden or Displayed, be sure to fill in a Default Value.
<p> <p>
<b>^International("23","DataForm");</b><br> <b>^International("23","Asset_DataForm");</b><br>
Choose the type of form element for this field. This is also used Choose the type of form element for this field. This is also used
to validate any input that the user may supply. to validate any input that the user may supply.
<p> <p>
<b>^International("8","DataForm");</b><br> <b>^International("8","Asset_DataForm");</b><br>
Set the number of characters wide this form field will be. Set the number of characters wide this form field will be.
<p> <p>
<b>^International("27","DataForm");</b><br> <b>^International("27","Asset_DataForm");</b><br>
Set the number of characters tall this form field will be. Only used on textareas and HTMLAreas. Set the number of characters tall this form field will be. Only used on textareas and HTMLAreas.
<p> <p>
<b>^International("editField-vertical-label","DataForm");</b><br> <b>^International("editField-vertical-label","Asset_DataForm");</b><br>
This property controls whether radio buttons and checklists are laid out horizontally or vertically. This property controls whether radio buttons and checklists are laid out horizontally or vertically.
<p> <p>
<b>^International("editField-extras-label","DataForm");</b><br> <b>^International("editField-extras-label","Asset_DataForm");</b><br>
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'. Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'.
<p> <p>
<b>^International("24","DataForm");</b><br> <b>^International("24","Asset_DataForm");</b><br>
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line. This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.
<p> <p>
<b>^International("25","DataForm");</b><br> <b>^International("25","Asset_DataForm");</b><br>
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No". Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".
<p> <p>
|, |,
lastUpdated => 1110514660, lastUpdated => 1112732072,
}, },
'16' => { '16' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::EventsCalendar; package WebGUI::i18n::English::Asset_EventsCalendar;
our $I18N = { our $I18N = {
'500' => { '500' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::File; package WebGUI::i18n::English::Asset_File;
our $I18N = { our $I18N = {
'file add/edit title' => { 'file add/edit title' => {
@ -11,11 +11,11 @@ our $I18N = {
<P>Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:</P> <P>Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:</P>
<P><b>^International("new file","File");</b><br/> <P><b>^International("new file","Asset_File");</b><br/>
Enter the path to a file, or use the "Browse" button to find a file on your local hard Enter the path to a file, or use the "Browse" button to find a file on your local hard
drive that you would like to be uploaded. drive that you would like to be uploaded.
<P><b>^International("current file","File");</b><br/> <P><b>^International("current file","Asset_File");</b><br/>
If this Asset already contains a file, a link to the file with its associated icon will be shown. If this Asset already contains a file, a link to the file with its associated icon will be shown.
|, |,

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::FilePile; package WebGUI::i18n::English::Asset_FilePile;
our $I18N = { our $I18N = {
'file pile add/edit title' => { 'file pile add/edit title' => {
@ -48,7 +48,7 @@ Choose the group that can edit this page. The group assigned editing rights can
</p> </p>
<p> <p>
<b>^International("upload files","FilePile");</b><br> <b>^International("upload files","Asset_FilePile");</b><br>
This is where files can be uploaded from your computer. This is where files can be uploaded from your computer.
</p> </p>

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Folder; package WebGUI::i18n::English::Asset_Folder;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::HttpProxy; package WebGUI::i18n::English::Asset_HttpProxy;
our $I18N = { our $I18N = {
'6' => { '6' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Image; package WebGUI::i18n::English::Asset_Image;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::IndexedSearch; package WebGUI::i18n::English::Asset_IndexedSearch;
our $I18N = { our $I18N = {
'11' => { '11' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Layout; package WebGUI::i18n::English::Asset_Layout;
our $I18N = { our $I18N = {
'layout add/edit title' => { 'layout add/edit title' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::MessageBoard; package WebGUI::i18n::English::Asset_MessageBoard;
our $I18N = { our $I18N = {
'74' => { '74' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Navigation; package WebGUI::i18n::English::Asset_Navigation;
our $I18N = { our $I18N = {
'32' => { '32' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Poll; package WebGUI::i18n::English::Asset_Poll;
our $I18N = { our $I18N = {
'74' => { '74' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Post; package WebGUI::i18n::English::Asset_Post;
our $I18N = { our $I18N = {
'add/edit post template title' => { 'add/edit post template title' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Product; package WebGUI::i18n::English::Asset_Product;
our $I18N = { our $I18N = {
'33' => { '33' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Redirect; package WebGUI::i18n::English::Asset_Redirect;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::SQLReport; package WebGUI::i18n::English::Asset_SQLReport;
our $I18N = { our $I18N = {
'11' => { '11' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Shortcut; package WebGUI::i18n::English::Asset_Shortcut;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Snippet; package WebGUI::i18n::English::Asset_Snippet;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Survey; package WebGUI::i18n::English::Asset_Survey;
our $I18N = { our $I18N = {
'32' => { '32' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::SyndicatedContent; package WebGUI::i18n::English::Asset_SyndicatedContent;
our $I18N = { our $I18N = {
'3' => { '3' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Template; package WebGUI::i18n::English::Asset_Template;
our $I18N = { our $I18N = {
'namespace' => { 'namespace' => {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::Thread; package WebGUI::i18n::English::Asset_Thread;
our $I18N = { our $I18N = {

View file

@ -1,4 +1,4 @@
package WebGUI::i18n::English::WSClient; package WebGUI::i18n::English::Asset_WSClient;
our $I18N = { our $I18N = {
'35' => { '35' => {
@ -27,45 +27,45 @@ our $I18N = {
<b>SOAP URI/WSDL</b><br> <b>SOAP URI/WSDL</b><br>
From the SOAP::Lite man page, "URIs are just identifiers. They may look like URLs, but they are not guaranteed to point to anywhere and shouldn't be used as such pointers. URIs assume to be unique within the space of all XML documents, so consider them as unique identifiers and nothing else." If you specify a URI, you probably also need a proxy below. Alternatively, you can specify a WSDL file in place of a URI. This file refers to a real location at which a SOAP service description can be downloaded and used. For our purposes, the file must end in ".wsdl" to be properly recognized. If you use a WSDL file, you probably don't need to specify a proxy.<p></p> From the SOAP::Lite man page, "URIs are just identifiers. They may look like URLs, but they are not guaranteed to point to anywhere and shouldn't be used as such pointers. URIs assume to be unique within the space of all XML documents, so consider them as unique identifiers and nothing else." If you specify a URI, you probably also need a proxy below. Alternatively, you can specify a WSDL file in place of a URI. This file refers to a real location at which a SOAP service description can be downloaded and used. For our purposes, the file must end in ".wsdl" to be properly recognized. If you use a WSDL file, you probably don't need to specify a proxy.<p></p>
<b>^International(3,"WSClient");</b><br> <b>^International(3,"Asset_WSClient");</b><br>
The SOAP proxy is the full name of the server and/or script that is listening for SOAP calls. For example: The SOAP proxy is the full name of the server and/or script that is listening for SOAP calls. For example:
<code>http://mydomain.com/cgi-bin/soaplistener.pl</code><p></p> <code>http://mydomain.com/cgi-bin/soaplistener.pl</code><p></p>
<b>^International(4,"WSClient");</b><br> <b>^International(4,"Asset_WSClient");</b><br>
The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.<p></p> The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.<p></p>
<b>^International(16,"WSClient");</b><br> <b>^International(16,"Asset_WSClient");</b><br>
If <i>soapHttpHeaderOverride</i> is set in the WebGUI configuration file, then this If <i>soapHttpHeaderOverride</i> is set in the WebGUI configuration file, then this
property allows you to override the default MIME type for this page. property allows you to override the default MIME type for this page.
<b>^International(5,"WSClient");</b><br> <b>^International(5,"Asset_WSClient");</b><br>
If your SOAP call requires any additional parameters, include them here as a valid Perl hash, array or scalar. For example: <code>'userid' => '12', companyid => '&#94;FormParam("companyid"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.'</code>.<p></p> If your SOAP call requires any additional parameters, include them here as a valid Perl hash, array or scalar. For example: <code>'userid' => '12', companyid => '&#94;FormParam("companyid"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.'</code>.<p></p>
<b>^International(11,"WSClient");</b><br> <b>^International(11,"Asset_WSClient");</b><br>
Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable "targetWobjects" specifying the name of the SOAP call to force execution. If current cached results already exist for this wobject they will be returned regardless. If you don't want <i>any</i> results returned no matter what, see the Tricks section below.<p></p> Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable "targetWobjects" specifying the name of the SOAP call to force execution. If current cached results already exist for this wobject they will be returned regardless. If you don't want <i>any</i> results returned no matter what, see the Tricks section below.<p></p>
<b>^International(913,"WebGUI");</b><br> <b>^International(913,"WebGUI");</b><br>
Choose a layout for this SOAP client.<p></p> Choose a layout for this SOAP client.<p></p>
<b>^International(8,"WSClient");</b><br> <b>^International(8,"Asset_WSClient");</b><br>
If you're using WebGUI macros in your query you'll want to check this box.<p></p> If you're using WebGUI macros in your query you'll want to check this box.<p></p>
<b>^International(13,"WSClient");</b><br> <b>^International(13,"Asset_WSClient");</b><br>
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?<p></p> How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?<p></p>
<b>^International(14,"WSClient");</b><br> <b>^International(14,"Asset_WSClient");</b><br>
Because a SOAP call can return complex data structures, you'll need to specify which named variable is to be paginated. If none is specified, no pagination will occur.<p></p> Because a SOAP call can return complex data structures, you'll need to specify which named variable is to be paginated. If none is specified, no pagination will occur.<p></p>
<b>^International(9,"WSClient");</b><br> <b>^International(9,"Asset_WSClient");</b><br>
If you want to display debugging and error messages on the page, check this box.<p></p> If you want to display debugging and error messages on the page, check this box.<p></p>
<b>^International(15,"WSClient");</b><br /> <b>^International(15,"Asset_WSClient");</b><br />
This option will only display if you have Data::Structure::Util installed. SOAP calls return UTF8 strings even if they may not have UTF8 characters within them. This converts UTF8 characters to that there aren't collisions with any character sets specified in the page header. Decoding is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.<p></p> This option will only display if you have Data::Structure::Util installed. SOAP calls return UTF8 strings even if they may not have UTF8 characters within them. This converts UTF8 characters to that there aren't collisions with any character sets specified in the page header. Decoding is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.<p></p>
<b>^International(28,"WSClient");</b><br /> <b>^International(28,"Asset_WSClient");</b><br />
By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.<p></p> By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.<p></p>
<b>^International(27,"WSClient");</b><br /> <b>^International(27,"Asset_WSClient");</b><br />
Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.<p></p> Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.<p></p>
A few other tricks... A few other tricks...