Added WebGUI::Asset::File::GalleryFile

Changed Photo to subclass WebGUI::Asset::File::GalleryFile
This commit is contained in:
Doug Bell 2008-03-05 23:06:58 +00:00
parent 9695b704c5
commit 3842ebf6fa
23 changed files with 360 additions and 115 deletions

View file

@ -87,6 +87,16 @@ our $I18N = {
lastUpdated => 0,
context => 'Asset property description',
},
"richEditIdFile label" => {
message => "Rich Editor for Files",
lastUpdated => 0,
context => 'Asset property label',
},
"richEditIdFile description" => {
message => "The Rich Text Editor to use for Files",
lastUpdated => 0,
context => 'Asset property description',
},
"richEditIdFileComment label" => {
message => "Rich Editor for Comments",
lastUpdated => 0,

View file

@ -79,7 +79,7 @@ our $I18N = {
},
'help thumbnails body' => {
message => 'These variables are available from the slideshow view of the Album',
message => 'These variables are available from the thumbnails view of the Album',
lastUpdated => 0,
},