Draw a fieldset around each Photo and its metadata.
Change the delete label so that it is clear that you are deleting the image and the metadata. Redo the image upload form so that it is clear that uploading a new image to a photo with an existing image replaces the existing with the new one.
This commit is contained in:
parent
d14d468415
commit
e886474284
5 changed files with 55 additions and 54 deletions
|
|
@ -32,13 +32,17 @@ our $HELP = {
|
|||
{ name => 'cancelButton', },
|
||||
{ name => 'photo_form_loop',
|
||||
variables => [
|
||||
{ name => 'imgUploadForm', },
|
||||
{ name => 'hasPhoto', },
|
||||
{ name => 'imgThumb', },
|
||||
{ name => 'imgUrl', },
|
||||
{ name => 'imgFilename', },
|
||||
{ name => 'newUploadForm', },
|
||||
{ name => 'imgCaptionForm', },
|
||||
{ name => 'imgBylineForm', },
|
||||
{ name => 'imgAltForm', },
|
||||
{ name => 'imgTitleForm', },
|
||||
{ name => 'imgUrlForm', },
|
||||
{ name => 'imgDeleteForm', },
|
||||
{ name => 'imgBylineForm', },
|
||||
{ name => 'imgAltForm', },
|
||||
{ name => 'imgTitleForm', },
|
||||
{ name => 'imgUrlForm', },
|
||||
{ name => 'imgDeleteForm', },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue