Minor cosmetic changes.
This commit is contained in:
parent
681cc62c21
commit
167e3c9611
2 changed files with 2 additions and 8 deletions
|
@ -15,9 +15,9 @@ ${stylesheets.addFromTheme("/uploadImages.css")}
|
|||
<img src="${thumbnailUrl}" width="115" height="115" /> </div>
|
||||
<div id="photoUploadForm">
|
||||
<form action="${formAction}" enctype="multipart/form-data" method="post">
|
||||
<label>Upload photo <span> (JPEG, GIF or PNG. Max Size: 50 MB)</span></label>
|
||||
<label>Upload a photo <span> (JPEG, GIF or PNG. Max Size: 50 MB)</span></label>
|
||||
<input type="file" name="datafile" size="30">
|
||||
<input type="submit" value="Upload a photo"> or <a href="${cancelUrl}">Cancel</a>
|
||||
<input type="submit" value="Upload photo"> or <a href="${cancelUrl}">Cancel</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue