Fix number of tests in Utility.t

Add help for dashboard and fix labels.
Remove startDate, endDate from Asset help.
Update Help template to show UI levels as data rather than content.
This commit is contained in:
Colin Kuskie 2006-03-03 05:28:53 +00:00
parent 9aac37ac91
commit c323789d64
6 changed files with 59 additions and 46 deletions

View file

@ -126,8 +126,8 @@ sub getEditForm {
-name=>"assetsToHide",
-value=>\@assetsToHide,
-options=>\%childIds,
-label=>$i18n->get('assets to hide', 'Asset_Layout'),
-hoverHelp=>$i18n->get('assets to hide description', 'Asset_Layout'),
-label=>$i18n->get('assets to hide'),
-hoverHelp=>$i18n->get('assets to hide description'),
-vertical=>1,
-uiLevel=>9
);

View file

@ -47,16 +47,6 @@ our $HELP = {
description => 'encrypt page description',
namespace => 'Asset',
},
{
title => '497',
description => '497 description',
namespace => 'Asset',
},
{
title => '498',
description => '498 description',
namespace => 'Asset',
},
{
title => '108',
description => '108 description',

View file

@ -5,6 +5,27 @@ our $HELP = {
title => 'dashboard add/edit title',
body => 'dashboard add/edit body',
fields => [
{
title => 'dashboard template field label',
description => 'dashboard template description',
namespace => 'Asset_Dashboard',
},
{
title => 'dashboard adminsGroupId field label',
description => 'dashboard adminsGroupId description',
namespace => 'Asset_Dashboard',
},
{
title => 'dashboard usersGroupId field label',
description => 'dashboard usersGroupId description',
namespace => 'Asset_Dashboard',
},
{
title => 'assets to hide',
description => 'assets to hide description',
namespace => 'Asset_Dashboard',
uiLevel => 9,
},
],
related => [
{

View file

@ -33,36 +33,6 @@ our $I18N = {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard add/edit title' => {
message => q|Dashboard Add/Edit|,
@ -76,11 +46,18 @@ our $I18N = {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
'assets to hide' => {
message => q|Assets To Hide.|,
lastUpdated => 1118942468
},
'assets to hide description' => {
message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the
checkbox for any Asset that you do not want displayed in the Page Layout Asset.
<p/>|,
lastUpdated => 1119410080,
},
};