Added WebGUI::Asset::File::GalleryFile
Changed Photo to subclass WebGUI::Asset::File::GalleryFile
This commit is contained in:
parent
9695b704c5
commit
3842ebf6fa
23 changed files with 360 additions and 115 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue