From a007e9d1a7ddd4a4d386ba366fc3e027a757c4da Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 6 Jul 2010 17:53:01 +0000 Subject: [PATCH] Change copy: "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." for "To make adjustments, you can drag around and resize the photo to the right. When you are happy with your photo click the "Save Photo" button." --- webapp/web/templates/freemarker/body/imageUpload/cropImage.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/imageUpload/cropImage.ftl b/webapp/web/templates/freemarker/body/imageUpload/cropImage.ftl index 2ec2e0a8d..bc22e8e72 100644 --- a/webapp/web/templates/freemarker/body/imageUpload/cropImage.ftl +++ b/webapp/web/templates/freemarker/body/imageUpload/cropImage.ftl @@ -6,6 +6,7 @@ ${scripts.add("/js/jquery.js")} ${scripts.add("/js/jquery_plugins/jcrop/jquery.Jcrop.js")} ${scripts.add("/js/imageUpload/cropImage.js")} + ${stylesheets.addFromTheme("/uploadImages.css")} ${stylesheets.addFromTheme("/jquery.Jcrop.css")} @@ -30,7 +31,7 @@ ${stylesheets.addFromTheme("/jquery.Jcrop.css")}

Your profile photo will look like the image below.

-

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.

+

To make adjustments, you can drag around and resize the photo to the right. When you are happy with your photo click the "Save Photo" button.