namespace change for thumbnail label

This commit is contained in:
Colin Kuskie 2005-01-26 18:58:00 +00:00
parent 26ee747001
commit afa8878dd2
2 changed files with 7 additions and 1 deletions

View file

@ -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>'
);
}