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

View file

@ -287,6 +287,12 @@ The URL where the user will be redirected.
lastUpdated => 1106609855,
},
'thumbnail' => {
message => q|Thumbnail|,
context => q|label for Image asset form|,
lastUpdated => 1106765841
},
'errorEmptyField' => {
message => q|<p><b>Error: Field name may not be empty.</b></p>|,
lastUpdated => 1089039511,