WebGUI/Help/Asset_File.pm: Reorder fields to match form
FilePile: Remove startDate and endDate fields and docs
This commit is contained in:
parent
e82dfccc56
commit
599e3707d0
3 changed files with 9 additions and 55 deletions
|
|
@ -12,13 +12,13 @@ our $HELP = {
|
||||||
description => 'cache timeout help'
|
description => 'cache timeout help'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title => 'new file',
|
title => 'current file',
|
||||||
description => 'new file description',
|
description => 'current file description',
|
||||||
namespace => 'Asset_File',
|
namespace => 'Asset_File',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title => 'current file',
|
title => 'new file',
|
||||||
description => 'current file description',
|
description => 'new file description',
|
||||||
namespace => 'Asset_File',
|
namespace => 'Asset_File',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,37 +6,27 @@ our $HELP = {
|
||||||
title => 'file pile add/edit title',
|
title => 'file pile add/edit title',
|
||||||
body => 'file pile add/edit body',
|
body => 'file pile add/edit body',
|
||||||
fields => [
|
fields => [
|
||||||
{
|
{ #isHidden
|
||||||
title => '886',
|
title => '886',
|
||||||
description => '886 description',
|
description => '886 description',
|
||||||
namespace => 'Asset_FilePile',
|
namespace => 'Asset_FilePile',
|
||||||
},
|
},
|
||||||
{
|
{ #newWindow
|
||||||
title => '940',
|
title => '940',
|
||||||
description => '940 description',
|
description => '940 description',
|
||||||
namespace => 'Asset_FilePile',
|
namespace => 'Asset_FilePile',
|
||||||
},
|
},
|
||||||
{
|
{ #ownerUserId
|
||||||
title => '497',
|
|
||||||
description => '497 description',
|
|
||||||
namespace => 'Asset_FilePile',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title => '498',
|
|
||||||
description => '498 description',
|
|
||||||
namespace => 'Asset_FilePile',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title => '108',
|
title => '108',
|
||||||
description => '108 description',
|
description => '108 description',
|
||||||
namespace => 'Asset_FilePile',
|
namespace => 'Asset_FilePile',
|
||||||
},
|
},
|
||||||
{
|
{ #groupIdView
|
||||||
title => '872',
|
title => '872',
|
||||||
description => '872 description',
|
description => '872 description',
|
||||||
namespace => 'Asset_FilePile',
|
namespace => 'Asset_FilePile',
|
||||||
},
|
},
|
||||||
{
|
{ #groupIdEdit
|
||||||
title => '871',
|
title => '871',
|
||||||
description => '871 description',
|
description => '871 description',
|
||||||
namespace => 'Asset_FilePile',
|
namespace => 'Asset_FilePile',
|
||||||
|
|
|
||||||
|
|
@ -29,18 +29,6 @@ have the following properties:
|
||||||
lastUpdated => 1119214815,
|
lastUpdated => 1119214815,
|
||||||
},
|
},
|
||||||
|
|
||||||
'497 description' => {
|
|
||||||
message => q|The date when users may begin viewing this page. Before this date only Content Managers with the rights to edit this page will see it.
|
|
||||||
</p>|,
|
|
||||||
lastUpdated => 1119214815,
|
|
||||||
},
|
|
||||||
|
|
||||||
'498 description' => {
|
|
||||||
message => q|The date when users will stop viewing this page. After this date only Content Managers with the rights to edit this page will see it.
|
|
||||||
</p>|,
|
|
||||||
lastUpdated => 1119214815,
|
|
||||||
},
|
|
||||||
|
|
||||||
'108 description' => {
|
'108 description' => {
|
||||||
message => q|The owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.
|
message => q|The owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.
|
||||||
</p>|,
|
</p>|,
|
||||||
|
|
@ -108,30 +96,6 @@ have the following properties:
|
||||||
lastUpdated => 1119149899,
|
lastUpdated => 1119149899,
|
||||||
},
|
},
|
||||||
|
|
||||||
'497' => {
|
|
||||||
lastUpdated => 1031514049,
|
|
||||||
message => q|Start Date|
|
|
||||||
},
|
|
||||||
|
|
||||||
'497 description' => {
|
|
||||||
message => q|The date when users may begin viewing this asset. Before this date only Content Managers with the rights to edit this asset will see it<br>
|
|
||||||
<i>UI level: 6</i>.
|
|
||||||
</p>|,
|
|
||||||
lastUpdated => 1119149899,
|
|
||||||
},
|
|
||||||
|
|
||||||
'498' => {
|
|
||||||
lastUpdated => 1031514049,
|
|
||||||
message => q|End Date|
|
|
||||||
},
|
|
||||||
|
|
||||||
'498 description' => {
|
|
||||||
message => q|The date when users will stop viewing this asset. After this date only Content Managers with the rights to edit this asset will see it.<br>
|
|
||||||
<i>UI level: 6</i>
|
|
||||||
</p>|,
|
|
||||||
lastUpdated => 1119149899,
|
|
||||||
},
|
|
||||||
|
|
||||||
'108' => {
|
'108' => {
|
||||||
lastUpdated => 1031514049,
|
lastUpdated => 1031514049,
|
||||||
message => q|Owner|
|
message => q|Owner|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue