You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/09/23 13:05:57 UTC

svn commit: r818053 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile: EditProfile.ftl ViewProfile.ftl

Author: mor
Date: Wed Sep 23 11:05:57 2009
New Revision: 818053

URL: http://svn.apache.org/viewvc?rev=818053&view=rev
Log:
Misc. improvements, patch from Bharat Soni.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ViewProfile.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl?rev=818053&r1=818052&r2=818053&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl Wed Sep 23 11:05:57 2009
@@ -60,6 +60,9 @@
           <input type="password" name="newPasswordVerify" id="newPasswordVerify" value="" maxlength="16" />
         </div>
     </fieldset>
-    <div><a id="submitEditUserForm" href="javascript:void(0);" class="button">${uiLabelMap.CommonSubmit}</a></div>
+    <div>
+      <a id="submitEditUserForm" href="javascript:void(0);" class="button">${uiLabelMap.CommonSubmit}</a>
+      <a id="cancelEditUserForm" href="<@o...@ofbizUrl>" class="button">${uiLabelMap.CommonCancel}</a>
+    </div>
   </form>
 </div>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ViewProfile.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ViewProfile.ftl?rev=818053&r1=818052&r2=818053&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ViewProfile.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/ViewProfile.ftl Wed Sep 23 11:05:57 2009
@@ -31,9 +31,9 @@
       <div id="serverError_${emailContactMechId}" class="errorMessage"></div>
     </div>
     <#-- Manage Addresses -->
-    <h3>${uiLabelMap.EcommerceAddressBook}</h3>
     <div>
       <a class="button" href="<@o...@ofbizUrl>">${uiLabelMap.EcommerceManageAddresses}</a>
+      <h3>${uiLabelMap.EcommerceAddressBook}</h3>
       <div class="left center">
         <h3>${uiLabelMap.EcommercePrimaryShippingAddress}</h3>
           <ul>



Re: svn commit: r818053 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile: EditProfile.ftl ViewProfile.ftl

Posted by Adam Heath <do...@brainfood.com>.
mor@apache.org wrote:
> Author: mor
> Date: Wed Sep 23 11:05:57 2009
> New Revision: 818053
> 
> URL: http://svn.apache.org/viewvc?rev=818053&view=rev
> Log:
> Misc. improvements, patch from Bharat Soni.

Bad description, at least try to describe what you are changing.