all internationalized labels for DataForm in DataForm help

This commit is contained in:
Colin Kuskie 2005-03-01 18:15:25 +00:00
parent 0373bf2038
commit 4db1db3faf
2 changed files with 11 additions and 7 deletions

View file

@ -232,7 +232,7 @@ sub getEditForm {
$self->getTab("properties")->whatNext(
-options=>{
addField=>WebGUI::International::get(76,"DataForm"),
backToPage=>WebGUI::International::get(745)
backToPage=>WebGUI::International::get(745,"DataForm")
},
-value=>"editField"
);
@ -750,7 +750,7 @@ sub www_editField {
$f->whatNext(
-options=>{
addField=>WebGUI::International::get(76,"DataForm"),
backToPage=>WebGUI::International::get(745)
backToPage=>WebGUI::International::get(745,"DataForm")
},
-value=>"addField"
);
@ -826,7 +826,7 @@ sub www_editTab {
-options=>{
addTab=>WebGUI::International::get(103,"DataForm"),
backToPage=>WebGUI::International::get(745)
backToPage=>WebGUI::International::get(745,"DataForm")
},
-value=>"addTab"
);

View file

@ -616,21 +616,25 @@ A conditional indicating whether this field exists for the mail subsystem of the
'5' => {
message => q|Displayed|,
lastUpdated => 1031514049
lastUpdated => 1031514049,
},
'no tab' =>{
message =>q|No Tab|,
lastUpdated=>1095701013,
context=>q|Tells the user that there is no tab to set the field to.|
context=>q|Tells the user that there is no tab to set the field to.|,
},
'Field Position' => {
message =>q|Field Position|,
lastUpdated=>1095701013
lastUpdated=>1095701013,
},
'Delete entry confirmation' => {
message => q|Are you certain that you wish to delete this data entry?|,
lastUpdated => 1095701013
lastUpdated => 1095701013,
},
'745' => {
message => q|Go back to the page.|,
lastUpdated => 1035872437,
}
};