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
);