Author: jleroux
Date: Sun May 1 17:36:52 2016 New Revision: 1741873 URL: http://svn.apache.org/viewvc?rev=1741873&view=rev Log: "Continue the work on the form widget grid element" - https://issues.apache.org/jira/browse/OFBIZ-7029 Replaces few form lists by grids, where it was possible to do it with regexp. For a reason I still don't understand I could not do it for all... Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml ofbiz/trunk/applications/product/widget/catalog/ImageManagementForms.xml ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml ofbiz/trunk/framework/webtools/widget/CacheForms.xml ofbiz/trunk/framework/webtools/widget/StatsForms.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyVisitForms.xml Sun May 1 17:36:52 2016 @@ -37,7 +37,7 @@ under the License. <field name="searchButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListVisits" type="list" separate-columns="true" title="Visits List" list-name="listIt" target="" default-entity-name="Visit" paginate-target="findVisits" + <grid name="ListVisits" separate-columns="true" title="Visits List" list-name="listIt" target="" default-entity-name="Visit" paginate-target="findVisits" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <set field="parameters.sortField" from-field="parameters.sortField" default-value="-visitId"/> @@ -69,9 +69,9 @@ under the License. <field name="clientIpAddress" title="${uiLabelMap.PartyClientIP}" sort-field="true"><display/></field> <field name="fromDate" title="${uiLabelMap.CommonFromDate}" sort-field="true"><display/></field> <field name="thruDate" title="${uiLabelMap.CommonThruDate}" sort-field="true"><display/></field> - </form> + </grid> - <form name="ListLoggedInUsers" type="list" separate-columns="true" title="Visits List" list-name="listIt" target="" default-entity-name="Visit" paginate-target="listLoggedInUsers" + <grid name="ListLoggedInUsers" separate-columns="true" title="Visits List" list-name="listIt" target="" default-entity-name="Visit" paginate-target="listLoggedInUsers" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <set field="parameters.sortField" from-field="parameters.sortField" default-value="-userLoginId"/> @@ -91,5 +91,5 @@ under the License. </hyperlink> </field> <field name="clientIpAddress" title="${uiLabelMap.PartyClientIP}" sort-field="true"><display/></field> - </form> + </grid> </forms> Modified: ofbiz/trunk/applications/product/widget/catalog/ImageManagementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ImageManagementForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ImageManagementForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ImageManagementForms.xml Sun May 1 17:36:52 2016 @@ -20,7 +20,7 @@ under the License. <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> - <form name="ListImageManagement" type="list" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> + <grid name="ListImageManagement" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> <actions> <entity-condition entity-name="ProductContentAndInfo"> <condition-list combine="and"> @@ -61,7 +61,7 @@ under the License. <field name="viewButton" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> <form name="ImageGallery" type="single" title="" header-row-style="header-row" default-table-style="basic-table" target="ListImageGallery"> <field name="productId" title="${uiLabelMap.ImageManagementChooseProductID}"><lookup target-form-name="LookupProduct"/></field> @@ -124,7 +124,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListPeopleApproved" type="list" title="" list-name="contentApprovalProductContentAndInfos" odd-row-style="alternate-row" default-table-style="basic-table" + <grid name="ListPeopleApproved" title="" list-name="contentApprovalProductContentAndInfos" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true" target=""> <row-actions> <entity-one entity-name="ContentDataResourceView" value-field="contentDataResourceView"> @@ -161,7 +161,7 @@ under the License. <field name="viewButton" position="2" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> <form name="ListPeopleRejected" type="multi" title="" list-name="productContentAndInfos" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true" target="addRejectedReasonImageManagement"> @@ -599,7 +599,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListImageUpload" type="list" title="" list-name="productContent" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> + <grid name="ListImageUpload" title="" list-name="productContent" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> <actions> <set field="dateNow" type="Timestamp" value="${groovy:import org.ofbiz.base.util.UtilDateTime;UtilDateTime.nowTimestamp().getTime() - 18000;}"/> <entity-condition entity-name="ProductContentAndInfo"> @@ -634,9 +634,9 @@ under the License. <parameter param-name="fromDate"/> </hyperlink> </field> - </form> + </grid> - <form name="ListLookupImage" type="list" list-name="listIt" paginate-target="ListLookupImage" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <grid name="ListLookupImage" list-name="listIt" paginate-target="ListLookupImage" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="ProductContentAndInfo"> <condition-list combine="and"> @@ -673,14 +673,14 @@ under the License. <field name="viewButton" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> <form name="ProductImageReplace" type="single" title="" header-row-style="header-row" default-table-style="basic-table" target="ListImageReplace"> <field name="productId" title="${uiLabelMap.ImageManagementChooseProductID}"><lookup target-form-name="LookupProduct"/></field> <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="ListImageRecentlyApproved" type="list" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true" target=""> + <grid name="ListImageRecentlyApproved" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true" target=""> <actions> <entity-condition entity-name="ProductContentAndInfo"> <condition-list combine="and"> @@ -722,9 +722,9 @@ under the License. <field name="viewButton" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> - <form name="ListImageExist" type="list" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> + <grid name="ListImageExist" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> <actions> <entity-condition entity-name="ProductContentAndInfo"> <condition-list combine="and"> @@ -763,9 +763,9 @@ under the License. <field name="viewButton" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> - <form name="ListImageReplace" type="list" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> + <grid name="ListImageReplace" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> <actions> <entity-condition entity-name="ProductContentAndInfo"> <condition-list combine="and"> @@ -806,9 +806,9 @@ under the License. <field name="viewButton" title="${uiLabelMap.CommonView}" widget-style="buttontext"> <hyperlink target="${origContentDataResourceViews[0].drObjectInfo}" target-window="_blank" description="${uiLabelMap.CommonView}" also-hidden="false" target-type="content"/> </field> - </form> + </grid> - <form name="ListLookupImageFrame" type="list" list-name="listIt" paginate-target="ListLookupImageFrame" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <grid name="ListLookupImageFrame" list-name="listIt" paginate-target="ListLookupImageFrame" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> <entity-condition entity-name="ContentDataResourceView"> <condition-expr field-name="contentTypeId" value="IMAGE_FRAME"/> @@ -826,7 +826,7 @@ under the License. <parameter param-name="contentId" from-field="contentId"/> </hyperlink> </field>--> - </form> + </grid> <form name="ImageResize" type="single" title="" header-row-style="header-row" default-table-style="basic-table" target="resizeImages"> <field name="resizeOption"> @@ -840,7 +840,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="SizeListOfProduct" type="list" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> + <grid name="SizeListOfProduct" title="" odd-row-style="alternate-row" default-table-style="basic-table" use-row-submit="true" separate-columns="true"> <actions> <entity-condition entity-name="ContentAssoc"> <condition-list combine="and"> @@ -858,5 +858,5 @@ under the License. <parameter param-name="mapKey" from-field="mapKey"/> </hyperlink> </field> - </form> + </grid> </forms> Modified: ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/CalendarForms.xml Sun May 1 17:36:52 2016 @@ -151,7 +151,7 @@ under the License. <field name="actualCompletionDate"><display type="date-time"/></field> </form> - <form name="showCalEventRoles" type="list" list-name="roles" + <grid name="showCalEventRoles" list-name="roles" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> <entity-and entity-name="WorkEffortPartyAssignment" list="roles" filter-by-date="true"> @@ -167,10 +167,10 @@ under the License. <field name="statusId" use-when="workEffort!=null"> <display-entity entity-name="StatusItem"/> </field> - </form> - <form name="showCalEventRolesDel" type="list" extends="showCalEventRoles" target="deleteWorkEffortPartyAssign"> + </grid> + <grid name="showCalEventRolesDel" extends="showCalEventRoles" target="deleteWorkEffortPartyAssign"> <field name="remove" title="${uiLabelMap.CommonRemove}"><submit/></field> - </form> + </grid> <form name="addCalEventRole" type="single" target="createWorkEffortPartyAssign"> <field name="workEffortId"><hidden value="${parameters.workEffortId}"/></field> <field name="statusId"><hidden value="PRTYASGN_ASSIGNED"/></field> Modified: ofbiz/trunk/framework/webtools/widget/CacheForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CacheForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/CacheForms.xml (original) +++ ofbiz/trunk/framework/webtools/widget/CacheForms.xml Sun May 1 17:36:52 2016 @@ -28,7 +28,7 @@ under the License. <field name="usedMemory" title="${uiLabelMap.WebtoolsUsedMemory}"><display/></field> <field name="totalCacheMemory" title="${uiLabelMap.WebtoolsCacheMemory}"><display/></field> </form> - <form name="ListCache" type="list" list-name="cacheList" paginate-target="FindUtilCache" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> + <grid name="ListCache" list-name="cacheList" paginate-target="FindUtilCache" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> <field name="cacheName" title="${uiLabelMap.WebtoolsCacheName}" sort-field="true"><display/></field> <field name="cacheSize" title="${uiLabelMap.WebtoolsSize}" sort-field="true"><display/></field> <field name="hitCount" title="${uiLabelMap.WebtoolsHits}" sort-field="true"><display/></field> @@ -40,9 +40,9 @@ under the License. <field name="useFileSystemStore" title="${uiLabelMap.WebtoolsUseFileStore}" sort-field="true"><display/></field> <field name="cacheMemory" title="${uiLabelMap.WebtoolsCacheMemory}" sort-field="true"><display/></field> <field name="cacheMenu" title=" " use-when="hasUtilCacheEdit"><include-menu name="ListCacheForm" location="component://webtools/widget/Menus.xml"/></field> - </form> + </grid> - <form name="ListCacheElements" type="list" list-name="cacheElementsList" paginate-target="FindUtilCacheElements" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> + <grid name="ListCacheElements" list-name="cacheElementsList" paginate-target="FindUtilCacheElements" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2"> <field name="elementKey" title="${uiLabelMap.WebtoolsCacheElementKey}" sort-field="true"><display/></field> <field name="expireTimeMillis" title="${uiLabelMap.WebtoolsExpireTime}" sort-field="true"><display/></field> <field name="lineSize" title="${uiLabelMap.WebtoolsBytes}" sort-field="true"><display/></field> @@ -53,7 +53,7 @@ under the License. <parameter param-name="UTIL_CACHE_ELEMENT_NUMBER" from-field="keyNum"/> </hyperlink> </field> - </form> + </grid> <form name="EditCache" type="single" target="EditUtilCacheUpdate" default-map-name="cache"> <field name="UTIL_CACHE_NAME" entry-name="cacheName" title="${uiLabelMap.WebtoolsCacheName}"><display/></field> Modified: ofbiz/trunk/framework/webtools/widget/StatsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/StatsForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/StatsForms.xml (original) +++ ofbiz/trunk/framework/webtools/widget/StatsForms.xml Sun May 1 17:36:52 2016 @@ -21,7 +21,7 @@ under the License. <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> - <form name="ListStats" type="list" paginate-target="StatsSinceStart" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <grid name="ListStats" paginate-target="StatsSinceStart" separate-columns="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="requestId" title="${uiLabelMap.WebtoolsStatsRequestId}"><display/></field> <field name="startTime" title="${uiLabelMap.WebtoolsStatsStart}"><display/></field> <field name="endTime" title="${uiLabelMap.WebtoolsStatsStop}"><display/></field> @@ -37,7 +37,7 @@ under the License. <parameter param-name="type" from-field="requestType"/> </hyperlink> </field> - </form> + </grid> <form name="ListRequestStats" extends="ListStats" list-name="requestList"/> <form name="ListEventStats" extends="ListStats" list-name="eventList"/> @@ -46,7 +46,7 @@ under the License. <field name="viewBins"><hidden/></field> </form> - <form name="ListMetrics" type="list" list-name="metricsList" paginate-target="ViewMetrics" + <grid name="ListMetrics" list-name="metricsList" paginate-target="ViewMetrics" header-row-style="header-row-2" default-table-style="basic-table light-grid"> <actions> <service service-name="getAllMetrics" /> @@ -60,5 +60,5 @@ under the License. <parameter param-name="name"/> </hyperlink> </field> - </form> + </grid> </forms> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountForms.xml Sun May 1 17:36:52 2016 @@ -34,7 +34,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field> </form> <!-- feedback --> - <form name="ItemsAwaitingFeedback" type="list" list-name="itemsAwaitingFeedbackList" + <grid name="ItemsAwaitingFeedback" list-name="itemsAwaitingFeedbackList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <row-actions> <set field="leave" value="${commentType}"/> @@ -51,8 +51,8 @@ under the License. <parameter param-name="role" value="${role}"/> </hyperlink> </field> - </form> - <form name="RecentFeedback" type="list" list-name="recentFeedbackList" + </grid> + <grid name="RecentFeedback" list-name="recentFeedbackList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <field name="contentId" title="Feedback Id"><display/></field> <field name="dataResourceId" title="${uiLabelMap.ContentDataResourceId}"> @@ -60,7 +60,7 @@ under the License. </field> <field name="commentator" title="Commentator"><display/></field> <field name="createdDate"><display type="date"/></field> - </form> + </grid> <!-- Personal Information --> <form name="EbayPersonalInformationForm" type="single" default-map-name="results.registrationAddress" default-table-style="basic-table"> <field name="firstName"><display/></field> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml Sun May 1 17:36:52 2016 @@ -69,7 +69,7 @@ under the License. <field name="submit" title="${uiLabelMap.CommonApply}"><submit/></field> </form> <!-- Sold Listing --> - <form name="SoldItemList" type="list" target="doAction" list-name="soldItemList" + <grid name="SoldItemList" target="doAction" list-name="soldItemList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true"> <row-actions> <script location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy"/> @@ -95,7 +95,7 @@ under the License. </drop-down> </field> <field name="submitButton" use-when=""${hasAction}"=="true"" title="${uiLabelMap.CommonSubmit}"><submit/></field> - </form> + </grid> <form name="OpenUnpaid" type="single" target="addDispute"> <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field> <field name="itemId"><hidden value="${parameters.itemId}"/></field> @@ -468,7 +468,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit button-type="button"/></field> </form> <!-- Active Listing --> - <form name="ActiveItemList" type="list" target="doAction" list-name="activeItemList" + <grid name="ActiveItemList" target="doAction" list-name="activeItemList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true"> <field name="itemId"><display/></field> <field name="SKU" title="Product ID"><display/></field> @@ -485,9 +485,9 @@ under the License. <field name="EditItem"> <hyperlink target="getItemProduct?productStoreId=${parameters.productStoreId}&itemId=${itemId}" description="Edit" target-type="plain" target-window="_BLANK"/> </field> - </form> + </grid> <!-- Unsold Listing --> - <form name="UnsoldItemList" type="list" target="doAction" list-name="unsoldItemList" + <grid name="UnsoldItemList" target="doAction" list-name="unsoldItemList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true"> <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field> <field name="itemId"><display/></field> @@ -500,7 +500,7 @@ under the License. <field name="endTime"><display/></field> <field name="quantity"><display/></field> <field name="listingType"><display/></field> - </form> + </grid> <!-- item list options --> <form name="ItemOption" type="single" target="${target}"> <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field> @@ -617,7 +617,7 @@ under the License. <field name="currencyId" title="Currency Code"><display/></field> <field name="submit" title="${uiLabelMap.CommonUpdate}"><submit/></field> </form> - <form name="bestOfferIncludeMessage" type="list" title="" list-name="listIt" + <grid name="bestOfferIncludeMessage" title="" list-name="listIt" odd-row-style="alternate-row" default-table-style="basic-table"> <actions> <set field="productStoreId" from-field="parameters.productStoreId"/> @@ -667,7 +667,7 @@ under the License. <parameter param-name="productStoreId" from-field="productStoreId"/> </hyperlink> </field> - </form> + </grid> <form name="viewCustomerOfferData" type="single" target="updateContactStatus"> <field name="customerUserId" title="Customer User ID"><display description="${userId}"/></field> <field name="productId" title="Item Id"><display description="${itemId}"/></field> @@ -699,7 +699,7 @@ under the License. </field> <field name="updateContactStatus"><submit button-type="button"/></field> </form> - <form name="ClosedItemList" type="list" target="doAction" list-name="closedList" + <grid name="ClosedItemList" target="doAction" list-name="closedList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true" view-size="100"> <field name="itemId" title="Item ID" sort-field="true"><display description="${itemId}"/></field> <field name="SKU" title="Product ID"><display description="${SKU}"/></field> @@ -712,7 +712,7 @@ under the License. <field name="bidCount" title="Bids"><display description="${bidCount}"/></field> <field name="hitCount" title="Hits"><display description="${hitCount}"/></field> <field name="listingType" title="Listing Type"><display description="${listingType}"/></field> - </form> + </grid> <form name="TransactionList" type="multi" target="EbayStoreImportTransaction" list-name="transactionsList" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true" view-size="100"> <row-actions> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml Sun May 1 17:36:52 2016 @@ -128,7 +128,7 @@ under the License. </field> <field name="submit" title="${uiLabelMap.CommonAdd}"><submit/></field> </form> - <form name="CatalogList" type="list" list-name="prodStoreCatalogList" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + <grid name="CatalogList" list-name="prodStoreCatalogList" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="productStoreId"><display/></field> <field name="prodCatalogId"> <display-entity entity-name="ProdCatalog" description="${catalogName}" key-field-name="prodCatalogId"/> @@ -140,12 +140,12 @@ under the License. <parameter param-name="fromDate"/> </hyperlink> </field> - </form> - <form name="errorMessageList" type="list" target="" list-name="errorMsgList" view-size="30" + </grid> + <grid name="errorMessageList" target="" list-name="errorMsgList" view-size="30" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="createDatetime"><display/></field> <field name="logAck"><display/></field> <field name="functionName"><display/></field> <field name="logMessage"><display/></field> - </form> + </grid> </forms> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml Sun May 1 17:36:52 2016 @@ -26,7 +26,7 @@ under the License. <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <form name="searchList" type="list" target="" list-name="queryResults" + <grid name="searchList" target="" list-name="queryResults" default-title-style="tableheadtext" default-widget-style="inputBox" paginate-target="/AdminSearch"> <field name="editContent" title=" "> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml?rev=1741873&r1=1741872&r2=1741873&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml Sun May 1 17:36:52 2016 @@ -56,7 +56,7 @@ </field> </form> - <form name="listFindBlogContent" type="list" target="" + <grid name="listFindBlogContent" target="" default-title-style="tableheadtext" default-widget-style="inputBox" paginate-target="/CMSContentFind" view-size="20"> <actions> @@ -84,7 +84,7 @@ <field name="contentName"> <display/> </field> - </form> + </grid> <form name="AddBlogResponse" target="createBlogResponse" title="" type="single" default-title-style="treeHeader" default-widget-style="inputBox"> |
Free forum by Nabble | Edit this page |