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'
|
||||
},
|
||||
{
|
||||
title => 'new file',
|
||||
description => 'new file description',
|
||||
title => 'current file',
|
||||
description => 'current file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
title => 'current file',
|
||||
description => 'current file description',
|
||||
title => 'new file',
|
||||
description => 'new file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,37 +6,27 @@ our $HELP = {
|
|||
title => 'file pile add/edit title',
|
||||
body => 'file pile add/edit body',
|
||||
fields => [
|
||||
{
|
||||
{ #isHidden
|
||||
title => '886',
|
||||
description => '886 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
{ #newWindow
|
||||
title => '940',
|
||||
description => '940 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
title => '497',
|
||||
description => '497 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
title => '498',
|
||||
description => '498 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
{ #ownerUserId
|
||||
title => '108',
|
||||
description => '108 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
{ #groupIdView
|
||||
title => '872',
|
||||
description => '872 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
},
|
||||
{
|
||||
{ #groupIdEdit
|
||||
title => '871',
|
||||
description => '871 description',
|
||||
namespace => 'Asset_FilePile',
|
||||
|
|
|
|||
|
|
@ -29,18 +29,6 @@ have the following properties:
|
|||
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' => {
|
||||
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>|,
|
||||
|
|
@ -108,30 +96,6 @@ have the following properties:
|
|||
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' => {
|
||||
lastUpdated => 1031514049,
|
||||
message => q|Owner|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue