fixed: Back to Album link doesn't work
fixed: Minor i18n wording discrepencies fixed: Photo->www_showConfirmation Add a Photo link points to the wrong place
This commit is contained in:
parent
3e82c7368d
commit
99aa2919d6
5 changed files with 9 additions and 5 deletions
|
|
@ -12,6 +12,9 @@
|
|||
- fixed: anonymous registration leaves user at blank page
|
||||
- fixed: Thingy: field type 'other thing' does not stay selected
|
||||
- fixed: Thingy: delete a thing dysfunctions linked things
|
||||
- fixed: i18n discrepencies in Gallery / GalleryAlbum / Photo
|
||||
- fixed: After saving Photo, Add an Image points to wrong link
|
||||
- fixed: "Back to Album" link doesn't work
|
||||
|
||||
7.5.9
|
||||
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -453,6 +453,7 @@ sub www_edit {
|
|||
#my $var = $self->getTemplateVars;
|
||||
my $var = {
|
||||
url_addArchive => $self->getParent->getUrl('func=addArchive'),
|
||||
url_album => $self->getParent->getUrl('func=album'),
|
||||
};
|
||||
|
||||
if ( $form->get('func') eq "add" ) {
|
||||
|
|
@ -552,7 +553,7 @@ sub www_showConfirmation {
|
|||
return $self->processStyle(
|
||||
sprintf( $i18n->get('save message'),
|
||||
$self->getUrl,
|
||||
$self->getParent->getUrl('func=add;className='.__PACKAGE__),
|
||||
$self->getParent->getUrl('func=add;class='.__PACKAGE__),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'editForm description label' => {
|
||||
message => 'Description',
|
||||
message => 'Album Description',
|
||||
lastUpdated => 0,
|
||||
context => 'Label for the "Description" property of the Album asset',
|
||||
},
|
||||
|
|
@ -443,7 +443,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template delete message' => {
|
||||
message => q{Are you sure you wish to delete this gallery?},
|
||||
message => q{Are you sure you wish to delete this album?},
|
||||
lastUpdated => 0,
|
||||
context => q{The message for the delete page},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -422,7 +422,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'editForm synopsis label' => {
|
||||
message => 'Description',
|
||||
message => 'Photo Caption',
|
||||
lastUpdated => 0,
|
||||
context => 'Label for "synopsis" property',
|
||||
},
|
||||
|
|
@ -554,7 +554,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template delete message' => {
|
||||
message => q{Are you sure you wish to delete this gallery?},
|
||||
message => q{Are you sure you wish to delete this?},
|
||||
lastUpdated => 0,
|
||||
context => q{The message for the delete page},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue