Author: jacopoc
Date: Mon Apr 16 02:31:41 2007
New Revision: 529183
URL:
http://svn.apache.org/viewvc?view=rev&rev=529183Log:
Added userLoginId near the name of the logged in party.
Modified:
ofbiz/trunk/framework/common/webcommon/includes/header.ftl
Modified: ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?view=diff&rev=529183&r1=529182&r2=529183==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/header.ftl Mon Apr 16 02:31:41 2007
@@ -61,9 +61,9 @@
<br />
<p>
<#if person?has_content>
- ${uiLabelMap.CommonWelcome} ${person.firstName?if_exists} ${person.lastName?if_exists}!
+ ${uiLabelMap.CommonWelcome} ${person.firstName?if_exists} ${person.lastName?if_exists} [${userLogin.userLoginId}]
<#elseif partyGroup?has_content>
- ${uiLabelMap.CommonWelcome} ${partyGroup.groupName?if_exists}!
+ ${uiLabelMap.CommonWelcome} ${partyGroup.groupName?if_exists} [${userLogin.userLoginId}]
<#else>
${uiLabelMap.CommonWelcome}!
</#if>