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."

This commit is contained in:
mb863 2010-07-06 17:53:01 +00:00
parent 4fb12f79d5
commit a007e9d1a7

View file

@ -6,6 +6,7 @@ ${scripts.add("/js/jquery.js")}
${scripts.add("/js/jquery_plugins/jcrop/jquery.Jcrop.js")} ${scripts.add("/js/jquery_plugins/jcrop/jquery.Jcrop.js")}
${scripts.add("/js/imageUpload/cropImage.js")} ${scripts.add("/js/imageUpload/cropImage.js")}
${stylesheets.addFromTheme("/uploadImages.css")} ${stylesheets.addFromTheme("/uploadImages.css")}
${stylesheets.addFromTheme("/jquery.Jcrop.css")} ${stylesheets.addFromTheme("/jquery.Jcrop.css")}
@ -30,7 +31,7 @@ ${stylesheets.addFromTheme("/jquery.Jcrop.css")}
<p class="photoCroppingTitleBody">Your profile photo will look like the image below. </p> <p class="photoCroppingTitleBody">Your profile photo will look like the image below. </p>
<div style="width:115px;height:115px;overflow:hidden;border:1px solid green;"> <img src="${imageUrl}" id="preview" /> </div> <div style="width:115px;height:115px;overflow:hidden;border:1px solid green;"> <img src="${imageUrl}" id="preview" /> </div>
<div id="photoCroppingHowTo"> <div id="photoCroppingHowTo">
<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> <p class="photoCroppingNote">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. </p>
<form id="cropImage" action="${formAction}" method="post"> <form id="cropImage" action="${formAction}" method="post">
<!-- Javascript will populate these values --> <!-- Javascript will populate these values -->