svn commit: r549435 - in /ofbiz/trunk: applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl framework/common/config/CommonUiLabels.properties framework/common/webcommon/changePassword.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r549435 - in /ofbiz/trunk: applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl framework/common/config/CommonUiLabels.properties framework/common/webcommon/changePassword.ftl

jacopoc
Author: jacopoc
Date: Thu Jun 21 02:02:20 2007
New Revision: 549435

URL: http://svn.apache.org/viewvc?view=rev&rev=549435
Log:
Small label fix.

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl
    ofbiz/trunk/framework/common/config/CommonUiLabels.properties
    ofbiz/trunk/framework/common/webcommon/changePassword.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl?view=diff&rev=549435&r1=549434&r2=549435
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/requirePasswordChange.ftl Thu Jun 21 02:02:20 2007
@@ -29,7 +29,7 @@
 
 <div style="float: center; width: 49%; margin-right: 5px; text-align: center;" class="screenlet">
     <div class="screenlet-header">
-        <div class="boxhead">${uiLabelMap.CommonRegistered}</div>
+        <div class="boxhead">${uiLabelMap.CommonPasswordChange}</div>
     </div>
     <div class="screenlet-body" style="text-align: center;">
       <form method="post" action="<@ofbizUrl>login${previousParams}</@ofbizUrl>" name="loginform">

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.properties?view=diff&rev=549435&r1=549434&r2=549435
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.properties (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.properties Thu Jun 21 02:02:20 2007
@@ -291,6 +291,7 @@
 CommonPage=Page
 CommonPartyID=Party Id
 CommonPassword=Password
+CommonPasswordChange=Please Change Your Password
 CommonPerform=Perform
 CommonPermissionErrorMessage=Security Error\: to run ${resourceDescription} you must have the EXAMPLE_${mainAction} or EXAMPLE_ADMIN permission
 CommonPermissionError=Permission Error

Modified: ofbiz/trunk/framework/common/webcommon/changePassword.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/changePassword.ftl?view=diff&rev=549435&r1=549434&r2=549435
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/changePassword.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/changePassword.ftl Thu Jun 21 02:02:20 2007
@@ -21,7 +21,7 @@
 
 <div class="screenlet login-screenlet">
   <div class="screenlet-title-bar">
-    <h3>${uiLabelMap.CommonRegistered}</h3>
+    <h3>${uiLabelMap.CommonPasswordChange}</h3>
   </div>
   <div class="screenlet-body">
     <form method="post" action="<@ofbizUrl>login</@ofbizUrl>" name="loginform">