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="<@ofbizUrl>${donePage}</@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="<@ofbizUrl>${donePage}</@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>


Reply via email to