move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
|
|
@ -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 /g; #Separate acronyms
|
||||
$tag = lc $tag;
|
||||
$namespace = join '', 'Asset_', $namespace;
|
||||
{ tag => "$tag add/edit",
|
||||
namespace => $namespace }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Article;
|
||||
package WebGUI::Help::Asset_Article;
|
||||
|
||||
our $HELP = {
|
||||
'article add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'article template',
|
||||
namespace => 'Article'
|
||||
namespace => 'Asset_Article'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -25,7 +25,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'article add/edit',
|
||||
namespace => 'Article'
|
||||
namespace => 'Asset_Article'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Collaboration;
|
||||
package WebGUI::Help::Asset_Collaboration;
|
||||
|
||||
our $HELP = {
|
||||
'collaboration template labels' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::DataForm;
|
||||
package WebGUI::Help::Asset_DataForm;
|
||||
|
||||
our $HELP = {
|
||||
'data form add/edit' => {
|
||||
|
|
@ -7,15 +7,15 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'data form fields add/edit',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form list template',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form template',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -33,11 +33,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'data form template',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -47,11 +47,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'data form fields add/edit',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -65,7 +65,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'DataForm'
|
||||
namespace => 'Asset_DataForm'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::EventsCalendar;
|
||||
package WebGUI::Help::Asset_EventsCalendar;
|
||||
|
||||
our $HELP = {
|
||||
'events calendar add/edit' => {
|
||||
|
|
@ -7,11 +7,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'event add/edit',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'events calendar template',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -25,11 +25,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'event template',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'events calendar add/edit',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -39,7 +39,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'events calendar add/edit',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -57,7 +57,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'event add/edit',
|
||||
namespace => 'EventsCalendar'
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::File;
|
||||
package WebGUI::Help::Asset_File;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'file template',
|
||||
namespace => 'File'
|
||||
namespace => 'Asset_File'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -23,11 +23,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'File'
|
||||
namespace => 'Asset_File'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::FilePile;
|
||||
package WebGUI::Help::Asset_FilePile;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Folder;
|
||||
package WebGUI::Help::Asset_Folder;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'folder template',
|
||||
namespace => 'Folder'
|
||||
namespace => 'Asset_Folder'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -27,11 +27,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'folder add/edit',
|
||||
namespace => 'Folder'
|
||||
namespace => 'Asset_Folder'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::HttpProxy;
|
||||
package WebGUI::Help::Asset_HttpProxy;
|
||||
|
||||
our $HELP = {
|
||||
'http proxy add/edit' => {
|
||||
|
|
@ -15,7 +15,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'http proxy template',
|
||||
namespace => 'HttpProxy'
|
||||
namespace => 'Asset_HttpProxy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -26,11 +26,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'http proxy add/edit',
|
||||
namespace => 'HttpProxy'
|
||||
namespace => 'Asset_HttpProxy'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Image;
|
||||
package WebGUI::Help::Asset_Image;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'File'
|
||||
namespace => 'Asset_File'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::IndexedSearch;
|
||||
package WebGUI::Help::Asset_IndexedSearch;
|
||||
|
||||
our $HELP = {
|
||||
'indexed search add/edit' => {
|
||||
|
|
@ -11,7 +11,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'indexed search template',
|
||||
namespace => 'IndexedSearch'
|
||||
namespace => 'Asset_IndexedSearch'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -25,7 +25,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'indexed search add/edit',
|
||||
namespace => 'IndexedSearch'
|
||||
namespace => 'Asset_IndexedSearch'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Layout;
|
||||
package WebGUI::Help::Asset_Layout;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'layout template',
|
||||
namespace => 'Layout'
|
||||
namespace => 'Asset_Layout'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -27,11 +27,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'layout add/edit',
|
||||
namespace => 'Layout'
|
||||
namespace => 'Asset_Layout'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::MessageBoard;
|
||||
package WebGUI::Help::Asset_MessageBoard;
|
||||
|
||||
our $HELP = {
|
||||
'message board add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'message board template',
|
||||
namespace => 'MessageBoard'
|
||||
namespace => 'Asset_MessageBoard'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Navigation;
|
||||
package WebGUI::Help::Asset_Navigation;
|
||||
|
||||
our $HELP = {
|
||||
'navigation add/edit' => {
|
||||
|
|
@ -7,15 +7,15 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'template add/edit',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -25,15 +25,15 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -43,11 +43,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Navigation'
|
||||
namespace => 'Asset_Navigation'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Poll;
|
||||
package WebGUI::Help::Asset_Poll;
|
||||
|
||||
our $HELP = {
|
||||
'poll add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'poll template',
|
||||
namespace => 'Poll'
|
||||
namespace => 'Asset_Poll'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -21,7 +21,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'poll add/edit',
|
||||
namespace => 'Poll'
|
||||
namespace => 'Asset_Poll'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Post;
|
||||
package WebGUI::Help::Asset_Post;
|
||||
|
||||
our $HELP = {
|
||||
'post add/edit template' => {
|
||||
|
|
@ -7,11 +7,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Post'
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -22,11 +22,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Collaboration'
|
||||
namespace => 'Asset_Collaboration'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -37,11 +37,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Post'
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Product;
|
||||
package WebGUI::Help::Asset_Product;
|
||||
|
||||
our $HELP = {
|
||||
'product add/edit' => {
|
||||
|
|
@ -7,27 +7,27 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product related add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product accessory add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product specification add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product template',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -41,11 +41,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -55,7 +55,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -65,7 +65,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -75,7 +75,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -85,11 +85,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -99,7 +99,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Product'
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Redirect;
|
||||
package WebGUI::Help::Asset_Redirect;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::SQLReport;
|
||||
package WebGUI::Help::Asset_SQLReport;
|
||||
|
||||
our $HELP = {
|
||||
'sql report add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'sql report template',
|
||||
namespace => 'SQLReport'
|
||||
namespace => 'Asset_SQLReport'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -25,7 +25,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'SQLReport'
|
||||
namespace => 'Asset_SQLReport'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Shortcut;
|
||||
package WebGUI::Help::Asset_Shortcut;
|
||||
|
||||
our $HELP = {
|
||||
'shortcut add/edit' => {
|
||||
|
|
@ -27,7 +27,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
|
||||
]
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Snippet;
|
||||
package WebGUI::Help::Asset_Snippet;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Survey;
|
||||
package WebGUI::Help::Asset_Survey;
|
||||
|
||||
our $HELP = {
|
||||
'survey add/edit' => {
|
||||
|
|
@ -15,27 +15,27 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'question add/edit',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey template common vars',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'gradebook report template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey response template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'statistical overview report template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -45,7 +45,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -55,11 +55,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'survey template common vars',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -73,7 +73,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'survey template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -87,11 +87,11 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'survey template',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey template common vars',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -101,11 +101,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'survey template common vars',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -119,11 +119,11 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'survey template common vars',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Survey'
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::SyndicatedContent;
|
||||
package WebGUI::Help::Asset_SyndicatedContent;
|
||||
|
||||
our $HELP = {
|
||||
'syndicated content add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'syndicated content template',
|
||||
namespace => 'SyndicatedContent'
|
||||
namespace => 'Asset_SyndicatedContent'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -25,7 +25,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'syndicated content add/edit',
|
||||
namespace => 'SyndicatedContent'
|
||||
namespace => 'Asset_SyndicatedContent'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Template;
|
||||
package WebGUI::Help::Asset_Template;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
|
|
@ -12,15 +12,15 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template add/edit',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'template delete',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -30,7 +30,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -41,7 +41,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -52,7 +52,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::Thread;
|
||||
package WebGUI::Help::Asset_Thread;
|
||||
|
||||
our $HELP = {
|
||||
'thread template variables' => {
|
||||
|
|
@ -7,15 +7,15 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Post'
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Collaboration'
|
||||
namespace => 'Asset_Collaboration'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Help::WSClient;
|
||||
package WebGUI::Help::Asset_WSClient;
|
||||
|
||||
our $HELP = {
|
||||
'ws client add/edit' => {
|
||||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'ws client template',
|
||||
namespace => 'WSClient'
|
||||
namespace => 'Asset_WSClient'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
|
|
@ -21,7 +21,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'ws client add/edit',
|
||||
namespace => 'WSClient'
|
||||
namespace => 'Asset_WSClient'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
|
|
@ -21,11 +21,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -36,11 +36,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
@ -51,11 +51,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -66,11 +66,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'shortcut add/edit',
|
||||
namespace => 'Shortcut'
|
||||
namespace => 'Asset_Shortcut'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -78,11 +78,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -54,11 +54,11 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -243,7 +243,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'article add/edit',
|
||||
namespace => 'Article'
|
||||
namespace => 'Asset_Article'
|
||||
},
|
||||
{
|
||||
tag => 'group add/edit',
|
||||
|
|
@ -251,11 +251,11 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'message board add/edit',
|
||||
namespace => 'MessageBoard'
|
||||
namespace => 'Asset_MessageBoard'
|
||||
},
|
||||
{
|
||||
tag => 'poll add/edit',
|
||||
namespace => 'Poll'
|
||||
namespace => 'Asset_Poll'
|
||||
},
|
||||
{
|
||||
tag => 'settings',
|
||||
|
|
@ -279,7 +279,7 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'theme delete',
|
||||
|
|
@ -339,7 +339,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'SQLReport'
|
||||
namespace => 'Asset_SQLReport'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -357,7 +357,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'SQLReport'
|
||||
namespace => 'Asset_SQLReport'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -375,7 +375,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'SQLReport'
|
||||
namespace => 'Asset_SQLReport'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -55,49 +55,17 @@ our $HELP = {
|
|||
title => '827',
|
||||
body => '828',
|
||||
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',
|
||||
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',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'templates manage',
|
||||
namespace => 'Template'
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Article;
|
||||
package WebGUI::i18n::English::Asset_Article;
|
||||
|
||||
our $I18N = {
|
||||
'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
|
||||
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.
|
||||
<br><br>
|
||||
<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.
|
||||
<br><br>
|
||||
<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.
|
||||
|
||||
|,
|
||||
lastUpdated => 1110135832,
|
||||
lastUpdated => 1112732053,
|
||||
},
|
||||
|
||||
'7' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Collaboration;
|
||||
package WebGUI::i18n::English::Asset_Collaboration;
|
||||
|
||||
our $I18N = {
|
||||
'delete file warning' => {
|
||||
|
|
@ -480,267 +480,267 @@ our $I18N = {
|
|||
<p>
|
||||
|
||||
<b>add.label</b><br>
|
||||
^International("word","Collaboration"); "^International("add","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("add","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>addlink.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("addlink","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("addlink","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>addquestion.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("addquestion","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("addquestion","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>all.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("all","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("all","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>atleastone.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("atleastone","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("atleastone","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>approve.label</b><br>
|
||||
^International("word","Collaboration"); "^International("approve","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("approve","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>answer.label</b><br>
|
||||
^International("word","Collaboration"); "^International("answer","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("answer","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>attachment.label</b><br>
|
||||
^International("word","Collaboration"); "^International("attachment","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("attachment","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>by.label</b><br>
|
||||
^International("word","Collaboration"); "^International("by","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("by","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>body.label</b><br>
|
||||
^International("word","Collaboration"); "^International("body","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("body","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>back.label</b><br>
|
||||
^International("word","Collaboration"); "^International("back","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("back","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>compensation.label</b><br>
|
||||
^International("word","Collaboration"); "^International("compensation","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("compensation","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>contentType.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("contentType","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("contentType","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>date.label</b><br>
|
||||
^International("word","Collaboration"); "^International("date","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("date","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>delete.label</b><br>
|
||||
^International("word","Collaboration"); "^International("delete","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("delete","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>description.label</b><br>
|
||||
^International("word","Collaboration"); "^International("description","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("description","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>deny.label</b><br>
|
||||
^International("word","Collaboration"); "^International("deny","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("deny","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>edit.label</b><br>
|
||||
^International("word","Collaboration"); "^International("edit","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("edit","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>endDate.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("endDate","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("endDate","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>exactphrase.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("exactPhrase","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("exactPhrase","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>image.label</b><br>
|
||||
^International("word","Collaboration"); "^International("image","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("image","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>job.header.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("edit job","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("edit job","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>job.title.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("job title","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("job title","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>job.description.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("job description","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("job description","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>job.requirements.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("job requirements","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("job requirements","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>location.label</b><br>
|
||||
^International("word","Collaboration"); "^International("location","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("location","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>layout.flat.label</b><br>
|
||||
^International("word","Collaboration"); "^International("flatLayout","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("flatLayout","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>link.header.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("edit link","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("edit link","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>lastReply.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("lastReply","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("lastReply","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>lock.label</b><br>
|
||||
^International("word","Collaboration"); "^International("lock","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("lock","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>layout.label</b><br>
|
||||
^International("word","Collaboration"); "^International("layout","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("layout","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>message.header.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("edit message","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("edit message","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>message.label</b><br>
|
||||
^International("word","Collaboration"); "^International("message","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("message","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>next.label</b><br>
|
||||
^International("word","Collaboration"); "^International("next","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("next","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>newWindow.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("new window","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("new window","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>layout.nested.label</b><br>
|
||||
^International("word","Collaboration"); "^International("nested","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("nested","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>previous.label</b><br>
|
||||
^International("word","Collaboration"); "^International("previous","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("previous","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>post.label</b><br>
|
||||
^International("word","Collaboration"); "^International("post","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("post","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>question.label</b><br>
|
||||
^International("word","Collaboration"); "^International("question","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("question","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>question.header.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("edit question","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("edit question","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>rating.label</b><br>
|
||||
^International("word","Collaboration"); "^International("rating","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("rating","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>rate.label</b><br>
|
||||
^International("word","Collaboration"); "^International("rate","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("rate","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>reply.label</b><br>
|
||||
^International("word","Collaboration"); "^International("reply","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("reply","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>replies.label</b><br>
|
||||
^International("word","Collaboration"); "^International("replies","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("replies","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>readmore.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("read more","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("read more","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>responses.label</b><br>
|
||||
^International("word","Collaboration"); "^International("responses","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("responses","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>results.label</b><br>
|
||||
^International("word","Collaboration"); "^International("results","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("results","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>search.label</b><br>
|
||||
^International("word","Collaboration"); "^International("search","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("search","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>subject.label</b><br>
|
||||
^International("word","Collaboration"); "^International("subject","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("subject","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>subscribe.label</b><br>
|
||||
^International("word","Collaboration"); "^International("subscribe","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("subscribe","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>submission.header.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("edit submission","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("edit submission","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>startDate.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("start date","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("start date","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>stick.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("sticky","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("sticky","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>status.label</b><br>
|
||||
^International("word","Collaboration"); "^International("status","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("status","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>synopsis.label</b><br>
|
||||
^International("word","Collaboration"); "^International("synopsis","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("synopsis","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>thumbnail.label</b><br>
|
||||
^International("word","Collaboration"); "^International("thumbnail","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("thumbnail","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>title.label</b><br>
|
||||
^International("word","Collaboration"); "^International("title","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("title","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>layout.threaded.label</b><br>
|
||||
^International("word","Collaboration"); "^International("threaded","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("threaded","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>unlock.label</b><br>
|
||||
^International("word","Collaboration"); "^International("unlock","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("unlock","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>unstick.label</b><br>
|
||||
^International("word","Collaboration"); "^International("unstick","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("unstick","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>unsubscribe.label</b><br>
|
||||
^International("word","Collaboration"); "^International("unsubscribe","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("unsubscribe","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>url.label</b><br>
|
||||
^International("word","Collaboration"); "^International("url","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("url","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>user.label</b><br>
|
||||
^International("word","Collaboration"); "^International("user","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("user","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>views.label</b><br>
|
||||
^International("word","Collaboration"); "^International("views","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("views","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>visitorName.label</b><br>
|
||||
^International("phrase","Collaboration"); "^International("visitor","Collaboration");".
|
||||
^International("phrase","Asset_Collaboration"); "^International("visitor","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>without.label</b><br>
|
||||
^International("word","Collaboration"); "^International("without","Collaboration");".
|
||||
^International("word","Asset_Collaboration"); "^International("without","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::DataForm;
|
||||
package WebGUI::i18n::English::Asset_DataForm;
|
||||
|
||||
our $I18N = {
|
||||
'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.
|
||||
<p> Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets. They also have these unique properties:
|
||||
<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..
|
||||
|
||||
<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
|
||||
they can't be edited by the user.
|
||||
<p>
|
||||
|
|
@ -38,19 +38,19 @@ they can't be edited by the user.
|
|||
Choose a template for your form.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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
|
||||
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:
|
||||
|
||||
<p>
|
||||
<b>^International("76","DataForm");</b><br>
|
||||
<b>^International("76","Asset_DataForm");</b><br>
|
||||
Add a field to a Data Form.
|
||||
|
||||
<p>
|
||||
<b>^International("105","DataForm");</b><br>
|
||||
<b>^International("105","Asset_DataForm");</b><br>
|
||||
Add a tab to a Data Form.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
|,
|
||||
lastUpdated => 1110514269,
|
||||
lastUpdated => 1112732067,
|
||||
},
|
||||
|
||||
'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.
|
||||
|
||||
<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
|
||||
field is displayed in. Otherwise, all fields are displayed on the same
|
||||
page.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
If you choose Hidden or Displayed, be sure to fill in a Default Value.
|
||||
|
||||
<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
|
||||
to validate any input that the user may supply.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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.
|
||||
|
||||
<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"'.
|
||||
|
||||
<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.
|
||||
|
||||
<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".
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1110514660,
|
||||
lastUpdated => 1112732072,
|
||||
},
|
||||
|
||||
'16' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::EventsCalendar;
|
||||
package WebGUI::i18n::English::Asset_EventsCalendar;
|
||||
|
||||
our $I18N = {
|
||||
'500' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::File;
|
||||
package WebGUI::i18n::English::Asset_File;
|
||||
|
||||
our $I18N = {
|
||||
'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><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
|
||||
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.
|
||||
|
||||
|,
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::FilePile;
|
||||
package WebGUI::i18n::English::Asset_FilePile;
|
||||
|
||||
our $I18N = {
|
||||
'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>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Folder;
|
||||
package WebGUI::i18n::English::Asset_Folder;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::HttpProxy;
|
||||
package WebGUI::i18n::English::Asset_HttpProxy;
|
||||
|
||||
our $I18N = {
|
||||
'6' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Image;
|
||||
package WebGUI::i18n::English::Asset_Image;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::IndexedSearch;
|
||||
package WebGUI::i18n::English::Asset_IndexedSearch;
|
||||
|
||||
our $I18N = {
|
||||
'11' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Layout;
|
||||
package WebGUI::i18n::English::Asset_Layout;
|
||||
|
||||
our $I18N = {
|
||||
'layout add/edit title' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::MessageBoard;
|
||||
package WebGUI::i18n::English::Asset_MessageBoard;
|
||||
|
||||
our $I18N = {
|
||||
'74' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Navigation;
|
||||
package WebGUI::i18n::English::Asset_Navigation;
|
||||
|
||||
our $I18N = {
|
||||
'32' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Poll;
|
||||
package WebGUI::i18n::English::Asset_Poll;
|
||||
|
||||
our $I18N = {
|
||||
'74' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Post;
|
||||
package WebGUI::i18n::English::Asset_Post;
|
||||
|
||||
our $I18N = {
|
||||
'add/edit post template title' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Product;
|
||||
package WebGUI::i18n::English::Asset_Product;
|
||||
|
||||
our $I18N = {
|
||||
'33' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Redirect;
|
||||
package WebGUI::i18n::English::Asset_Redirect;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::SQLReport;
|
||||
package WebGUI::i18n::English::Asset_SQLReport;
|
||||
|
||||
our $I18N = {
|
||||
'11' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Shortcut;
|
||||
package WebGUI::i18n::English::Asset_Shortcut;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Snippet;
|
||||
package WebGUI::i18n::English::Asset_Snippet;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Survey;
|
||||
package WebGUI::i18n::English::Asset_Survey;
|
||||
|
||||
our $I18N = {
|
||||
'32' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::SyndicatedContent;
|
||||
package WebGUI::i18n::English::Asset_SyndicatedContent;
|
||||
|
||||
our $I18N = {
|
||||
'3' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Template;
|
||||
package WebGUI::i18n::English::Asset_Template;
|
||||
|
||||
our $I18N = {
|
||||
'namespace' => {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::Thread;
|
||||
package WebGUI::i18n::English::Asset_Thread;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::WSClient;
|
||||
package WebGUI::i18n::English::Asset_WSClient;
|
||||
|
||||
our $I18N = {
|
||||
'35' => {
|
||||
|
|
@ -27,45 +27,45 @@ our $I18N = {
|
|||
<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>
|
||||
|
||||
<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:
|
||||
<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>
|
||||
|
||||
<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
|
||||
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 => '^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>
|
||||
|
||||
<b>^International(913,"WebGUI");</b><br>
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
A few other tricks...
|
||||
Loading…
Add table
Add a link
Reference in a new issue