fix broken i18n labels and add i18n labels to Matrix

This commit is contained in:
Colin Kuskie 2005-12-05 05:31:07 +00:00
parent 75acc465b0
commit 01dcd2b416
6 changed files with 90 additions and 19 deletions

View file

@ -75,20 +75,20 @@ sub getEditForm {
$tabform->getTab("properties")->HTMLArea(
-name=>"description",
-label=>WebGUI::International::get(512,"Asset_Event"),
-hoverHelp=>WebGUI::International::get('512 description',"Asset_Event"),
-hoverHelp=>WebGUI::International::get('Description description',"Asset_Event"),
-value=>$self->getValue("description")
);
$tabform->getTab("properties")->dateTime(
-name=>"eventStartDate",
-label=>WebGUI::International::get(513,"Asset_Event"),
-hoverHelp=>WebGUI::International::get('513 description',"Asset_Event"),
-hoverHelp=>WebGUI::International::get('Start Date description',"Asset_Event"),
-extras=>'onBlur="this.form.eventEndDate.value=this.form.eventStartDate.value;this.form.until.value=this.form.eventStartDate.value;"',
-value=>$self->getValue("eventStartDate")
);
$tabform->getTab("properties")->dateTime(
-name=>"eventEndDate",
-label=>WebGUI::International::get(514,"Asset_Event"),
-hoverHelp=>WebGUI::International::get('514 description',"Asset_Event"),
-hoverHelp=>WebGUI::International::get('End Date description',"Asset_Event"),
-extras=>'onBlur="this.form.until.value=this.form.eventEndDate.value;"',
-value=>$self->getValue("eventEndDate")
);
@ -110,7 +110,7 @@ sub getEditForm {
);
$tabform->getTab("properties")->readOnly(
-label=>WebGUI::International::get(8,"Asset_Event"),
-hoverHelp=>WebGUI::International::get('8 description',"Asset_Event"),
-hoverHelp=>WebGUI::International::get('Recurs every description',"Asset_Event"),
-value=>WebGUI::Form::integer({
name=>"interval",
defaultValue=>1