fix broken i18n labels and add i18n labels to Matrix
This commit is contained in:
parent
75acc465b0
commit
01dcd2b416
6 changed files with 90 additions and 19 deletions
|
|
@ -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>'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue