From 6e5f710eb96d68cb823357d1cdcf6cf1a1c20576 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 3 Mar 2006 05:44:42 +0000 Subject: [PATCH] remove duplicate label entries add more UI level documentation --- lib/WebGUI/Help/Asset_Layout.pm | 1 + lib/WebGUI/Help/Wobject.pm | 3 +++ lib/WebGUI/i18n/English/WebGUI.pm | 5 ----- lib/WebGUI/i18n/English/Wobject.pm | 9 +++------ 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm index 8ae8f40b7..a5afd79ff 100644 --- a/lib/WebGUI/Help/Asset_Layout.pm +++ b/lib/WebGUI/Help/Asset_Layout.pm @@ -20,6 +20,7 @@ our $HELP = { title => 'assets to hide', description => 'assets to hide description', namespace => 'Asset_Layout', + uiLevel => 9, }, ], related => [ diff --git a/lib/WebGUI/Help/Wobject.pm b/lib/WebGUI/Help/Wobject.pm index 22488a204..73b265d70 100644 --- a/lib/WebGUI/Help/Wobject.pm +++ b/lib/WebGUI/Help/Wobject.pm @@ -35,6 +35,7 @@ our $HELP = { title => '174', description => '174 description', namespace => 'Wobject', + uiLevel => 5, }, { title => '1073', @@ -55,11 +56,13 @@ our $HELP = { title => '895', description => '895 description', namespace => 'Wobject', + uiLevel => 8, }, { title => '896', description => '896 description', namespace => 'Wobject', + uiLevel => 8, }, ], related => [ diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 93085e82a..d4ef5233b 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -247,11 +247,6 @@ our $I18N = { lastUpdated => 1043879866 }, - '739' => { - message => q|UI Level|, - lastUpdated => 1033832377 - }, - 'show all fields' => { message => q|Show all fields|, lastUpdated => 1141184463 diff --git a/lib/WebGUI/i18n/English/Wobject.pm b/lib/WebGUI/i18n/English/Wobject.pm index 816b23e76..7b3a423e8 100644 --- a/lib/WebGUI/i18n/English/Wobject.pm +++ b/lib/WebGUI/i18n/English/Wobject.pm @@ -57,8 +57,7 @@ To add a wobject to a page, first go to that page, then select Add Content... }, '174 description' => { - message => q|Do you wish to display the Wobject's title? On some sites, displaying the title is not necessary. -UI Level: 5|, + message => q|Do you wish to display the Wobject's title? On some sites, displaying the title is not necessary.|, lastUpdated => 1119410887, }, @@ -79,14 +78,12 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template }, '895 description' => { - message => q|The amount of time this page should remain cached for registered users. -UI Level: 8|, + message => q|The amount of time this page should remain cached for registered users.|, lastUpdated => 1119410887, }, '896 description' => { - message => q|The amount of time this page should remain cached for visitors. -UI Level: 8|, + message => q|The amount of time this page should remain cached for visitors.|, lastUpdated => 1119410887, },