svn commit: r902138 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

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

svn commit: r902138 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

buscob
Author: buscob
Date: Fri Jan 22 16:02:33 2010
New Revision: 902138

URL: http://svn.apache.org/viewvc?rev=902138&view=rev
Log:
Changed back forgotPassword screen to use main-decorator instead of login-decorator.
This fixes an error that has been erroneously introduced in trunk rev. 894330
Thank you Mridul Pathak and Scott for reporting this in ML.

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=902138&r1=902137&r2=902138&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Fri Jan 22 16:02:33 2010
@@ -407,7 +407,7 @@
     <screen name="forgotPassword">
         <section>
             <widgets>
-                <decorator-screen name="login-decorator" location="${parameters.mainDecoratorLocation}">
+                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
                             <html><html-template location="component://common/webcommon/forgotPassword.ftl"/></html>