From 1b70df1643c417c572265ad0d4b79d62f47771c5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 Dec 2005 22:35:03 +0000 Subject: [PATCH] fix all remaining broken labels, rewrite POD for reorderCollateral --- lib/WebGUI/Asset/Wobject.pm | 2 +- lib/WebGUI/Asset/Wobject/DataForm.pm | 2 +- lib/WebGUI/Asset/Wobject/Survey.pm | 2 +- lib/WebGUI/Help/Asset_DataForm.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_DataForm.pm | 15 +++++++-------- lib/WebGUI/i18n/English/WebGUI.pm | 5 +++++ 6 files changed, 17 insertions(+), 13 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject.pm b/lib/WebGUI/Asset/Wobject.pm index 5cfd05471..fb9692e38 100644 --- a/lib/WebGUI/Asset/Wobject.pm +++ b/lib/WebGUI/Asset/Wobject.pm @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index a4ee96c75..5b51caea2 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -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=>"" ); diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index bc8839b84..a7c52f13b 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -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'), ); } diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm index 1d8ad38a3..cdc4030a5 100644 --- a/lib/WebGUI/Help/Asset_DataForm.pm +++ b/lib/WebGUI/Help/Asset_DataForm.pm @@ -104,8 +104,8 @@ our $HELP = { namespace => 'Asset_DataForm', }, { - title => '102', - description => '102 description', + title => '79', + description => '79 description', namespace => 'Asset_DataForm', }, { diff --git a/lib/WebGUI/i18n/English/Asset_DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm index 0063e577b..cb1f97c41 100644 --- a/lib/WebGUI/i18n/English/Asset_DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -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, diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index ca5aba29d..ed4edcb71 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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