From a4497d1fa525cf35e5059a2c4d2b2a0590b16068 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 8 Apr 2010 21:12:27 +0000 Subject: [PATCH] NIHVIVO-333 Merge revisions from rel-1.0-maint: Removed choice between image sizes on image upload page. Also added a note explaining that images smaller than 150x150px will not display well. --- .../edit/specific/uploadimages_body.jsp | 23 ++++++++++++------- .../edit/specific/uploadimages_head.jsp | 10 +++++--- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/webapp/web/templates/edit/specific/uploadimages_body.jsp b/webapp/web/templates/edit/specific/uploadimages_body.jsp index abebc6738..95fe8efd9 100644 --- a/webapp/web/templates/edit/specific/uploadimages_body.jsp +++ b/webapp/web/templates/edit/specific/uploadimages_body.jsp @@ -49,16 +49,21 @@ - - + + <%-- RY Disabling large image upload + + Select Image Type
- + + thumbnail (150px x 150px only) optional larger image - - + + + + --%> Select Image File @@ -66,7 +71,8 @@
${inputLink} - + + Please note: images are displayed at approximately 150x150px. Smaller images may not display optimally.
@@ -76,7 +82,7 @@ @@ -105,7 +111,8 @@ - + + <%-- RY Disabling large image upload --%>

diff --git a/webapp/web/templates/edit/specific/uploadimages_head.jsp b/webapp/web/templates/edit/specific/uploadimages_head.jsp index 0f090ddc7..987d33254 100644 --- a/webapp/web/templates/edit/specific/uploadimages_head.jsp +++ b/webapp/web/templates/edit/specific/uploadimages_head.jsp @@ -1,6 +1,7 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> - + +<%-- - +--%>