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

@ -130,7 +130,7 @@ sub getEditForm {
);
if ($self->get("filename") ne "") {
$tabform->getTab("properties")->readOnly(
-label=>WebGUI::International::get('Thumbnail', 'Asset_Image'),
-label=>WebGUI::International::get('thumbnail', 'Asset_Image'),
-hoverHelp=>WebGUI::International::get('thumbnail description', 'Asset_Image'),
-value=>'<a href="'.$self->getFileUrl.'"><img src="'.$self->getThumbnailUrl.'?noCache='.time().'" alt="thumbnail" /></a>'
);