Minor cosmetic changes.

This commit is contained in:
rjy7 2010-06-30 20:33:24 +00:00
parent 681cc62c21
commit 167e3c9611
2 changed files with 2 additions and 8 deletions

View file

@ -20,12 +20,6 @@ ${stylesheets.addFromTheme("/jquery.Jcrop.css")}
<p class="photoCroppingNote">To make adjustments, you can drag around and resize the blue square to the right. When you are happy with your photo click the "Save Photo" button. </p>
<form action="${formAction}" method="post">
<!-- Totally bogus -->
<input type="hidden" name="x" value="75">
<input type="hidden" name="y" value="50">
<input type="hidden" name="h" value="150">
<input type="hidden" name="w" value="150">
<input type="submit" value="Save photo">
or <a href="${cancelUrl}">Cancel</a>
</form>

View file

@ -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>