Author: rayb
Date: Wed May 23 09:07:03 2007
New Revision: 540985
URL:
http://svn.apache.org/viewvc?view=rev&rev=540985Log:
UI improvement to display the signed up email address for contact lists on the view profile screen.
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?view=diff&rev=540985&r1=540984&r2=540985==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl Wed May 23 09:07:03 2007
@@ -473,20 +473,23 @@
<td width="15%" nowrap><div class="tableheadtext">${uiLabelMap.CommonFromDate}</div></td>
<td width="15%" nowrap><div class="tableheadtext">${uiLabelMap.CommonThruDate}</div></td>
<td width="15%" nowrap><div class="tableheadtext">${uiLabelMap.CommonStatus}</div></td>
+ <td width="15%" nowrap><div class="tableheadtext">${uiLabelMap.CommonEmail}</div></td>
<td width="5"> </td>
<td width="20%" nowrap><div class="tableheadtext"><b> </b></div></td>
</tr>
<#list contactListPartyList as contactListParty>
<#assign contactList = contactListParty.getRelatedOne("ContactList")/>
<#assign statusItem = contactListParty.getRelatedOneCache("StatusItem")?if_exists/>
+ <#assign emailAddress = contactListParty.getRelatedOneCache("PreferredContactMech")/>
<#-- <#assign contactListType = contactList.getRelatedOneCache("ContactListType")/> -->
- <tr><td colspan="6"><hr class="sepbar"/></td></tr>
+ <tr><td colspan="7"><hr class="sepbar"/></td></tr>
<tr>
<td width="15%"><div class="tabletext"><b>${contactList.contactListName?if_exists}</b><#if contactList.description?has_content> - ${contactList.description}</#if></div></td>
<#-- <td width="15%"><div class="tabletext">${contactListType.get("description",locale)?if_exists}</div></td> -->
<td width="15%"><div class="tabletext">${contactListParty.fromDate?if_exists}</div></td>
<td width="15%"><div class="tabletext">${contactListParty.thruDate?if_exists}</div></td>
<td width="15%"><div class="tabletext">${(statusItem.get("description",locale))?if_exists}</div></td>
+ <td width="15%"><div class="tabletext">${emailAddress.infoString?if_exists}</div></td>
<td width="5"> </td>
<td width="20%" nowrap>
<#if (contactListParty.statusId?if_exists == "CLPT_ACCEPTED")>