Make the save and add another photo button work. Add it to the default template.

This commit is contained in:
Colin Kuskie 2009-03-23 20:54:14 +00:00
parent adaef6d871
commit 08747a8fee
2 changed files with 1 additions and 1 deletions

View file

@ -361,7 +361,7 @@ sub getEditForm {
extras => q|onclick="history.go(-1);" class="backwardButton"|,
}),
saveAndAddButton => WebGUI::Form::submit($session, {
name => 'saveAndAddPhoto',
name => 'saveAndReturn',
value => $i18n->get('save and add another photo'),
}),
};