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:
Doug Bell 2008-04-09 16:21:52 +00:00
parent 3e82c7368d
commit 99aa2919d6
5 changed files with 9 additions and 5 deletions

View file

@ -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__),
)
);
}