fix all remaining broken labels, rewrite POD for reorderCollateral

This commit is contained in:
Colin Kuskie 2005-12-05 22:35:03 +00:00
parent 98eeffb616
commit 1b70df1643
6 changed files with 17 additions and 13 deletions

View file

@ -442,7 +442,7 @@ Defaults to "assetId". This is used to define which data set to reorder.
=head3 setValue
Used to define which data set to reorder. Defaults to the assetId for this instance. Defaults to the value of "setName" in the wobject properties.
Used to define which data set to reorder. Defaults to the value of setName (default "assetId", see above) in the wobject properties.
=cut

View file

@ -943,7 +943,7 @@ sub www_editTab {
);
$f->textarea(
-name=>"subtext",
-label=>WebGUI::International::get(102,"Asset_DataForm"),
-label=>WebGUI::International::get(79,"Asset_DataForm"),
-value=>$tab{subtext},
-subtext=>""
);

View file

@ -311,7 +311,7 @@ sub getEditForm {
viewParent=>WebGUI::International::get(745,'Asset_Survey')
},
-value=>"editQuestion",
-hoverHelp => WebGUI::International::get('what next','Asset_Survey'),
-hoverHelp => WebGUI::International::get('what next description','Asset_Survey'),
);
}