Author: jleroux
Date: Tue May 3 21:47:19 2016
New Revision: 1742200
URL:
http://svn.apache.org/viewvc?rev=1742200&view=revLog:
"Continue the work on the form widget grid element" -
https://issues.apache.org/jira/browse/OFBIZ-7029Oops this one was missing
Modified:
ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml?rev=1742200&r1=1742199&r2=1742200&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml Tue May 3 21:47:19 2016
@@ -42,7 +42,7 @@ under the License.
<include-form name="FindVisits" location="component://party/widget/partymgr/PartyVisitForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="ListVisits" location="component://party/widget/partymgr/PartyVisitForms.xml"/>
+ <include-grid name="ListVisits" location="component://party/widget/partymgr/PartyVisitForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -79,7 +79,7 @@ under the License.
</condition>
<widgets>
<screenlet title="${uiLabelMap.PageTitleListLoggedInUsers}">
- <include-form name="ListLoggedInUsers" location="component://party/widget/partymgr/PartyVisitForms.xml"/>
+ <include-grid name="ListLoggedInUsers" location="component://party/widget/partymgr/PartyVisitForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>