fix: GalleryAlbum and Photo were not showing correct confirmation messages on editSave

add: Ability to edit comments to Photos
add: Ability to choose which rich editor for Albums
This commit is contained in:
Doug Bell 2008-03-04 21:26:30 +00:00
parent a69dff3dcf
commit 8af6f28988
10 changed files with 340 additions and 122 deletions

View file

@ -77,6 +77,16 @@ our $I18N = {
lastUpdated => 0,
context => '',
},
"richEditIdAlbum label" => {
message => "Rich Editor for Albums",
lastUpdated => 0,
context => 'Asset property label',
},
"richEditIdAlbum description" => {
message => "The Rich Text Editor to use for Albums",
lastUpdated => 0,
context => 'Asset property description',
},
"richEditIdFileComment label" => {
message => "Rich Editor for Comments",
lastUpdated => 0,
@ -147,6 +157,16 @@ our $I18N = {
lastUpdated => 0,
context => '',
},
"templateIdEditComment label" => {
message => "Template to Edit Comments",
lastUpdated => 0,
context => '',
},
"templateIdEditComment description" => {
message => "The template to edit a comment.",
lastUpdated => 0,
context => '',
},
"templateIdEditFile label" => {
message => "Template to Edit Files",
lastUpdated => 0,