Author: jleroux
Date: Mon May 17 09:26:48 2010
New Revision: 945042
URL:
http://svn.apache.org/viewvc?rev=945042&view=revLog:
Revert r945037, because I found it's not right when going back from logout -> forgot password, I got this error message
org.ofbiz.webapp.control.RequestHandlerException: Unknown request [authview]; this request does not exist or cannot be called directly.
Modified:
ofbiz/trunk/framework/common/webcommon/forgotPassword.ftl
Modified: ofbiz/trunk/framework/common/webcommon/forgotPassword.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/forgotPassword.ftl?rev=945042&r1=945041&r2=945042&view=diff==============================================================================
--- ofbiz/trunk/framework/common/webcommon/forgotPassword.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/forgotPassword.ftl Mon May 17 09:26:48 2010
@@ -35,7 +35,6 @@ under the License.
</td>
</tr>
</table>
- <a href='<@ofbizUrl>authview</@ofbizUrl>' class="button">${uiLabelMap.CommonGoBack}</a>
<input type="hidden" name="JavaScriptEnabled" value="N"/>
</form>
</div>