Clean up Collaboration, Newsletter, DataForm, Calendar, MultiSearch and Dashboard help and i18n
This commit is contained in:
parent
22d8619ecd
commit
743b34b44f
11 changed files with 18 additions and 718 deletions
|
|
@ -1,169 +1,9 @@
|
|||
package WebGUI::Help::Asset_DataForm;
|
||||
|
||||
our $HELP = {
|
||||
'data form add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '82',
|
||||
description => '82 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '80',
|
||||
description => '80 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '81',
|
||||
description => '81 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '87',
|
||||
description => '87 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => 'defaultView',
|
||||
description => 'defaultView description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '74',
|
||||
description => '74 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => 'mail attachments',
|
||||
description => 'mail attachments description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '744',
|
||||
description => '744 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '76',
|
||||
description => '76 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '105',
|
||||
description => '105 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '86',
|
||||
description => '86 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'data form fields add/edit',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form list template',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form template',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'data form fields add/edit' => {
|
||||
title => '62',
|
||||
body => '72',
|
||||
fields => [
|
||||
{
|
||||
title => '104',
|
||||
description => '104 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '77',
|
||||
description => '77 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '79',
|
||||
description => '79 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '21',
|
||||
description => '21 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '22',
|
||||
description => '22 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '23',
|
||||
description => '23 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '27',
|
||||
description => '27 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => 'editField vertical label',
|
||||
description => 'editField vertical label description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => 'editField extras label',
|
||||
description => 'editField extras label description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '24',
|
||||
description => '24 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '25',
|
||||
description => '25 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'data form template',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'Asset_DataForm'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'data form template' => {
|
||||
title => '82',
|
||||
body => '83',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
isa => [
|
||||
|
|
@ -397,16 +237,12 @@ our $HELP = {
|
|||
tag => 'data form list template',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'data form list template' => {
|
||||
title => '88',
|
||||
body => '89',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_DataForm",
|
||||
|
|
@ -537,10 +373,6 @@ our $HELP = {
|
|||
tag => 'data form template',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
{
|
||||
tag => 'data form add/edit',
|
||||
namespace => 'Asset_DataForm'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue