Author: jleroux
Date: Sun Feb 5 21:51:22 2012
New Revision: 1240835
URL:
http://svn.apache.org/viewvc?rev=1240835&view=revLog:
A patch from Leon
https://issues.apache.org/jira/browse/OFBIZ-4677 "Trivial modification to themes/tomahawk/includes/appbarClose.ftl"
If you use tomahawk as default theme and open the Root application (mounted to '/'), the "passwordChange" link is wrong.
Modified:
ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=1240835&r1=1240834&r2=1240835&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Sun Feb 5 21:51:22 2012
@@ -88,7 +88,7 @@ under the License.
<li class="org">${orgName}</li>
</#if>
<#if userLogin.partyId?exists>
- <li class="user"><a href="passwordChange">${userName}</a></li>
+ <li class="user"><a href="<@ofbizUrl>passwordChange</@ofbizUrl>">${userName}</a></li>
<#else>
<li class="user">${userName}</li>
</#if>