fix all remaining broken labels, rewrite POD for reorderCollateral
This commit is contained in:
parent
98eeffb616
commit
1b70df1643
6 changed files with 17 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=>""
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -104,8 +104,8 @@ our $HELP = {
|
|||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
title => '102',
|
||||
description => '102 description',
|
||||
title => '79',
|
||||
description => '79 description',
|
||||
namespace => 'Asset_DataForm',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -111,11 +111,6 @@ or return to the page where the it was created.|,
|
|||
lastUpdated => 1127958354
|
||||
},
|
||||
|
||||
'102' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Edit Data Form|,
|
||||
lastUpdated => 1052045309
|
||||
|
|
@ -173,9 +168,9 @@ page.|,
|
|||
lastUpdated => 1119156590,
|
||||
},
|
||||
|
||||
'102 description' => {
|
||||
message => q|An extension of the label, this is a description of what should go in the field or optional instructions for the field.|,
|
||||
lastUpdated => 1119156590,
|
||||
'79 description' => {
|
||||
message => q|An extension of the label, this is additional information such as a description of what should go in the field or optional instructions for the field.|,
|
||||
lastUpdated => 1133811301,
|
||||
},
|
||||
|
||||
'21 description' => {
|
||||
|
|
@ -820,6 +815,10 @@ A conditional indicating whether this field exists for the mail subsystem of the
|
|||
message =>q|Field Position|,
|
||||
lastUpdated=>1095701013,
|
||||
},
|
||||
'Field Position description' => {
|
||||
message =>q|This allows you to set the position of the field directly, as opposed to using the field editing icons|,
|
||||
lastUpdated=>1133821586,
|
||||
},
|
||||
'Delete entry confirmation' => {
|
||||
message => q|Are you certain that you wish to delete this data entry?|,
|
||||
lastUpdated => 1095701013,
|
||||
|
|
|
|||
|
|
@ -1168,6 +1168,11 @@ The following fields make up a Database Link.
|
|||
lastUpdated => 1056151382
|
||||
},
|
||||
|
||||
'991 description' => {
|
||||
message => q|A unique identifier for this database link used internally by WebGUI.|,
|
||||
lastUpdated => 1133810998
|
||||
},
|
||||
|
||||
'167' => {
|
||||
message => q|Are you certain you want to delete this user? Be warned that all this user's information will be lost permanently if you choose to proceed.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue