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
|
|
@ -292,7 +292,7 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'imgUploadForm' => {
|
||||
'newUploadForm' => {
|
||||
message => q|A form field to upload an image.|,
|
||||
context => q|Template variable for edit form.|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -365,9 +365,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'photo delete' => {
|
||||
message => q|Delete Photo|,
|
||||
message => q|Delete Photo and Metadata|,
|
||||
context => q|Label in the edit story form. Request that the photo be deleted, and all information with it.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1250195747,
|
||||
},
|
||||
|
||||
'photo_loop' => {
|
||||
|
|
@ -418,6 +418,30 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'hasPhoto' => {
|
||||
message => q|This template variable will be true if the a photo in the photo_loop has an image in it.|,
|
||||
context => q|Template variable|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'imgThumb' => {
|
||||
message => q|The URL to the thumbnail of the image, if this photo has an image.|,
|
||||
context => q|Template variable|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'imgUrl' => {
|
||||
message => q|The URL to the image, if this photo has an image.|,
|
||||
context => q|Template variable|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'imgFilename' => {
|
||||
message => q|The URL to the image, if this photo has an image.|,
|
||||
context => q|Template variable|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'singlePhoto' => {
|
||||
message => q|This template variable will be true if the Story has just 1 photo uploaded to it.|,
|
||||
context => q|Template variable|,
|
||||
|
|
@ -441,6 +465,11 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Replace image with new image' => {
|
||||
message => q|Replace image with new image|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue