hover help
This commit is contained in:
parent
529d132025
commit
e07a72727d
3 changed files with 33 additions and 18 deletions
|
|
@ -96,6 +96,7 @@ sub getEditForm {
|
|||
$tabform->getTab("display")->template(
|
||||
-value=>$self->getValue('templateId'),
|
||||
-label=>WebGUI::International::get('layout template title', 'Asset_Layout'),
|
||||
-hoverHelp=>WebGUI::International::get('template description', 'Asset_Layout'),
|
||||
-namespace=>"Layout"
|
||||
);
|
||||
if ($self->get("assetId") eq "new") {
|
||||
|
|
@ -118,6 +119,7 @@ sub getEditForm {
|
|||
-value=>\@assetsToHide,
|
||||
-options=>\%childIds,
|
||||
-label=>WebGUI::International::get('assets to hide', 'Asset_Layout'),
|
||||
-hoverHelp=>WebGUI::International::get('assets to hide description', 'Asset_Layout'),
|
||||
-vertical=>1,
|
||||
-uiLevel=>9
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue