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>'
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue