Author: jacopoc
Date: Sun Feb 11 03:16:53 2007
New Revision: 505889
URL: http://svn.apache.org/viewvc?view=rev&rev=505889
Log:
Applied patch from Bilgin Ibryam (OFBIZ-632) to replace the deprecated
list-iterator-name with list-name.
Modified:
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
Modified:
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml?view=diff&rev=505889&r1=505888&r2=505889
==============================================================================
---
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
(original)
+++
ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
Sun Feb 11 03:16:53 2007
@@ -190,7 +190,7 @@
<field name="submitButton" title="${uiLabelMap.CommonFind}"
widget-style="buttontext"><submit button-type="text-link"/></field>
</form>
<form name="ListContactListParties" type="list"
- title="" list-iterator-name="listIt"
paginate-target="ListContactListParties"
+ title="" list-name="listIt"
paginate-target="ListContactListParties"
default-title-style="tableheadtext"
default-widget-style="tabletext" default-tooltip-style="tabletext">
<actions>
<service service-name="performFind" result-map-name="result"
result-map-list-name="listIt">