Add form fields for uploading images to the Story.

Help, i18n for those fields.
Need to be added to the template.
This commit is contained in:
Colin Kuskie 2009-03-20 18:20:47 +00:00
parent 734c48f525
commit 420a70531b
3 changed files with 97 additions and 5 deletions

View file

@ -14,10 +14,10 @@ our $HELP = {
fields => [],
variables => [
{ name => 'formHeader',
'required' => 1 },
required => 1 },
{ name => 'formTitle', },
{ name => 'formFooter',
'required' => 1 },
required => 1 },
{ name => 'titleForm', },
{ name => 'subtitleForm', },
{ name => 'bylineForm', },
@ -30,6 +30,16 @@ our $HELP = {
{ name => 'previewButton', },
{ name => 'saveAndAddButton', },
{ name => 'cancelButton', },
{ name => 'photo_form_loop',
variables => [
{ name => 'imgUploadForm', },
{ name => 'imgCaptionForm', },
{ name => 'imgBylineForm', },
{ name => 'imgAltForm', },
{ name => 'imgTitleForm', },
{ name => 'imgUrlForm', },
],
},
],
related => []
},