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

@ -260,6 +260,32 @@ our $HELP = {
],
},
'help editComment' => {
title => 'help editComment title',
body => 'help editComment body',
isa => [
{
tag => 'help common',
namespace => 'Asset_Photo',
},
{
tag => 'help commentForm',
namespace => 'Asset_Photo',
},
],
variables => [
{
name => 'errors',
description => 'helpvar errors',
variables => [
{
name => 'error',
description => 'helpvar error',
},
],
},
],
},
};