Whole lotta Help,i18n file pruning, ProjectManager through WeatherData
This commit is contained in:
parent
01ff22d70f
commit
fda7cd51f2
18 changed files with 36 additions and 1408 deletions
|
|
@ -3,105 +3,9 @@ package WebGUI::Help::Asset_ProjectManager;
|
|||
##Stub document for creating help documents.
|
||||
|
||||
our $HELP = {
|
||||
'project manager add/edit' => {
|
||||
title => 'pm add/edit title',
|
||||
body => 'pm add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'projectDashboardTemplate label',
|
||||
description => 'projectDashboardTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'projectDisplayTemplate label',
|
||||
description => 'projectDisplayTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'ganttChartTemplate label',
|
||||
description => 'ganttChartTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'editTaskTemplate label',
|
||||
description => 'editTaskTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'groupToAdd label',
|
||||
description => 'groupToAdd hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'project add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'task edit template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'view project template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project add/edit' => {
|
||||
title => 'edit project',
|
||||
body => 'project edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'project id',
|
||||
description => 'project id',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project name label',
|
||||
description => 'project name hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project description label',
|
||||
description => 'project description hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'project manager label',
|
||||
description => 'project manager hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'duration units label',
|
||||
description => 'duration units hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'hours per day label',
|
||||
description => 'hours per day hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'target budget label',
|
||||
description => 'target budget hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project dashboard template' => {
|
||||
title => 'project dashboard template title',
|
||||
body => 'project dashboard template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -196,16 +100,12 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'task edit template' => {
|
||||
title => 'edit task template vars title',
|
||||
body => 'edit task template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -334,16 +234,12 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'view project template' => {
|
||||
title => 'view project template vars title',
|
||||
body => 'view project template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -471,10 +367,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
tag => 'gantt chart template',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -484,7 +376,7 @@ our $HELP = {
|
|||
|
||||
'gantt chart template' => {
|
||||
title => 'gantt chart template vars title',
|
||||
body => 'gantt chart template vars body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_ProjectManager',
|
||||
|
|
@ -542,17 +434,13 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'project manager asset template variables' => {
|
||||
private => 1,
|
||||
title => 'project manager asset template variables title',
|
||||
body => 'project manager asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
@ -647,10 +535,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -710,10 +594,6 @@ our $HELP = {
|
|||
],
|
||||
fields => [ ],
|
||||
related => [
|
||||
{
|
||||
tag => 'project manager add/edit',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,347 +1,9 @@
|
|||
package WebGUI::Help::Asset_SQLForm;
|
||||
|
||||
our $HELP = {
|
||||
'sql form add/edit' => {
|
||||
title => 'edit sqlform',
|
||||
body => 'sqlform description',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'gef table name',
|
||||
description => 'gef table name description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef import table',
|
||||
description => 'gef import table description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef database to use',
|
||||
description => 'gef database to use description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef max file size',
|
||||
description => 'gef max file size description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef send mail to',
|
||||
description => 'gef send mail to description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title =>'gef show meta data',
|
||||
description => 'gef show meta data description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef edit template',
|
||||
description => 'gef edit template description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef search template',
|
||||
description => 'gef search template description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'gef default view',
|
||||
description => 'gef default view description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
title => 'gef submit group',
|
||||
description => 'gef submit group description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage fields',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
tag => 'manage field types',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
|
||||
{
|
||||
tag => 'manage regexes',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit field' => {
|
||||
title => 'edit field title',
|
||||
body => 'edit field description',
|
||||
fields => [
|
||||
{
|
||||
title => 'ef field name',
|
||||
description => 'ef field name description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef display name',
|
||||
description => 'ef display name description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef field type',
|
||||
description => 'ef field type description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef signed',
|
||||
description => 'ef signed description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef autoincrement',
|
||||
description => 'ef autoincrement description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef form height',
|
||||
description => 'ef form height description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef max field length',
|
||||
description => 'ef max field length description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef max field length',
|
||||
description => 'ef max field length description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef regex',
|
||||
description => 'ef regex description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef required',
|
||||
description => 'ef required description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef read only',
|
||||
description => 'ef read only description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef default value',
|
||||
description => 'ef default value description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef field constraint',
|
||||
description => 'ef field constraint description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef searchable',
|
||||
description => 'ef searchable description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef fulltext',
|
||||
description => 'ef fulltext description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef show in search',
|
||||
description => 'ef show in search description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef summary length',
|
||||
description => 'ef summary length description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef populate keys',
|
||||
description => 'ef populate keys description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef populate values',
|
||||
description => 'ef populate values description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef join selector',
|
||||
description => 'ef join selector description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef join constraint',
|
||||
description => 'ef join constraint description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef join keys',
|
||||
description => 'ef join keys description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
{
|
||||
title => 'ef join values',
|
||||
description => 'ef join values description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage field types',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
|
||||
{
|
||||
tag => 'manage regexes',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit field type' => {
|
||||
title => 'edit field type title',
|
||||
body => 'edit field type description',
|
||||
fields => [
|
||||
{
|
||||
title => 'eft db field type',
|
||||
description => 'eft db field type description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
{
|
||||
title => 'eft form field type',
|
||||
description => 'eft form field type description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
|
||||
{
|
||||
tag => 'manage fields',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit regex' => {
|
||||
title =>'edit regex title',
|
||||
body => 'edit regex description',
|
||||
fields =>[
|
||||
{
|
||||
title => 'er name',
|
||||
description => 'er name description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
{
|
||||
title => 'er regex',
|
||||
description => 'er regex description',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage fields',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage fields' => {
|
||||
title =>'manage fields title',
|
||||
body => 'edit field description',
|
||||
related => [
|
||||
{
|
||||
tag => 'edit field',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
{
|
||||
tag => 'manage field types',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
|
||||
{
|
||||
tag => 'manage regexes',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage field types' => {
|
||||
title => 'manage field types title',
|
||||
body => 'edit field type description',
|
||||
related => [
|
||||
{
|
||||
tag => 'edit field type',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
{
|
||||
tag => 'manage fields',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage regexes' => {
|
||||
title =>'manage regexes title',
|
||||
body => 'edit regex description',
|
||||
related => [
|
||||
{
|
||||
tag => 'edit regex',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
{
|
||||
tag => 'manage fields',
|
||||
namespace => 'Asset_SQLForm'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'search record template' => {
|
||||
title => 'search template help title',
|
||||
body => 'search template help',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_SQLForm",
|
||||
|
|
@ -528,16 +190,12 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'sql form add/edit',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'advanced search record template' => {
|
||||
title => 'advanced search template help title',
|
||||
body => 'advanced search template help body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_SQLForm",
|
||||
|
|
@ -698,16 +356,12 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'sql form add/edit',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit record template' => {
|
||||
title => 'edit template help title',
|
||||
body => 'edit template help',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_SQLForm",
|
||||
|
|
@ -783,17 +437,13 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'sql form add/edit',
|
||||
namespace => 'Asset_SQLForm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'sql form asset template variables' => {
|
||||
private => 1,
|
||||
title => 'sql form asset template variables title',
|
||||
body => 'sql form asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
|
|
|
|||
|
|
@ -1,64 +1,9 @@
|
|||
package WebGUI::Help::Asset_SQLReport;
|
||||
|
||||
our $HELP = {
|
||||
'sql report add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{ #templateId
|
||||
title => '72',
|
||||
description => '72 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{ #debug mode
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{
|
||||
title => 'cache timeout',
|
||||
description => 'cache timeout description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{
|
||||
title => 'Placeholder Parameters',
|
||||
description => 'Placeholder Parameters description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{ #preprocess macros
|
||||
title => '15',
|
||||
description => '15 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{
|
||||
title => 'Prequery statements',
|
||||
description => 'Prequery statements description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{ #db query
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{ #pagination
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'sql report template',
|
||||
namespace => 'Asset_SQLReport'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'sql report template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
isa => [
|
||||
|
|
@ -178,17 +123,13 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'sql report add/edit',
|
||||
namespace => 'Asset_SQLReport'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'sql report asset template variables' => {
|
||||
private => 1,
|
||||
title => 'sql report asset template variables title',
|
||||
body => 'sql report asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
|
|
|
|||
|
|
@ -1,39 +1,9 @@
|
|||
package WebGUI::Help::Asset_Search;
|
||||
|
||||
our $HELP = {
|
||||
'search add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'search template',
|
||||
description => 'search template description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'search root',
|
||||
description => 'search root description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'class limiter',
|
||||
description => 'class limiter description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'search template',
|
||||
namespace => 'Asset_Search'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'search template' => {
|
||||
title => 'search template',
|
||||
body => 'search template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -107,7 +77,7 @@ our $HELP = {
|
|||
'search asset template variables' => {
|
||||
private => 1,
|
||||
title => 'search asset template variables title',
|
||||
body => 'search asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
|
|
|
|||
|
|
@ -1,75 +1,9 @@
|
|||
package WebGUI::Help::Asset_StockData;
|
||||
|
||||
our $HELP = {
|
||||
'stock data add/edit' => {
|
||||
title => 'help_add_edit_stocklist_title',
|
||||
body => 'help_add_edit_stocklist_body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'template_label',
|
||||
description => 'template_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'display_template_label',
|
||||
description => 'display_template_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'default_stock_label',
|
||||
description => 'default_stock_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'stock_source',
|
||||
description => 'stock_source_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
title => 'failover_label',
|
||||
description => 'failover_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'stock list user edit',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
tag => 'stock list template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
{
|
||||
tag => 'stock list display template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'stock list user edit' => {
|
||||
title => 'help_add_edit_stock_title',
|
||||
body => 'help_add_edit_stock_description',
|
||||
fields => [
|
||||
{
|
||||
title => 'symbol_label',
|
||||
description => 'symbol_label_description',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'stock list display template',
|
||||
namespace => 'Asset_StockData',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'stock list template' => {
|
||||
title => 'help_stock_list_template',
|
||||
body => 'help_stock_list_template_description',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -235,7 +169,7 @@ our $HELP = {
|
|||
|
||||
'stock list display template' => {
|
||||
title => 'help_stock_list_display_template',
|
||||
body => 'help_stock_list_display_template_description',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
@ -385,7 +319,7 @@ our $HELP = {
|
|||
'stock asset template variables' => {
|
||||
private => 1,
|
||||
title => 'stock data asset template variables title',
|
||||
body => 'stock data asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
|
|||
|
|
@ -1,189 +1,9 @@
|
|||
package WebGUI::Help::Asset_Survey;
|
||||
|
||||
our $HELP = {
|
||||
'survey add/edit' => {
|
||||
title => '3',
|
||||
body => '4',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'view template',
|
||||
description => 'view template description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => 'response template',
|
||||
description => 'response template description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => 'gradebook template',
|
||||
description => 'gradebook template description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => 'overview template',
|
||||
description => 'overview template description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '83',
|
||||
description => '83 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '11',
|
||||
description => '11 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '81',
|
||||
description => '81 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '84',
|
||||
description => '84 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '85',
|
||||
description => '85 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '12',
|
||||
description => '12 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '744',
|
||||
description => 'what next description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'question add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'answer add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey template',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'gradebook report template',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey response template',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'statistical overview report template',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
'question add/edit' => {
|
||||
title => '17',
|
||||
body => 'question add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '15',
|
||||
description => '15 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '106',
|
||||
description => '106 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '21',
|
||||
description => '21 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '744',
|
||||
description => 'what next question description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'answer add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
'answer add/edit' => {
|
||||
title => '18',
|
||||
body => 'answer add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => '19',
|
||||
description => '19 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '20',
|
||||
description => '20 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
{
|
||||
title => '21',
|
||||
description => '21 description',
|
||||
namespace => 'Asset_Survey',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'question add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
'survey template' => {
|
||||
title => '88',
|
||||
body => '89',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
isa => [
|
||||
|
|
@ -331,16 +151,12 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'survey template common vars' => {
|
||||
title => '90',
|
||||
body => '91',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -406,7 +222,7 @@ our $HELP = {
|
|||
|
||||
'gradebook report template' => {
|
||||
title => '1087',
|
||||
body => '1088',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
isa => [
|
||||
|
|
@ -467,7 +283,7 @@ our $HELP = {
|
|||
|
||||
'survey response template' => {
|
||||
title => '1089',
|
||||
body => '1090',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Survey',
|
||||
|
|
@ -566,16 +382,12 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'statistical overview report template' => {
|
||||
title => '1091',
|
||||
body => '1092',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
isa => [
|
||||
|
|
@ -660,17 +472,13 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'survey add/edit',
|
||||
namespace => 'Asset_Survey'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'survey asset template variables' => {
|
||||
private => 1,
|
||||
title => 'survey asset template variables body',
|
||||
body => 'survey asset template variables title',
|
||||
title => 'survey asset template variables title',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
|
|||
|
|
@ -1,55 +1,9 @@
|
|||
package WebGUI::Help::Asset_SyndicatedContent;
|
||||
|
||||
our $HELP = {
|
||||
'syndicated content add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => '72',
|
||||
description => '72 description',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
},
|
||||
{
|
||||
title => 'displayModeLabel',
|
||||
description => 'displayModeLabel description',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
},
|
||||
{
|
||||
title => 'hasTermsLabel',
|
||||
description => 'hasTermsLabel description',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
},
|
||||
{
|
||||
title => '1',
|
||||
description => '1 description',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
},
|
||||
{
|
||||
title => '3',
|
||||
description => '3 description',
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'syndicated content template',
|
||||
namespace => 'Asset_SyndicatedContent'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'syndicated content template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_SyndicatedContent',
|
||||
|
|
@ -149,10 +103,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'syndicated content add/edit',
|
||||
namespace => 'Asset_SyndicatedContent'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
|
|
@ -165,7 +115,7 @@ our $HELP = {
|
|||
'syndicated content asset template variables' => {
|
||||
private => 1,
|
||||
title => 'syndicated content asset template variables title',
|
||||
body => 'syndicated content asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
|
|||
|
|
@ -1,78 +1,9 @@
|
|||
package WebGUI::Help::Asset_TimeTracking;
|
||||
|
||||
our $HELP = {
|
||||
'time tracking add/edit' => {
|
||||
title => 'timetracking add/edit title',
|
||||
body => 'timetracking add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'userViewTemplate label',
|
||||
description => 'userViewTemplate hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'managerViewTemplate label',
|
||||
description => 'managerViewTemplate hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'timeRowTemplateId label',
|
||||
description => 'timeRowTemplateId hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'groupToManage label',
|
||||
description => 'groupToManage hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'Project Management Integration',
|
||||
description => 'Choose yes to pull projects and task information from the various project management assets on your site',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'manage projects' => {
|
||||
title => 'manage projects screen label',
|
||||
body => 'manage projects body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'edit project' => {
|
||||
title => 'edit project screen label',
|
||||
body => 'edit projects body',
|
||||
fields => [
|
||||
{
|
||||
title => 'edit project id label',
|
||||
description => 'edit project id hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'edit project resource label',
|
||||
description => 'edit project resource hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
{
|
||||
title => 'edit project tasks label',
|
||||
description => 'edit project tasks hoverhelp',
|
||||
namespace => 'Asset_TimeTracking',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'user view template variables' => {
|
||||
title => 'user view template title',
|
||||
body => 'user view template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
@ -140,7 +71,7 @@ our $HELP = {
|
|||
|
||||
'time row template variables' => {
|
||||
title => 'time row template title',
|
||||
body => 'time row template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
@ -250,7 +181,7 @@ our $HELP = {
|
|||
'time tracking asset template variables' => {
|
||||
private => 1,
|
||||
title => 'time tracking asset template variables title',
|
||||
body => 'time tracking asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Wobject',
|
||||
|
|
|
|||
|
|
@ -1,39 +1,9 @@
|
|||
package WebGUI::Help::Asset_WeatherData;
|
||||
|
||||
our $HELP = {
|
||||
'weather data add/edit' => {
|
||||
title => 'weather data add/edit title',
|
||||
body => 'weather data add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'partnerId',
|
||||
description => 'partnerId help',
|
||||
namespace => 'Asset_WeatherData',
|
||||
},
|
||||
{
|
||||
title => 'licenseKey',
|
||||
description => 'licenseKey help',
|
||||
namespace => 'Asset_WeatherData',
|
||||
},
|
||||
{
|
||||
title => 'Default Locations',
|
||||
description => 'Your list of default weather locations',
|
||||
namespace => 'Asset_WeatherData',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'weatherdata template',
|
||||
namespace => 'Asset_WeatherData'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'weatherdata template' => {
|
||||
title => 'WeatherData template title',
|
||||
body => 'WeatherData template description',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => "weatherdata asset template variables",
|
||||
|
|
@ -65,10 +35,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'weather data add/edit',
|
||||
namespace => 'Asset_WeatherData'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
|
|
@ -79,7 +45,7 @@ our $HELP = {
|
|||
'weatherdata asset template variables' => {
|
||||
private => 1,
|
||||
title => 'weatherdata asset template variables title',
|
||||
body => 'weatherdata asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => "wobject template variables",
|
||||
|
|
|
|||
|
|
@ -404,21 +404,6 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'pm add/edit title' => {
|
||||
message => q|Add/Edit Project Manager|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'pm add/edit body' => {
|
||||
message => q|<p>The Project Manager provides an interface for you to create a project, add tasks to it and monitor its status as it progresses.</p>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'project edit body' => {
|
||||
message => q|<p>In the Edit Project screen, you will define a new project or edit an existing project by giving general information about the project, including a name, a description, the group of users who are allowed to manage the project and the target budget.</p>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'edit task template vars title' => {
|
||||
message => q|Edit Task Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -485,12 +470,6 @@ from working.|,
|
|||
lastUpdated => 1149825164,
|
||||
},
|
||||
|
||||
'edit task template vars body' => {
|
||||
message => q|<p>The Edit Task template has these template variables</p>
|
||||
|,
|
||||
lastUpdated => 1149825739
|
||||
},
|
||||
|
||||
'view project template vars title' => {
|
||||
message => q|View Project Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -688,12 +667,6 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1149824991,
|
||||
},
|
||||
|
||||
'view project template vars body' => {
|
||||
message => q|<p>The View Project template has these template variables</p>
|
||||
|,
|
||||
lastUpdated => 1149825022
|
||||
},
|
||||
|
||||
'gantt chart template vars title' => {
|
||||
message => q|Gantt Chart Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -759,11 +732,6 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1149825039,
|
||||
},
|
||||
|
||||
'gantt chart template vars body' => {
|
||||
message => q|<p>These variables are available in the Gantt Chart Template:</p>|,
|
||||
lastUpdated => 1149825108
|
||||
},
|
||||
|
||||
'resource add opTitle' => {
|
||||
message => q|Add to Task|,
|
||||
lastUpdated => 1157510786
|
||||
|
|
@ -879,21 +847,9 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'project manager asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'project dashboard template title' => {
|
||||
message => q|Project Manager, Default View (Dashboard) Template|,
|
||||
lastUpdated => 1168925012
|
||||
},
|
||||
|
||||
'project dashboard template body' => {
|
||||
message => q|<p>The Default View (Dashboard) template has these template variables:</p>|,
|
||||
lastUpdated => 1168925012
|
||||
message => q|Project Manager, Default View (Dashboard) Template Variables|,
|
||||
lastUpdated => 1184967340
|
||||
},
|
||||
|
||||
'project.create' => {
|
||||
|
|
|
|||
|
|
@ -934,77 +934,21 @@ delete and restore but not purge records.</p>|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit sqlform' => {
|
||||
message => q|SQLForm, Add/Edit|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'sqlform description' => {
|
||||
message => q|<p>The SQLForm asset allows you to dynamically
|
||||
create data input and storage functionality in your site. All data is put in a
|
||||
table of your choice in a database of your choice. An arbitrary form element can
|
||||
be tied to each field and input forms can be built in different ways to ensure
|
||||
optimal adaptability to your needs.</p>
|
||||
|
||||
<p>The SQLForm features creation of new tables, import of existing tables and
|
||||
re-importing previously imported tables. Fields can be linked to other fields in
|
||||
other tables in several ways, making it possible to dynamically resolve id's to
|
||||
values using joins, add constraints to inputted data or connect different
|
||||
SQLForms together.</p>
|
||||
|
||||
<p>User input can also be checked against regular expressions and manual
|
||||
constraints that are definable by you. In addition it's possible to add an
|
||||
autoincrement flag and macros to fields, among other functionality.</p>
|
||||
|
||||
<p>All inputted data is versioned and a two level (delete/purge) trash is built
|
||||
in. Three privilege layers are available to split access to different
|
||||
actions.</p>|,
|
||||
lastUpdated => 1167187479,
|
||||
},
|
||||
|
||||
'edit field title' => {
|
||||
message => q|SQLForm, Add/Edit Field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field description' => {
|
||||
message => q|<p>Fields are the basis of SQLForms. Each form
|
||||
consists of one or more fields. Please note that in order to define fields, at
|
||||
least one field type has to be defined. For information considering field types
|
||||
please see the <b>Manage field types</b> help section.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field type title' =>{
|
||||
message => q|SQLForm, Add/Edit Field Type|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field type description' => {
|
||||
message => q|<p>Field types are combinations of a database column
|
||||
type and a form element for data input. These field types are used to define the
|
||||
basis of the fields in your SQLForm. Field types can only be deleted if they are
|
||||
not in use by any SQLForm in the system. Please note that this also includes
|
||||
SQLForm assets that are in the trash and are not yet purged.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit regex title' => {
|
||||
message => q|SQLForm, Add/Edit Regex|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit regex description' => {
|
||||
message => q|<p>Regular expressions are strings that represent a
|
||||
pattern of text. Regexes used in the SQLForm are of the perl-variant. The syntax
|
||||
of perl-style regular expressions can be found <a
|
||||
href="http://perldoc.perl.org/perlretut.html">here</a>. To ensure data integrity,
|
||||
regular expressions can only be deleted if they're not in use by any SQLForm in
|
||||
the system. Please note this also includes SQLForm that are in the trash and not
|
||||
have been purged yet.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manage fields' => {
|
||||
message => q|Manage fields|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1154,31 +1098,6 @@ allowed to edit the record.|,
|
|||
lastUpdated => 1167189136,
|
||||
},
|
||||
|
||||
'edit template help' => {
|
||||
message => q|<p>The SQLForm provides you with three
|
||||
methods to construct record input and edit forms, offering three
|
||||
levels of flexibility. Please note that more flexibility has the
|
||||
downside of increased complexity.</p>
|
||||
<p>The three methods you can use are:
|
||||
<b>completeForm</b>, <b>formloop</b> or manual placement of form
|
||||
elements using <b>field.__FIELDNAME__.formElement</b> and
|
||||
<b>field.__FIELDNAME__.label</b></p>
|
||||
<p><b>completeForm</b> handles placing everything that you need in a table,
|
||||
automatically, using a default layout.</p>
|
||||
<p><b>formloop</b> handles placing everything that you need in a table,
|
||||
automatically. This allows you some flexibility in your form layout.</p>
|
||||
<p>Finally there is the option of placing
|
||||
each separate field by hand. This allows you to define the order and
|
||||
place of each form element. Please note, however, that using this
|
||||
method will not automatically follow changes you make to the SQLForm.
|
||||
If you add, delete or rename a field you must update the template by
|
||||
hand. Using this method also implies the use of <b>formHeader</b> and
|
||||
<b>formFooter.</b> You should use the following two template
|
||||
variables:</p>
|
||||
|,
|
||||
lastUpdated => 1167188606,
|
||||
},
|
||||
|
||||
'search template help title' => {
|
||||
message => q|SQLForm, Normal Search Record Template|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1465,21 +1384,6 @@ as well as links to add record and search record.|,
|
|||
lastUpdated => 1149822982,
|
||||
},
|
||||
|
||||
'search template help' => {
|
||||
message => q|<p>The search template of the SQLForm asset
|
||||
provides you with a way to customize the looks of the search
|
||||
functionality that the SQLForm offers.</p>
|
||||
|
||||
<p>There are two separate search methods, normal and advanced search, but
|
||||
both use the same template. In both cases a complete <b>searchForm</b> is available.
|
||||
The individual form Elements are also available, but note that different form Elements are used for normal and advanced search.
|
||||
</p>
|
||||
|
||||
<p>The template provides variables for the search results that are the same for normal and advanced search:</p>
|
||||
|,
|
||||
lastUpdated => 1167189433,
|
||||
},
|
||||
|
||||
'dft cannot delete' => {
|
||||
message => q|This field type cannot by deleted beacause it still is in use by|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1540,13 +1444,6 @@ the table.</p>|,
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'sql form asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'formId' => {
|
||||
message => q|This variable will always be empty.|,
|
||||
lastUpdated => 1169508478
|
||||
|
|
@ -1608,11 +1505,6 @@ be useful, others may not.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'advanced search template help body' => {
|
||||
message => q|These template variables are available in the Advanced Search Record Template.|,
|
||||
lastUpdated => 1172816905,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -16,17 +16,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|<p>SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your accounting database or even summarizing all the message boards on your web site.</p>
|
||||
<p><b>Nested query support</b><br />
|
||||
The SQL Report wobject supports up to 5 nested queries (1 base query and 4 subqueries). Each subsequent query is executed for each row in the previous query results. For example, if you have two queries (query1 and query2), then query2 will be executed once for each row returned in query1. You can use placeholder parameters to compose subqueries with data from prior queries.
|
||||
</p>
|
||||
<p>
|
||||
SQL Reports are Wobjects and Assets, so they share the properties of both. SQL Reports also have these unique properties:
|
||||
</p>|,
|
||||
lastUpdated => 1167187342,
|
||||
},
|
||||
|
||||
'72 description' => {
|
||||
message => q|<p>Select a template to display the results of your SQL Report.
|
||||
</p>|,
|
||||
|
|
@ -80,11 +69,6 @@ while the second question mark will contain the form variable "field1".</p>
|
|||
lastUpdated => 1119841649,
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|SQL Report, Add/Edit|,
|
||||
lastUpdated => 1082365503
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|<b>Debug:</b> Query:|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -274,16 +258,6 @@ will always be false for query5.|,
|
|||
lastUpdated => 1149633030,
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<p>The following variables are made available in SQL Reports:
|
||||
</p>
|
||||
|
||||
<p>Variables for any subqueries will have exactly the same format as the first
|
||||
query, but will be prefixed with queryN where N goes from 2 to 5.</p>
|
||||
|,
|
||||
lastUpdated => 1149633053,
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Debug?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -375,13 +349,6 @@ query, but will be prefixed with queryN where N goes from 2 to 5.</p>
|
|||
lastUpdated => 1168887204
|
||||
},
|
||||
|
||||
'sql report asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168887206
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template to display the SQL Report to the user.|,
|
||||
lastUpdated => 1168886083,
|
||||
|
|
|
|||
|
|
@ -74,34 +74,11 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 1149567859,
|
||||
},
|
||||
|
||||
'search template body' => {
|
||||
message => q|<p>The following template variables are available for Search Asset templates. All of these variables are required.</p>
|
||||
|,
|
||||
lastUpdated => 1149567912,
|
||||
},
|
||||
|
||||
'add/edit title' => {
|
||||
message => q|Add/Edit Search|,
|
||||
lastUpdated => 1142052517,
|
||||
},
|
||||
|
||||
'add/edit body' => {
|
||||
message => q|<p>The Search Asset is used to search WebGUI content. In addition to the properties below, Search Assets also have the properties of Wobjects and Assets.</p>|,
|
||||
lastUpdated => 1142052519,
|
||||
},
|
||||
|
||||
'search asset template variables title' => {
|
||||
message => q|Search Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'search asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template used to display the Search Asset.|,
|
||||
lastUpdated => 1168897708,
|
||||
|
|
|
|||
|
|
@ -98,15 +98,6 @@ our $I18N = {
|
|||
},
|
||||
|
||||
#Help Messages
|
||||
'help_add_edit_stocklist_title' => {
|
||||
message => q|Stock List, Add/Edit|,
|
||||
lastUpdated => 1066583066
|
||||
},
|
||||
|
||||
'help_add_edit_stocklist_body' => {
|
||||
message => q|<p>Stock Lists allow users to track stocks on your site. Data is retrieved from various sources on the internet and displayed in tabular format. This application allows any registered user to configure stock lists as well as to set a default stock list for visitors or for users who have not configured one themselves</p>|,
|
||||
lastUpdated => 1167190305,
|
||||
},
|
||||
|
||||
'template_label_description' => {
|
||||
message => q|Select a template from the list to layout your Stock List. Each Stock List may only use templates with namespace "StockList".|,
|
||||
|
|
@ -133,24 +124,14 @@ our $I18N = {
|
|||
lastUpdated => 1167190356
|
||||
},
|
||||
|
||||
'help_add_edit_stock_title' => {
|
||||
message => q|Stock List, Add/Edit Stocks|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_add_edit_stock_description' => {
|
||||
message => q|<p>The stock edit page allows you to customize your stock lists. Add to, remove from, and order your personalized list of stocks to display on the site</p>|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'symbol_label_description' => {
|
||||
message => q|Enter a valid stock symbol. If your symbol cannot be found, contact your administrator. It is likely that your site restricts stocks to a certain market (US market, European market, etc)|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_stock_list_template' => {
|
||||
message => q|Stock List Template|,
|
||||
lastUpdated => 1119066250
|
||||
message => q|Stock List Template Variables|,
|
||||
lastUpdated => 1184968097,
|
||||
},
|
||||
|
||||
'extrasFolder' => {
|
||||
|
|
@ -378,21 +359,9 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'help_stock_list_template_description' => {
|
||||
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
|
||||
|,
|
||||
lastUpdated => 1149565354
|
||||
},
|
||||
|
||||
'help_stock_list_display_template' => {
|
||||
message => q|Stock List Display Template|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_stock_list_display_template_description' => {
|
||||
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
|
||||
|,
|
||||
lastUpdated => 1149567007
|
||||
message => q|Stock List Display Template Variables|,
|
||||
lastUpdated => 1184968130,
|
||||
},
|
||||
|
||||
'stock data asset template variables title' => {
|
||||
|
|
@ -400,13 +369,6 @@ our $I18N = {
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'stock data asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168646697
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template used to show the main screen for this Asset.|,
|
||||
lastUpdated => 1168646698
|
||||
|
|
|
|||
|
|
@ -359,12 +359,6 @@ our $I18N = {
|
|||
lastUpdated => 1162270283,
|
||||
},
|
||||
|
||||
'89' => {
|
||||
message => q|<p>The following template variables are available for the Survey:</p>
|
||||
|,
|
||||
lastUpdated => 1149654687
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Quiz|,
|
||||
lastUpdated => 1033949566
|
||||
|
|
@ -470,12 +464,6 @@ our $I18N = {
|
|||
lastUpdated => 1149654717,
|
||||
},
|
||||
|
||||
'91' => {
|
||||
message => q|<p>The following template variables are available in all survey templates.</p>
|
||||
|,
|
||||
lastUpdated => 1149654745
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Total Time|,
|
||||
lastUpdated => 1038782125
|
||||
|
|
@ -736,11 +724,6 @@ our $I18N = {
|
|||
lastUpdated => 1075639549
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Survey, Add/Edit|,
|
||||
lastUpdated => 1038890559
|
||||
},
|
||||
|
||||
'36' => {
|
||||
message => q|Somewhat Disagree|,
|
||||
lastUpdated => 1037498872
|
||||
|
|
@ -771,13 +754,6 @@ our $I18N = {
|
|||
lastUpdated => 1037498903
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|<p>Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge.</p>
|
||||
<p>Surveys are Wobjects and Assets, so they have the properties of both. Surveys have these unique properties:</p>
|
||||
|,
|
||||
lastUpdated => 1167193063
|
||||
},
|
||||
|
||||
'view template description' => {
|
||||
message => q|This template is used to display the Survey itself.|,
|
||||
lastUpdated => 1146455534,
|
||||
|
|
@ -927,12 +903,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654771,
|
||||
},
|
||||
|
||||
'1088' => {
|
||||
message => q|<p>The following template variables are available in the survey's gradebook report: </p>
|
||||
|,
|
||||
lastUpdated => 1149654794
|
||||
},
|
||||
|
||||
'1089' => {
|
||||
message => q|Survey Response Template|,
|
||||
lastUpdated => 1078515839
|
||||
|
|
@ -1058,12 +1028,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654822,
|
||||
},
|
||||
|
||||
'1090' => {
|
||||
message => q|<p>The following are the variables available to display the individual response.</p>
|
||||
|,
|
||||
lastUpdated => 1149654936
|
||||
},
|
||||
|
||||
'1091' => {
|
||||
message => q|Statistical Overview Report Template|,
|
||||
lastUpdated => 1078517114
|
||||
|
|
@ -1134,12 +1098,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654954,
|
||||
},
|
||||
|
||||
'1092' => {
|
||||
message => q|<p>The following are the variables available in this template:</p>
|
||||
|,
|
||||
lastUpdated => 1149655216
|
||||
},
|
||||
|
||||
'overview template' => {
|
||||
message => q|Overview template|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1174,11 +1132,6 @@ the survey was added.|,
|
|||
lastUpdated => 1110006259,
|
||||
},
|
||||
|
||||
'question add/edit body' => {
|
||||
message => q|WebGUI's Survey Wobject supplies you with many kinds of questions, such as multiple choice, boolean (a or b, such as Yes/No, True/False, etc.), and various kinds of essay answers. The order of the questions can also be changed after they are entered.|,
|
||||
lastUpdated => 1132357445,
|
||||
},
|
||||
|
||||
'14 description' => {
|
||||
message => q|This is the question that the user will be asked.|,
|
||||
lastUpdated => 1146455568,
|
||||
|
|
@ -1217,11 +1170,6 @@ is set to "response".|,
|
|||
lastUpdated => 1035864828
|
||||
},
|
||||
|
||||
'answer add/edit body' => {
|
||||
message => q|Depending on the type of question, you may be able to supply more than one answer for each question.|,
|
||||
lastUpdated => 1132356704,
|
||||
},
|
||||
|
||||
'19 description' => {
|
||||
message => q|The answer to this question.|,
|
||||
lastUpdated => 1119993924,
|
||||
|
|
@ -1245,13 +1193,6 @@ is correct or not.|,
|
|||
lastUpdated => 1168644075
|
||||
},
|
||||
|
||||
'survey asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168644077
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template to show the Survey.|,
|
||||
lastUpdated => 1168639537,
|
||||
|
|
|
|||
|
|
@ -45,23 +45,6 @@ our $I18N = {
|
|||
message => q|Edit Syndicated Content|
|
||||
},
|
||||
|
||||
'61' => {
|
||||
lastUpdated => 1047855741,
|
||||
message => q|Syndicated Content, Add/Edit|
|
||||
},
|
||||
|
||||
'71' => {
|
||||
lastUpdated => 1167193158,
|
||||
message => q|<p>Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href="http://www.cnn.com/">CNN</a> and <a href="http://slashdot.org/">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.
|
||||
</p>
|
||||
<p>The Syndicated Content system also has the ability to "republish" its items as RSS 0.9, 0.91, 1.0 and 2.0 flavor feeds. This means you can aggregate a bunch of feeds together, filter on relevant keywords and then republish this aggregated feed, and the Syndicated Content wobject will take care of all the messy stuff for you. See the "Syndicated Content Template" help for additional information.
|
||||
</p>
|
||||
<p>The Syndicated Content client is a Wobject and an Asset, so it has the properties of both. It also has
|
||||
these unique properties:
|
||||
</p>
|
||||
|
|
||||
},
|
||||
|
||||
'channel.title' => {
|
||||
message => q|The title of this piece of syndicated content. This will be the same as the title of the Syndicated Content object when you're creating an aggregate feed.|,
|
||||
lastUpdated => 1149567508,
|
||||
|
|
@ -142,15 +125,6 @@ these unique properties:
|
|||
message => q|Syndicated Content Template|
|
||||
},
|
||||
|
||||
'73' => {
|
||||
lastUpdated => 1149567527,
|
||||
message => q|<p>The following are the template variables available to the Syndicated Content template:</p>
|
||||
|
||||
<p>Additionally, RSS feeds are transformed into HTML via XSLT stylesheets for "friendly" in-browser viewing. These XSLT stylesheets are stored in the WebGUI collateral system as snippets.
|
||||
</p>
|
||||
|,
|
||||
},
|
||||
|
||||
'displayModeLabel' => {
|
||||
lastUpdated => 1047855526,
|
||||
message => q|Display Mode|
|
||||
|
|
@ -269,13 +243,6 @@ these unique properties:
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'syndicated content asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'descriptionFirst100words' => {
|
||||
message => q{The first 100 words of the description.},
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -52,21 +52,11 @@ our $I18N = {
|
|||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'user view template body' => {
|
||||
message => q|<p>These variables are available in the User View Template of the Time Tracking Asset.</p>|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'time row template title' => {
|
||||
message => q|Time Tracking Time Row Template|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'time row template body' => {
|
||||
message => q|<p>These variables are available in the Time Row Template of the Time Tracking Asset.</p>|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'Project Management Integration' => {
|
||||
lastUpdated => 1150997998,
|
||||
message => q|Project Management Integration|
|
||||
|
|
@ -307,16 +297,6 @@ our $I18N = {
|
|||
message => q|Project Resource|
|
||||
},
|
||||
|
||||
'timetracking add/edit title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Add/Edit Time Tracking|,
|
||||
},
|
||||
|
||||
'timetracking add/edit body' => {
|
||||
lastUpdated => 1165365096,
|
||||
message => q|The Time Tracking Asset lets you define a set of tasks and then track how well they are accomplished against an original estimate for the task.|,
|
||||
},
|
||||
|
||||
'report.nextWeek.url' => {
|
||||
lastUpdated => 0,
|
||||
message => q|URL display information for the next week|,
|
||||
|
|
@ -448,30 +428,11 @@ our $I18N = {
|
|||
message => q|This is similar to form.hours, except that it always contains the number of hours entered by the user for work done on this task on a day. If no hours have been entered, it will be 0.|,
|
||||
},
|
||||
|
||||
'manage projects body' => {
|
||||
lastUpdated => 0,
|
||||
message => q|<p>The Manage Projects screen allows you to add new projects to this Time Tracking Asset so that users can track time on tasks performed on them. Projects that have already been added to the Asset are displayed in a table, with their associated tasks and resources Each project also has a links for editing and/or deleting the project.</p>|,
|
||||
},
|
||||
|
||||
'edit projects body' => {
|
||||
lastUpdated => 0,
|
||||
message => q|<p>In this screen, you'll either edit an existing project, or configure a new one. Each project has a project name, a list of users who can work on the project (resources) and a list of tasks.</p>
|
||||
<p>Users are any valid WebGUI user (not Visitor or Admin). Use the select list to add or remove users to your list of resources.</p>
|
||||
<p>Tasks are individual to each project, and consist of only a name. To add a new task to the project, enter a task name and hit the submit button. To delete a task, use the delete button next to the task you delete in the list of tasks.</p>|,
|
||||
},
|
||||
|
||||
'time tracking asset template variables title' => {
|
||||
message => q|Time Tracking System Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'time tracking asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'userViewTemplateId' => {
|
||||
message => q|The template that will be used to display this asset to a general user.|,
|
||||
lastUpdated => 1168038164
|
||||
|
|
|
|||
|
|
@ -46,22 +46,11 @@ our $I18N = {
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'weather data add/edit title' => {
|
||||
message => q|WeatherData Add/Edit|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'weather data add/edit body' => {
|
||||
message => q|The WeatherData wobject is useful for displaying current weather conditions about a city/state or zipcode, or a series of locations.|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|WeatherData|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
|
||||
'WeatherData template title' => {
|
||||
message => q|WeatherData Template|,
|
||||
lastUpdated => 1133619940,
|
||||
|
|
@ -97,13 +86,6 @@ our $I18N = {
|
|||
lastUpdated => 1149565151,
|
||||
},
|
||||
|
||||
|
||||
'WeatherData template description' => {
|
||||
message => q|<p>These template variables are available in the WeatherData template:</p>
|
||||
|,
|
||||
lastUpdated => 1149565185,
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template that will be used to display this Asset.|,
|
||||
lastUpdated => 1167972308,
|
||||
|
|
@ -119,13 +101,6 @@ our $I18N = {
|
|||
lastUpdated => 1167972337
|
||||
},
|
||||
|
||||
'weatherdata asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue