You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/05/20 07:41:16 UTC

svn commit: r1744667 - /ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl

Author: pranayp
Date: Fri May 20 07:41:16 2016
New Revision: 1744667

URL: http://svn.apache.org/viewvc?rev=1744667&view=rev
Log:
[OFBIZ-7080] Minor improvement for change password screen title in ecommerce.
  
  Thanks Chandan Khandelwal for reporting this improvement and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl?rev=1744667&r1=1744666&r2=1744667&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/template/customer/changepassword.ftl Fri May 20 07:41:16 2016
@@ -17,7 +17,9 @@ specific language governing permissions
 under the License.
 -->
 <div class="screenlet">
-  <h2>${uiLabelMap.PartyChangePassword}</h2>  
+  <div class="screenlet-title-bar">
+    <h3>${uiLabelMap.PartyChangePassword}</h3>
+  </div>
   &nbsp;<a id="CommonGoBack1" href="<@o...@ofbizUrl>" class="button">${uiLabelMap.CommonGoBack}</a>
   &nbsp;<a id="CommonSave1" href="javascript:document.getElementById('changepasswordform').submit()" class="button">${uiLabelMap.CommonSave}</a>
   <p/>   
@@ -46,4 +48,4 @@ under the License.
     <a href="<@o...@ofbizUrl>" class="button">[${uiLabelMap.CommonGoBack}]</a>
     <a href="javascript:document.getElementById('changepasswordform').submit()" class="button">[${uiLabelMap.CommonSave}]</a>
   </div>
-</div>
\ No newline at end of file
+</div>