Author: buscob
Date: Sun Apr 10 18:01:12 2011
New Revision: 1090858
URL:
http://svn.apache.org/viewvc?rev=1090858&view=revLog:
Changed the Tomahawk theme so that the link on the user name now takes directly to the password change screen.
This is a first proposal to have the password change screen handy for any user regardless of its permissions to update parties.
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=1090858&r1=1090857&r2=1090858&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Sun Apr 10 18:01:12 2011
@@ -87,7 +87,7 @@ under the License.
<li class="org">${orgName}</li>
</#if>
<#if userLogin.partyId?exists>
- <li class="user"><a href="/partymgr/control/viewprofile?partyId=${userLogin.partyId}${StringUtil.wrapString(externalKeyParam!)}">${userName}</a></li>
+ <li class="user"><a href="passwordChange">${userName}</a></li>
<#else>
<li class="user">${userName}</li>
</#if>