remove duplicate label entries

add more UI level documentation
This commit is contained in:
Colin Kuskie 2006-03-03 05:44:42 +00:00
parent c323789d64
commit 6e5f710eb9
4 changed files with 7 additions and 11 deletions

View file

@ -20,6 +20,7 @@ our $HELP = {
title => 'assets to hide', title => 'assets to hide',
description => 'assets to hide description', description => 'assets to hide description',
namespace => 'Asset_Layout', namespace => 'Asset_Layout',
uiLevel => 9,
}, },
], ],
related => [ related => [

View file

@ -35,6 +35,7 @@ our $HELP = {
title => '174', title => '174',
description => '174 description', description => '174 description',
namespace => 'Wobject', namespace => 'Wobject',
uiLevel => 5,
}, },
{ {
title => '1073', title => '1073',
@ -55,11 +56,13 @@ our $HELP = {
title => '895', title => '895',
description => '895 description', description => '895 description',
namespace => 'Wobject', namespace => 'Wobject',
uiLevel => 8,
}, },
{ {
title => '896', title => '896',
description => '896 description', description => '896 description',
namespace => 'Wobject', namespace => 'Wobject',
uiLevel => 8,
}, },
], ],
related => [ related => [

View file

@ -247,11 +247,6 @@ our $I18N = {
lastUpdated => 1043879866 lastUpdated => 1043879866
}, },
'739' => {
message => q|UI Level|,
lastUpdated => 1033832377
},
'show all fields' => { 'show all fields' => {
message => q|Show all fields|, message => q|Show all fields|,
lastUpdated => 1141184463 lastUpdated => 1141184463

View file

@ -57,8 +57,7 @@ To add a wobject to a page, first go to that page, then select <b>Add Content...
}, },
'174 description' => { '174 description' => {
message => q|Do you wish to display the Wobject's title? On some sites, displaying the title is not necessary. message => q|Do you wish to display the Wobject's title? On some sites, displaying the title is not necessary.|,
<i>UI Level: 5</i>|,
lastUpdated => 1119410887, lastUpdated => 1119410887,
}, },
@ -79,14 +78,12 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
}, },
'895 description' => { '895 description' => {
message => q|The amount of time this page should remain cached for registered users. message => q|The amount of time this page should remain cached for registered users.|,
<i>UI Level: 8</i>|,
lastUpdated => 1119410887, lastUpdated => 1119410887,
}, },
'896 description' => { '896 description' => {
message => q|The amount of time this page should remain cached for visitors. message => q|The amount of time this page should remain cached for visitors.|,
<i>UI Level: 8</i>|,
lastUpdated => 1119410887, lastUpdated => 1119410887,
}, },