Author: buscob
Date: Fri Jan 22 16:02:33 2010
New Revision: 902138
URL:
http://svn.apache.org/viewvc?rev=902138&view=revLog:
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>