namespace change for thumbnail label
This commit is contained in:
parent
26ee747001
commit
afa8878dd2
2 changed files with 7 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ sub getEditForm {
|
|||
);
|
||||
if ($self->get("filename") ne "") {
|
||||
$tabform->getTab("properties")->readOnly(
|
||||
-label=>WebGUI::International::get('52', 'USS'),
|
||||
-label=>WebGUI::International::get('thumbnail', 'Asset'),
|
||||
-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