NIHVIVO-2571: updated templates to use new size and dimension variables; minor css width change to support this

This commit is contained in:
tworrall 2011-07-14 17:02:04 +00:00
parent 4fca7d702e
commit 23c6f1d474
3 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/uploadImages.cs
<label>Replace Photo <span> (JPEG, GIF or PNG)</span></label>
<input type="file" name="datafile" size="30">
<p class="note">Maximum file size: ${maxFileSize} megabytes<br />
Minimum image dimensions: ${thumbnailWidth}x${thumbnailHeight} pixels</p>
<input class="submit" type="submit" value="Upload photo">
<span class="or"> or <a class="cancel" href="${cancelUrl}">Cancel</a></span>