svn commit: r511769 [5/7] - in /ofbiz/trunk: applications/accounting/webapp/accounting/admin/ applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/chartofaccounts/ applications/accounting/webapp/accounting/fixe...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r511769 [5/7] - in /ofbiz/trunk: applications/accounting/webapp/accounting/admin/ applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/chartofaccounts/ applications/accounting/webapp/accounting/fixe...

jacopoc
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
 
-    <form name="FindQuotes" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="inputBox"
-            target="FindQuote" title="" type="single">
+    <form name="FindQuotes" target="FindQuote" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="Quote" default-field-type="find"/>
         <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}"></field>
         <field name="quoteTypeId" title="${uiLabelMap.OrderOrderQuoteTypeId}">
@@ -73,8 +72,9 @@
         </field>
         <field name="noConditionFind"><hidden value="Y"/></field>
     </form>
-    <form name="ListQuotes" list-name="listIt" target="" paginate-target="FindQuote" title="" type="list"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListQuotes" list-name="listIt" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="FindQuote">
        <actions>
           <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
               <field-map field-name="inputFields" env-name="parameters"/>
@@ -97,7 +97,7 @@
         <field name="validThruDate" title="${uiLabelMap.CommonValidThruDate}"></field>
     </form>
     <form name="EditQuote" type="single" target="updateQuote" title="" default-map-name="quote"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quote==null" target="createQuote"/>
         <auto-fields-entity entity-name="Quote" default-field-type="edit"/>
         <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}" widget-style="tabletext"><display/></field>
@@ -147,9 +147,9 @@
         <field name="description" title="${uiLabelMap.CommonDescription}"></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListQuoteRoles" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="quoteRoles"
-            target="" paginate-target="ListQuoteRoles" title="" type="list">
+    <form name="ListQuoteRoles" target="" title="" type="list" list-name="quoteRoles"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ListQuoteRoles">
         <auto-fields-entity entity-name="QuoteRole" default-field-type="display"/>
         <field name="partyId" title="${uiLabelMap.PartyPartyId}"></field>
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"><display-entity also-hidden="false" entity-name="RoleType"/></field>
@@ -159,7 +159,7 @@
         </field>
     </form>
     <form name="EditQuoteRole" type="single" target="createQuoteRole" title="" default-map-name="quoteRole"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="QuoteRole" default-field-type="edit"/>
         <field name="quoteId"><hidden/></field>
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}">
@@ -172,8 +172,9 @@
         <field name="partyId" title="${uiLabelMap.PartyParty}"><lookup target-form-name="LookupPartyName"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListQuoteItems" list-name="quoteItems" target="" paginate-target="ListQuoteItems" title="" type="list"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListQuoteItems" list-name="quoteItems" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ListQuoteItems">
         <auto-fields-entity entity-name="QuoteItem" default-field-type="display"/>
         <field name="quoteId"><hidden/></field>
         <field name="quoteItemSeqId"><hidden/></field>
@@ -206,7 +207,7 @@
         </field>
     </form>
     <form name="EditQuoteItem" type="single" target="updateQuoteItem" title="" default-map-name="quoteItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quoteItem==null" target="createQuoteItem"/>
         <auto-fields-entity entity-name="QuoteItem" default-field-type="edit"/>
         <field name="quoteId"><hidden/></field>
@@ -252,9 +253,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ListQuoteAttributes" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="quoteAttributes"
-            target="" paginate-target="ListQuoteAttributes" title="" type="list">
+    <form name="ListQuoteAttributes" target="" title="" type="list" list-name="quoteAttributes"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ListQuoteAttributes">
         <auto-fields-entity entity-name="QuoteAttribute" default-field-type="display"/>
         <field name="attrName" title="${uiLabelMap.OrderOrderQuoteAttributeName}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${attrName}" target="EditQuoteAttribute?quoteId=${quoteId}&amp;attrName=${attrName}"/>
@@ -266,7 +267,7 @@
         </field>
     </form>
     <form name="EditQuoteAttribute" type="single" target="updateQuoteAttribute" title="" default-map-name="quoteAttribute"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quoteAttribute==null" target="createQuoteAttribute"/>
         <auto-fields-entity entity-name="QuoteAttribute" default-field-type="edit"/>
         <field name="attrName" title="${uiLabelMap.OrderOrderQuoteAttributeName}" use-when="quoteAttribute==null"><text/></field>
@@ -276,9 +277,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ListQuoteCoefficients" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="quoteCoefficients"
-            target="" paginate-target="ListQuoteCoefficients" title="" type="list">
+    <form name="ListQuoteCoefficients" target="" title="" type="list" list-name="quoteCoefficients"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ListQuoteCoefficients">
         <auto-fields-entity entity-name="QuoteCoefficient" default-field-type="display"/>
         <field name="coeffName" title="${uiLabelMap.OrderOrderQuoteCoeffName}" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${coeffName}" target="EditQuoteCoefficient?quoteId=${quoteId}&amp;coeffName=${coeffName}"/>
@@ -289,9 +290,8 @@
             <hyperlink target="removeQuoteCoefficient?coeffName=${coeffName}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditQuoteCoefficient" type="single"
-            target="updateQuoteCoefficient" title="" default-map-name="quoteCoefficient"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditQuoteCoefficient" type="single" target="updateQuoteCoefficient" title="" default-map-name="quoteCoefficient"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quoteCoefficient==null" target="createQuoteCoefficient"/>
         <auto-fields-entity entity-name="QuoteCoefficient" default-field-type="edit"/>
         <field name="quoteId"><hidden/></field>
@@ -300,9 +300,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ManageQuotePrices" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext" use-row-submit="true"
-            list-name="quoteItemAndCostInfos" target="autoUpdateQuotePrices?quoteId=${quoteId}" paginate-target="ManageQuotePrices" title="" type="multi">
+    <form name="ManageQuotePrices"  title="" type="multi" list-name="quoteItemAndCostInfos" target="autoUpdateQuotePrices?quoteId=${quoteId}" use-row-submit="true"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ManageQuotePrices">
         <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext">
             <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem?custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}"/>
         </field>
@@ -323,9 +323,9 @@
         <field name="_rowSubmit" title="${uiLabelMap.CommonSelected}"><check/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit/></field>
     </form>
-    <form name="ListQuoteAdjustments" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="quoteAdjustments"
-            target="" paginate-target="ListQuoteAdjustments" title="" type="list">
+    <form name="ListQuoteAdjustments" target="" title="" type="list" list-name="quoteAdjustments"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ListQuoteAdjustments">
         <auto-fields-entity entity-name="QuoteAdjustment" default-field-type="display"/>
         <field name="quoteId"><hidden/></field>
         <field name="quoteAdjustmentId"><hidden/></field>
@@ -352,7 +352,7 @@
         </field>
     </form>
     <form name="EditQuoteAdjustment" type="single" target="updateQuoteAdjustment" title="" default-map-name="quoteAdjustment"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quoteAdjustment==null" target="createQuoteAdjustment"/>
         <auto-fields-entity entity-name="QuoteAdjustment" default-field-type="edit"/>
         <field name="quoteId"><hidden/></field>
@@ -379,9 +379,9 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ViewQuoteProfit" title="" type="list"
-            list-name="quoteItemAndCostInfos" target="" paginate-target="ViewQuoteProfit"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ViewQuoteProfit" title="" type="list" list-name="quoteItemAndCostInfos" target=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="ViewQuoteProfit">
         <field name="custRequestId" title="${uiLabelMap.OrderOrderQuoteViewRequest}" widget-style="buttontext">
             <hyperlink target-type="inter-app" also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="/workeffort/control/requestitem?custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}"/>
         </field>
@@ -400,7 +400,7 @@
         <field name="percProfit" title="${uiLabelMap.OrderOrderQuotePercProfit}"><display/></field>
     </form>
     <form name="EditQuoteReportMail" type="single" target="sendQuoteReportMail" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="quoteId"><hidden/></field>
         <field name="emailType"><hidden/></field>
         <field name="sendTo"><text/></field>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="FindRequests" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="inputBox"
-            target="FindRequest" title="" type="single" default-map-name="parameters">
+    <form name="FindRequests" target="FindRequest" title="" type="single" default-map-name="parameters"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="CustRequest" default-field-type="find"/>
         <field name="custRequestTypeId">
             <drop-down allow-empty="true">
@@ -66,9 +65,9 @@
         <field name="noConditionFind"><hidden value="Y"/></field>
     </form>
 
-    <form name="ListRequests" type="list" use-row-submit="true" list-name="listIt"
-            title="" paginate-target="FindRequest"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequests" type="list" use-row-submit="true" list-name="listIt" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="FindRequest">
        <actions>
           <!--<set field="entityName" value="CustRequestAndRole"/>-->
           <set field="entityName" value="CustRequest"/>
@@ -88,9 +87,9 @@
             <display-entity also-hidden="false" entity-name="StatusItem"/>
         </field>
     </form>
-    <form name="ListRequestItems" type="list" use-row-submit="true"
-            title="" list-name="custRequestItems" paginate-target="requestitems"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestItems" type="list" use-row-submit="true"  title="" list-name="custRequestItems"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="requestitems">
         <auto-fields-entity entity-name="CustRequestItem" default-field-type="display"/>
         <field name="sequenceNum"></field>
         <field name="custRequestId"><hidden/></field>
@@ -107,9 +106,9 @@
         </field>
     </form>
 
-    <form name="ListRequestQuoteItems" type="list" use-row-submit="true"
-            title="" list-name="quotes" paginate-target="RequestItemQuotes"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestQuoteItems" type="list" use-row-submit="true"  title="" list-name="quotes"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequestItemQuotes">
         <auto-fields-entity entity-name="QuoteItem" default-field-type="display"/>
         <field name="quoteId" widget-style="buttontext">
             <hyperlink description="${quoteItemSeqId}" target="EditQuoteItemForRequest?custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}&amp;quoteId=${quoteId}&amp;quoteItemSeqId=${quoteItemSeqId}"/>
@@ -127,9 +126,8 @@
         <field name="custRequestItemSeqId"><hidden/></field>
     </form>
 
-    <form name="EditCustRequest" type="single"
-            target="updaterequest" title="Request" default-map-name="custRequest"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditCustRequest" type="single" target="updaterequest" title="Request" default-map-name="custRequest"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="custRequest==null" target="createrequest"/>
         <auto-fields-service service-name="updateCustRequest" default-field-type="edit"/>
         <field name="custRequestId"><hidden/></field>
@@ -206,9 +204,8 @@
         <field name="lastModifiedByUserLogin"><hidden/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="EditCustRequestItem" type="single"
-            target="updaterequestitem" title="" default-map-name="custRequestItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditCustRequestItem" type="single" target="updaterequestitem" title="" default-map-name="custRequestItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="custRequestItem==null" target="createrequestitem"/>
         <auto-fields-entity entity-name="CustRequestItem" default-field-type="edit"/>
         <field name="custRequestId"><hidden/></field>
@@ -250,9 +247,8 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="EditQuoteItemForRequest" type="single"
-            target="updateQuoteItemForRequest" title="" default-map-name="quoteItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditQuoteItemForRequest" type="single" target="updateQuoteItemForRequest" title="" default-map-name="quoteItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="quoteItem==null" target="createQuoteItemForRequest"/>
         <auto-fields-entity entity-name="QuoteItem" default-field-type="edit"/>
         <field name="quoteId"><display/></field>
@@ -290,14 +286,13 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="CreateQuoteAndQuoteItemForRequest" type="single" extends="EditQuoteItemForRequest"
-            target="createQuoteAndQuoteItemForRequest" title="" default-map-name="quoteItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateQuoteAndQuoteItemForRequest" type="single" extends="EditQuoteItemForRequest" target="createQuoteAndQuoteItemForRequest" title="" default-map-name="quoteItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
     </form>
 
-    <form name="ListRequestItemNotes" type="list" use-row-submit="true"
-            title="" list-name="notes" paginate-target="RequestItemNotes"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestItemNotes" type="list" use-row-submit="true"  title="" list-name="notes"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequestItemNotes">
         <auto-fields-entity entity-name="CustRequestItemNoteView" default-field-type="display"/>
         <field name="noteId"><hidden/></field>
         <field name="noteName"><hidden/></field>
@@ -306,16 +301,15 @@
         <field name="firstName"><hidden/></field>
         <field name="lastName"><hidden/></field>
     </form>
-    <form name="ListRequestItemWorkEffortReq" type="list" use-row-submit="true"
-            title="" list-name="requirements" paginate-target="RequestItemRequirements"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestItemWorkEffortReq" type="list" use-row-submit="true"  title="" list-name="requirements"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequestItemRequirements">
         <auto-fields-entity entity-name="Requirement" default-field-type="display"/>
         <field name="requirementId"><hidden/></field>
     </form>
     
-    <form name="EditRequestItemNote" type="single"
-            target="createrequestitemnote" title="" default-map-name="quoteItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditRequestItemNote" type="single" target="createrequestitemnote" title="" default-map-name="quoteItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="custRequestId"><hidden/></field>
         <field name="custRequestItemSeqId"><hidden/></field>
         <field name="note"><textarea/></field>
@@ -324,9 +318,9 @@
         </field>
     </form>
 
-    <form name="ListRequestRoles" type="list" use-row-submit="true"
-            title="" list-name="custRequestRoles" paginate-target="RequestRoles"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestRoles" type="list" use-row-submit="true" title="" list-name="custRequestRoles"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequestRoles">
         <auto-fields-entity entity-name="CustRequestRole" default-field-type="display"/>
         <field name="custRequestId"><hidden/></field>
         <field name="partyId" widget-style="buttontext">
@@ -343,9 +337,8 @@
         </field>
     </form>
 
-    <form name="EditRequestRole" type="single"
-            target="createrequestrole" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditRequestRole" type="single" target="createrequestrole" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="custRequestId"><hidden/></field>
         <field name="partyId"><lookup target-form-name="LookupPartyName"/></field>
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}">
@@ -358,9 +351,9 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListRequestItemRequirements" type="list"
-            title="" list-name="custRequestRequirements" paginate-target="RequestItemRequirements"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequestItemRequirements" type="list" title="" list-name="custRequestRequirements"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequestItemRequirements">
         <auto-fields-entity entity-name="Requirement" default-field-type="display"/>
         <field name="requirementId" widget-style="buttontext">
             <hyperlink description="${requirementId}" target="EditRequirement?requirementId=${requirementId}"/>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="FindRequirements" type="single"
-            target="FindRequirements" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="FindRequirements" type="single" target="FindRequirements" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="hideSearch"><hidden value="Y"/></field>
         <field name="requirementId"><text-find/></field>
@@ -54,9 +53,9 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ListRequirements" type="list" use-row-submit="true"
-            target="" title="" list-name="listIt" paginate-target="FindRequirements"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequirements" type="list" use-row-submit="true"  target="" title="" list-name="listIt"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="FindRequirements">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -88,9 +87,8 @@
             <hyperlink description="${uiLabelMap.CommonRemove}" target="deleteRequirement?requirementId=${requirementId}"/>
         </field>
     </form>
-    <form name="EditRequirement" type="single"
-            target="updateRequirement" title="" default-map-name="requirement"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditRequirement" type="single" target="updateRequirement" title="" default-map-name="requirement"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="requirement==null" target="createRequirement"/>
         <auto-fields-service service-name="updateRequirement" default-field-type="edit"/>
         <field name="requirementId"><hidden/></field>
@@ -120,9 +118,9 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ListRequirementCustRequests" type="list"
-            title="" list-name="requirementCustRequests" paginate-target="ListRequirementCustRequests"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequirementCustRequests" type="list" title="" list-name="requirementCustRequests"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="ListRequirementCustRequests">
         <auto-fields-entity entity-name="RequirementCustRequest" default-field-type="display"/>
         <field name="requirementId"><hidden/></field>
         <field name="custRequestId" widget-style="buttontext">
@@ -134,18 +132,18 @@
     </form>
 
     <!-- lists the orders associated with a requirement -->
-    <form name="ListRequirementOrders" type="list"
-            title="" list-name="orderRequirements" paginate-target="ListRequirementOrders"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequirementOrders" type="list" title="" list-name="orderRequirements"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="ListRequirementOrders">
         <auto-fields-entity entity-name="OrderRequirementCommitment" default-field-type="display"/>
         <field name="orderId" widget-style="buttontext">
             <hyperlink description="${orderId}" target-type="inter-app" target="/ordermgr/control/orderview?orderId=${orderId}"/>
         </field>
     </form>
     <!-- lists the roles associated with a requirement -->
-    <form name="ListRequirementRoles" type="list"
-            title="" list-name="requirementRoles" paginate-target="ListRequirementRoles"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListRequirementRoles" type="list" title="" list-name="requirementRoles"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="ListRequirementRoles">
         <auto-fields-entity entity-name="RequirementRole" default-field-type="display"/>
         <field name="requirementId"><hidden/></field>
         <field name="editLink" widget-style="buttontext" title="${uiLabelMap.CommonEdit}">
@@ -155,9 +153,8 @@
             <hyperlink description="${uiLabelMap.CommonRemove}" target="removeRequirementRole?requirementId=${requirementId}&amp;partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;fromDate=${fromDate}"/>
         </field>
     </form>
-    <form name="EditRequirementRole" type="single"
-            target="updateRequirementRole" title="" default-map-name="requirementRole"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditRequirementRole" type="single" target="updateRequirementRole" title="" default-map-name="requirementRole"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="requirementRole==null" target="createRequirementRole"/>
         <field name="requirementId"><hidden/></field>
         <field name="partyId" use-when="requirementRole!=null"><display/></field>
@@ -175,9 +172,8 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="FindNotApprovedRequirements" type="single"
-            target="ApproveRequirements" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="FindNotApprovedRequirements" type="single" target="ApproveRequirements" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="hideSearch"><hidden value="Y"/></field>
         <field name="requirementId"><text-find/></field>
         <field name="requirementTypeId">
@@ -200,9 +196,9 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ApproveRequirements" type="multi" use-row-submit="true"
-            target="approveRequirements" title="" list-name="listIt" paginate-target="ApproveRequirements"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ApproveRequirements" type="multi" use-row-submit="true" target="approveRequirements" title="" list-name="listIt"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="ApproveRequirements">
         <actions>
             <set field="entityName" value="Requirement"/>
             <set field="requestParameters.statusId" value="REQ_CREATED"/>
@@ -229,8 +225,8 @@
           <submit/>
         </field>
     </form>
-    <form name="FindApprovedProductRequirements" type="single" target="ApprovedProductRequirements" title="" default-title-style="tableheadtext" default-widget-style="tabletext"
-        default-tooltip-style="tabletext">
+    <form name="FindApprovedProductRequirements" type="single" target="ApprovedProductRequirements" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="showList"><hidden value="Y"/></field>
         <field name="requirementId"><text-find/></field>
         <field name="billToCustomerPartyId">
@@ -259,7 +255,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="ApprovedProductRequirementsList" type="list" title="" list-name="requirementsForSupplier"
-        paginate-target="RequirementsForSupplier" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequirementsForSupplier">
         <actions>
             <service service-name="prepareFind" result-map-name="resultConditions">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -294,7 +291,8 @@
         <field name="comments"><display/></field>
     </form>
     <form name="ApprovedProductRequirements" type="multi" use-row-submit="true" target="quickPurchaseOrderEntry" title="" list-name="requirementsForSupplier"
-        paginate-target="RequirementsForSupplier" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequirementsForSupplier">
         <field name="billToCustomerPartyId"><hidden value="${parameters.billToCustomerPartyId}"/></field>
         <field name="supplierPartyId"><hidden value="${parameters.partyId}"/></field>
         <field name="requirementId" widget-style="buttontext">
@@ -331,8 +329,8 @@
         <field name="distinctProductCount"><display/></field>
         <field name="quantityTotal"><display/></field>
     </form>
-    <form name="ApprovedProductRequirementsByVendor" type="list" use-row-submit="true" list-name="requirements" target="ApprovedProductRequirements"
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true"
+    <form name="ApprovedProductRequirementsByVendor" type="list" use-row-submit="true" list-name="requirements" target="ApprovedProductRequirements" separate-columns="true"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
         paginate-target="ApprovedProductRequirementsByVendor">
         <field name="partyId">
             <display description="${bsh: org.ofbiz.party.party.PartyHelper.getPartyName(delegator, partyId, false);}"/>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Mon Feb 26 02:11:32 2007
@@ -20,7 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="EditReturn" type="single" target="updateReturnHeader" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditReturn" type="single" target="updateReturnHeader"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="returnHeader==null" target="createReturnHeader"/>
         <auto-fields-service service-name="updateReturnHeader"/>
         <field use-when="returnHeader!=null" name="returnId" tooltip="This cannot be changed without re-creating the Return."><display/></field>
@@ -50,7 +51,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ReturnItems" type="multi" list-name="orderItems" target="createReturnItem" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ReturnItems" type="multi" list-name="orderItems" target="createReturnItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createReturnItem"/>
         <field name="itemDescription"><display/></field>
         <field name="returnId"><hidden/></field>
@@ -60,7 +62,7 @@
     </form>
 
     <form name="FindReturns" type="single"  target="findreturn" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="returnId" title="${uiLabelMap.OrderReturnId}"><text-find/></field>
         <field name="fromPartyId" title="${uiLabelMap.OrderReturnFromParty}">
             <lookup target-form-name="LookupPartyName"/>
@@ -84,9 +86,9 @@
         </field>
     </form>
 
-    <form name="ListReturns" type="list"  target="findreturn" title=""
-                list-name="listIt" paginate-target="findreturn"
-                default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListReturns" type="list"  target="findreturn" title="" list-name="listIt"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="findreturn">
         <actions>
             <service service-name="performFind"  result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml Mon Feb 26 02:11:32 2007
@@ -18,8 +18,8 @@
 under the License.
 -->
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="FindRequirements" type="single" target="RequirementsForSupplier" title="" default-title-style="tableheadtext" default-widget-style="tabletext"
-        default-tooltip-style="tabletext">
+    <form name="FindRequirements" type="single" target="RequirementsForSupplier" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="showList"><hidden value="Y"/></field>
         <field name="requirementId"><text-find/></field>
         <field name="partyId" title="${uiLabelMap.PartySupplier}"><lookup target-form-name="LookupPartyName"/></field>
@@ -28,7 +28,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="RequirementsList" type="multi" use-row-submit="true" target="addRequirementsToCart" title="" list-name="requirementsForSupplier"
-        paginate-target="RequirementsForSupplier" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="RequirementsForSupplier">
         <actions>
             <service service-name="prepareFind" result-map-name="resultConditions">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -51,9 +52,8 @@
         <field name="_rowSubmit" title="${uiLabelMap.CommonSelect}"><check/></field>
         <field name="submitButton" widget-style="smallSubmit"><submit/></field>
     </form>
-    <form name="FindQuotes" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="inputBox"
-            target="FindQuoteForCart" title="" type="single">
+    <form name="FindQuotes" target="FindQuoteForCart" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="Quote" default-field-type="find"/>
         <field name="quoteId" title="${uiLabelMap.OrderOrderQuoteId}"></field>
         <field name="quoteTypeId" title="${uiLabelMap.OrderOrderQuoteTypeId}">
@@ -74,9 +74,9 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ListQuotes" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext"
-            list-name="listIt" target="" paginate-target="FindQuoteForCart" title="" type="list">
+    <form name="ListQuotes" list-name="listIt" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="FindQuoteForCart">
        <actions>
           <set field="entityName" value="Quote"/>
           <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
@@ -100,42 +100,43 @@
         <field name="statusId"><hidden/></field>
         <field name="currencyUomId"><hidden/></field>
     </form>
-    <form name="ViewShoppingLists" type="list" default-title-style="tableheadtext" default-widget-style="tabletext"
-          list-name="customershoppinglists" target="">
-          <field name="listName" title="${uiLabelMap.PageTitleShoppingList}"><display/></field>
-          <field name="shoppingListTypeId" title="${uiLabelMap.EcommerceListType}">
-              <display-entity entity-name="ShoppingListType"/>
-          </field>
-          <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
-          <field name="addFromList" title="" widget-style="buttontext">
-              <hyperlink target="addFromShoppingList?shoppingListId=${shoppingListId}" description="View List" also-hidden="false"/>
-          </field>
-          <field name="addAllFromList" title="" widget-style="buttontext">
-              <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
-          </field>
-    </form>
-    <form name="AddFromShoppingList" type="list" default-title-style="tableheadtext" default-widget-style="tabletext"
-          list-name="shoppinglistitems" target="">
-          <auto-fields-entity entity-name="ShoppingListItem" default-field-type="display"/>
-          <field name="productId" title="${uiLabelMap.ProductProduct}">
-              <display-entity entity-name="Product" description="${productId} - ${description}"/>
-          </field>
-          <field name="addToCart" title="" widget-style="buttontext">
-              <hyperlink target="additem/editShoppingList?shoppingListId=${shoppingListId}&amp;shoppingListItemSeqId=${shoppingListItemSeqId}&amp;add_product_id=${productId}&amp;quantity=${quantity}"
-                  description="Add ${quantity} to Order" also-hidden="false"/>
-          </field>
+    <form name="ViewShoppingLists" type="list" list-name="customershoppinglists" target=""
+        default-title-style="tableheadtext" default-widget-style="tabletext">
+        <field name="listName" title="${uiLabelMap.PageTitleShoppingList}"><display/></field>
+        <field name="shoppingListTypeId" title="${uiLabelMap.EcommerceListType}">
+            <display-entity entity-name="ShoppingListType"/>
+        </field>
+        <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
+        <field name="addFromList" title="" widget-style="buttontext">
+            <hyperlink target="addFromShoppingList?shoppingListId=${shoppingListId}" description="View List" also-hidden="false"/>
+        </field>
+        <field name="addAllFromList" title="" widget-style="buttontext">
+            <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
+        </field>
+    </form>
+    <form name="AddFromShoppingList" type="list" list-name="shoppinglistitems" target=""
+        default-title-style="tableheadtext" default-widget-style="tabletext">
+        <auto-fields-entity entity-name="ShoppingListItem" default-field-type="display"/>
+        <field name="productId" title="${uiLabelMap.ProductProduct}">
+            <display-entity entity-name="Product" description="${productId} - ${description}"/>
+        </field>
+        <field name="addToCart" title="" widget-style="buttontext">
+            <hyperlink target="additem/editShoppingList?shoppingListId=${shoppingListId}&amp;shoppingListItemSeqId=${shoppingListItemSeqId}&amp;add_product_id=${productId}&amp;quantity=${quantity}"
+                description="Add ${quantity} to Order" also-hidden="false"/>
+        </field>
     </form>
     <form name="AddFromShoppingListAll" type="single" target="">
-          <field name="addAllFromList" title="" widget-style="buttontext">
-              <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
-          </field>
-          <field name="returnToOrderEntry" title="" widget-style="buttontext">
-              <hyperlink target="orderentry" description="Return" also-hidden="false"/>
-          </field>
+        <field name="addAllFromList" title="" widget-style="buttontext">
+            <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
+        </field>
+        <field name="returnToOrderEntry" title="" widget-style="buttontext">
+            <hyperlink target="orderentry" description="Return" also-hidden="false"/>
+        </field>
     </form>
 
-    <form name="LookupBulkAddProducts" type="multi" use-row-submit="true" list-name="productList" title=""
-            target="BulkAddProducts"  paginate-target="LookupBulkAddProducts" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="LookupBulkAddProducts" type="multi" use-row-submit="true" list-name="productList" title="" target="BulkAddProducts"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
+        paginate-target="LookupBulkAddProducts" >
         <field name="productId"  title="${uiLabelMap.ProductProductId}" widget-style="buttontext">
             <hyperlink description="${productId}" target="/catalog/control/EditProductInventoryItems?productId=${productId}" target-type="inter-app"/>
         </field>
@@ -154,8 +155,9 @@
             <submit/>
         </field>
     </form>
-    <form name="LookupBulkAddSupplierProducts" type="multi" use-row-submit="true" list-name="productList" title=""
-            target="BulkAddProducts" paginate-target="LookupBulkAddSupplierProducts" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="LookupBulkAddSupplierProducts" type="multi" use-row-submit="true" list-name="productList" title="" target="BulkAddProducts"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
+        paginate-target="LookupBulkAddSupplierProducts">
         <field name="productId" widget-style="buttontext">
             <hyperlink description="${productId}" target="/catalog/control/EditProductInventoryItems?productId=${productId}" target-type="inter-app"/>
         </field>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml Mon Feb 26 02:11:32 2007
@@ -19,8 +19,8 @@
 -->
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
   
-    <form name="ListQuoteWorkEfforts" separate-columns="true" default-title-style="tableheadtext" default-tooltip-style="tabletext"
-        default-widget-style="tabletext" target="ListQuoteWorkEfforts" title="" type="list" >
+    <form name="ListQuoteWorkEfforts" separate-columns="true" title="" type="list"  target="ListQuoteWorkEfforts"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
             <entity-and entity-name="QuoteWorkEffortView">
                 <field-map field-name="quoteId"/>
@@ -41,11 +41,9 @@
         </field>
     </form>
   
-    <form name="AddQuoteWorkEffort"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext"
-            default-widget-style="inputBox"
-            extends="EditWorkEffort" extends-resource="component://workeffort/widget/WorkEffortForms.xml"
-            target="createQuoteWorkEffort" title="" type="single">
+    <form name="AddQuoteWorkEffort" extends="EditWorkEffort" extends-resource="component://workeffort/widget/WorkEffortForms.xml" target="createQuoteWorkEffort" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+            
         <field name="quoteId" map-name="parameters"><display/></field>
         <field name="workEffortId" use-when="workEffort==null&amp;&amp;workEffortId!=null">
             <lookup target-form-name="/workeffort/control/LookupWorkEffort"/>
@@ -61,11 +59,8 @@
         </sort-order>
     </form>
     
-    <form name="EditQuoteWorkEffort"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext"
-            default-widget-style="inputBox"
-            extends="EditWorkEffort" extends-resource="component://workeffort/widget/WorkEffortForms.xml"
-            target="updateQuoteWorkEffort" title="" type="single">
+    <form name="EditQuoteWorkEffort" target="updateQuoteWorkEffort" title="" type="single" extends="EditWorkEffort" extends-resource="component://workeffort/widget/WorkEffortForms.xml"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext"  default-widget-style="inputBox">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="quote.statusId"/>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml Mon Feb 26 02:11:32 2007
@@ -21,7 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <form name="OrderPurchaseReportOptions" type="single" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
 
         <field name="productStoreId">
             <drop-down allow-empty="false">
@@ -59,15 +59,13 @@
             </drop-down>
         </field>
     </form>
-    <form name="OrderPurchaseProductOptions" type="single" target="OrderPurchaseReportProduct.pdf" title=""
-            extends="OrderPurchaseReportOptions">
+    <form name="OrderPurchaseProductOptions" type="single" target="OrderPurchaseReportProduct.pdf" title="" extends="OrderPurchaseReportOptions">
         <field name="fromOrderDate" title="${uiLabelMap.CommonFromDate} (${uiLabelMap.OrderDate}&gt;=)"><date-time type="timestamp"/></field>
         <field name="thruOrderDate" title="${uiLabelMap.CommonThruDate} (${uiLabelMap.OrderDate}&lt;)"><date-time type="timestamp"/></field>
 
         <field name="submitButton" title="${uiLabelMap.CommonRun}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="OrderPurchasePaymentOptions" type="single" target="OrderPurchaseReportPayment.pdf" title=""
-            extends="OrderPurchaseReportOptions">
+    <form name="OrderPurchasePaymentOptions" type="single" target="OrderPurchaseReportPayment.pdf" title="" extends="OrderPurchaseReportOptions">
         <field name="fromOrderDate" title="${uiLabelMap.CommonFromDate} (${uiLabelMap.OrderDate}&gt;=)"><date-time type="timestamp"/></field>
         <field name="thruOrderDate" title="${uiLabelMap.CommonThruDate} (${uiLabelMap.OrderDate}&lt;)"><date-time type="timestamp"/></field>
 
@@ -75,8 +73,8 @@
     </form>
 
     <!-- form for generating a report of total product sales (quantity and value) -->
-    <form name="SalesByStoreReport" type="single" target="SalesByStoreReport.pdf" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="SalesByStoreReport" type="single" target="SalesByStoreReport.pdf" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="productStoreId">
             <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>
@@ -103,7 +101,7 @@
 
     <!-- form for generating a report of open order items -->
     <form name="OpenOrderItemsReport" type="single" target="OpenOrderItemsReport" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="productStoreId">
             <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>
@@ -131,25 +129,25 @@
 
     <!-- list open order items -->
     <form name="OpenOrderItemsList" type="list" list-name="listIt"
-            paginate-target="OpenOrderItemsReport"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
-         <field name="orderDate" title="${uiLabelMap.OrderDate}"><display/></field>
-         <field name="orderId" title="${uiLabelMap.OrderOrderId}" widget-style="buttontext">
-             <hyperlink target="orderview?orderId=${orderId}" description="${orderId}"/>
-         </field>
-         <field name="productId" title="${uiLabelMap.ProductProduct}"><display/></field>
-         <field name="itemDescription" title="${uiLabelMap.CommonDescription}"><display/></field>
-         <field name="quantityOrdered" title="${uiLabelMap.ProductQuantity}"><display/></field>
-         <field name="quantityIssued" title="${uiLabelMap.OrderQtyShipped}"><display/></field>
-         <field name="quantityOpen" title="${uiLabelMap.ProductOpenQuantity}"><display/></field>
-         <field name="shipAfterDate" title="${uiLabelMap.OrderShipAfterDate}"><display/></field>
-         <field name="shipBeforeDate" title="${uiLabelMap.OrderShipBeforeDate}"><display/></field>
-         <field name="comments" title="${uiLabelMap.CommonComments}"><display/></field>
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="OpenOrderItemsReport">
+        <field name="orderDate" title="${uiLabelMap.OrderDate}"><display/></field>
+        <field name="orderId" title="${uiLabelMap.OrderOrderId}" widget-style="buttontext">
+            <hyperlink target="orderview?orderId=${orderId}" description="${orderId}"/>
+        </field>
+        <field name="productId" title="${uiLabelMap.ProductProduct}"><display/></field>
+        <field name="itemDescription" title="${uiLabelMap.CommonDescription}"><display/></field>
+        <field name="quantityOrdered" title="${uiLabelMap.ProductQuantity}"><display/></field>
+        <field name="quantityIssued" title="${uiLabelMap.OrderQtyShipped}"><display/></field>
+        <field name="quantityOpen" title="${uiLabelMap.ProductOpenQuantity}"><display/></field>
+        <field name="shipAfterDate" title="${uiLabelMap.OrderShipAfterDate}"><display/></field>
+        <field name="shipBeforeDate" title="${uiLabelMap.OrderShipBeforeDate}"><display/></field>
+        <field name="comments" title="${uiLabelMap.CommonComments}"><display/></field>
     </form>
 
     <!-- form for generating a report of total product purchases (quantity and value) -->
     <form name="PurchasesByOrganizationReport" type="single" target="PurchasesByOrganizationReport.pdf" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="fromPartyId" title="${uiLabelMap.AccountingFromParty}">
             <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>

Modified: ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="EditProdCatalog" type="single"
-            target="updateProdCatalog" title="" default-map-name="prodCatalog"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditProdCatalog" type="single" target="updateProdCatalog" title="" default-map-name="prodCatalog"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         
         <alt-target use-when="prodCatalog==null" target="createProdCatalog"/>
         
@@ -53,9 +52,8 @@
 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddProdCatalogToParty" type="single"
-            target="addProdCatalogToParty" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddProdCatalogToParty" type="single" target="addProdCatalogToParty" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="addProdCatalogToParty"/>
         <field name="prodCatalogId" map-name="prodCatalog"><hidden/></field>
         <field name="partyId" title="${uiLabelMap.PartyPartyId}"><lookup target-form-name="LookupPartyName"></lookup></field>
@@ -68,8 +66,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="UpdateProdCatalogToParty" type="list"
-        target="updateProdCatalogToParty" title="" list-name="prodCatalogRoleList"
+    <form name="UpdateProdCatalogToParty" type="list" target="updateProdCatalogToParty" title="" list-name="prodCatalogRoleList"
         default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateProdCatalogToParty"/>
         <field name="prodCatalogId"><hidden/></field>
@@ -88,9 +85,8 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="CreateProductStoreCatalog" type="single"
-            target="createProdCatalogStore" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateProductStoreCatalog" type="single" target="createProdCatalogStore" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createProductStoreCatalog"/>
         <field name="prodCatalogId" map-name="prodCatalog"><hidden/></field>
         <field name="productStoreId" title="${uiLabelMap.ProductStore}" widget-style="selectBox">
@@ -102,9 +98,8 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="UpdateProductStoreCatalog" type="list"
-            target="updateProdCatalogStore" title="" list-name="productStoreCatalogList"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="UpdateProductStoreCatalog" type="list" target="updateProdCatalogStore" title="" list-name="productStoreCatalogList"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateProductStoreCatalog"/>
         <field name="prodCatalogId"><hidden/></field>
         <field name="productStoreId" title="${uiLabelMap.ProductStoreId}">
@@ -120,9 +115,8 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditProdCatalogCategories" type="list"
-            target="updateProductCategoryToProdCatalog" title="" list-name="prodCatalogCategories"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="EditProdCatalogCategories" type="list" target="updateProductCategoryToProdCatalog" title="" list-name="prodCatalogCategories"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateProductCategoryToProdCatalog"/>
         <field name="prodCatalogId"><hidden/></field>
         <field name="productCategoryId" title="${uiLabelMap.ProductCategoryId}">
@@ -144,9 +138,8 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="addProductCategoryToProdCatalog" type="single"
-            target="addProductCategoryToProdCatalog" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="addProductCategoryToProdCatalog" type="single" target="addProductCategoryToProdCatalog" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="addProductCategoryToProdCatalog"/>
         <field name="prodCatalogId"><hidden/></field>
         <field name="productCategoryId" title="${uiLabelMap.ProductCategoryId}"><lookup target-form-name="LookupProductCategory"></lookup></field>

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/CategoryForms.xml Mon Feb 26 02:11:32 2007
@@ -20,17 +20,14 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="CreateProductCategoryAttribute" type="single"
-            target="createProductCategoryAttribute" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="CreateProductCategoryAttribute" type="single" target="createProductCategoryAttribute" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createProductCategoryAttribute" default-field-type="edit"/>
         <field name="productCategoryId"><display/></field>
         <field name="submitForm" title="${uiLabelMap.CommonCreate}"><submit/></field>
     </form>
-    <form name="EditProductCategoryAttributes" type="list"
-            target="updateProductCategoryAttribute" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
-            list-name="categoryAttributes">
+    <form name="EditProductCategoryAttributes" type="list" target="updateProductCategoryAttribute" title="" list-name="categoryAttributes"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateProductCategoryAttribute" default-field-type="display"/>
         <field name="productCategoryId"><hidden/></field>
         <field name="attrValue"><text size="60"/></field>
@@ -42,8 +39,7 @@
     </form>
 
     <!-- Product Category Content Forms  -->
-    <form name="AddCategoryContentAssoc" type="single"
-        target="addContentToCategory" title="${uiLabelMap.ProductAddProductCategoryContentFromDate}"
+    <form name="AddCategoryContentAssoc" type="single" target="addContentToCategory" title="${uiLabelMap.ProductAddProductCategoryContentFromDate}"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="ProductCategoryContent"/>
         <field name="productCategoryId" map-name="productCategory"><hidden/></field>
@@ -56,8 +52,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="PrepareAddCategoryContentAssoc" type="single"
-        target="prepareAddContentToCategory" title="${uiLabelMap.ProductAddProductCategoryContentFromDate}"
+    <form name="PrepareAddCategoryContentAssoc" type="single" target="prepareAddContentToCategory" title="${uiLabelMap.ProductAddProductCategoryContentFromDate}"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="productId"><hidden/></field>
         <field name="productCategoryId" map-name="productCategory"><hidden/></field>
@@ -71,8 +66,7 @@
         <!-- <field name="description"><text size="40"/></field> -->
         <field name="submitButton" title="${uiLabelMap.ProductPrepareCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="UpdateCategoryContentAssoc" type="list"
-        target="updateContentToCategory" title="" list-name="productCategoryContentList"
+    <form name="UpdateCategoryContentAssoc" type="list" target="updateContentToCategory" title="" list-name="productCategoryContentList"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="productCategoryId"><hidden/></field>
         <field name="contentId" title="${uiLabelMap.ProductContent}" widget-style="tabletext">
@@ -98,8 +92,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditCategoryContentSimpleText" type="single" default-map-name="categoryContent"
-        target="updateSimpleTextContentForCategory" title="${uiLabelMap.ProductUpdateSimpleTextContentCategory}"
+    <form name="EditCategoryContentSimpleText" type="single" default-map-name="categoryContent" target="updateSimpleTextContentForCategory" title="${uiLabelMap.ProductUpdateSimpleTextContentCategory}"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="content==null" target="createSimpleTextContentForCategory"/>
         <auto-fields-entity entity-name="ProductCategoryContent"/>
@@ -121,8 +114,8 @@
     </form>
     
     <!-- ProductCategoryLink Forms-->
-    <form name="ListProductCategoryLinks" type="list"  list-name="productCategoryLinks"  target="updateProductCategoryLink"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" separate-columns="true">
+    <form name="ListProductCategoryLinks" type="list"  list-name="productCategoryLinks"  target="updateProductCategoryLink" separate-columns="true"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <actions>
             <entity-condition entity-name="ProductCategoryLink">
                 <condition-expr field-name="productCategoryId" env-name="productCategoryId"/>
@@ -150,7 +143,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="AddProductCategoryLink" type="single" target="createProductCategoryLink" title="" default-map-name="productCategoryLink"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="productCategoryLink != null" target="updateProductCategoryLink"/>
         <auto-fields-service service-name="createProductCategoryLink"/>
         <field name="productCategoryId"><hidden/></field>

Modified: ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/config/ConfigForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="EditProductConfigItem" type="single"
-            target="updateProductConfigItem" title="" default-map-name="configItem"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditProductConfigItem" type="single" target="updateProductConfigItem" title="" default-map-name="configItem"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         
         <alt-target use-when="configItem==null" target="createProductConfigItem"/>
         
@@ -41,8 +40,7 @@
       
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="EditConfigOption" type="list"
-        target="updateProductConfigOption" title="" list-name="configOptionList" list-entry-name="configOption"
+    <form name="EditConfigOption" type="list" target="updateProductConfigOption" title="" list-name="configOptionList" list-entry-name="configOption"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         
         <auto-fields-service service-name="updateProductConfigOption" map-name="configOption"/>
@@ -50,8 +48,7 @@
         <field name="configItemId"><hidden/></field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="CreateConfigOption" type="single"
-        target="createProductConfigOption" title="" default-map-name="configOption"
+    <form name="CreateConfigOption" type="single" target="createProductConfigOption" title="" default-map-name="configOption"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="configOption!=null" target="updateProductConfigOption"/>
         <auto-fields-service service-name="createProductConfigOption"/>
@@ -62,8 +59,7 @@
         <field use-when="configOption!=null" name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="CreateProductConfigProduct" type="single"
-        target="createProductConfigProduct" title="" default-map-name="productConfigProduct"
+    <form name="CreateProductConfigProduct" type="single" target="createProductConfigProduct" title="" default-map-name="productConfigProduct"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="productConfigProduct!=null" target="updateProductConfigProduct"/>
         <auto-fields-service service-name="createProductConfigProduct"/>
@@ -79,9 +75,8 @@
     </form>
     
     <!-- ProdConfItemContent -->
-    <form name="AddProductConfigItemContentAssoc" type="single"
-            target="addContentToProductConfigItem" title="Add ProdConfItemContent (select Content Id, enter From Date):"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddProductConfigItemContentAssoc" type="single" target="addContentToProductConfigItem" title="Add ProdConfItemContent (select Content Id, enter From Date):"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="ProdConfItemContent"/>
         <field name="configItemId" title="${uiLabelMap.ProductConfigItemId}" map-name="productConfigItem"><hidden/></field>
         <field name="contentId" title="${uiLabelMap.ProductContentId}" ></field>
@@ -96,9 +91,8 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="PrepareAddProductConfigItemContentAssoc" type="single"
-            target="prepareAddContentToProductConfigItem" title="Add ProdConfItemContent (select Content Id, enter From Date):"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="PrepareAddProductConfigItemContentAssoc" type="single" target="prepareAddContentToProductConfigItem" title="Add ProdConfItemContent (select Content Id, enter From Date):"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="ProdConfItemContent"/>
         <field name="contentId"><ignored/></field>
         <field name="fromDate"><ignored/></field>
@@ -114,9 +108,8 @@
         <!-- <field name="description"><text size="40"/></field> -->
         <field name="submitButton" title="${uiLabelMap.ProductPrepareCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="UpdateProductConfigItemContentAssoc" type="list"
-            target="updateContentToProductConfigItem" title="" list-name="productContentDatas"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="UpdateProductConfigItemContentAssoc" type="list" target="updateContentToProductConfigItem" title="" list-name="productContentDatas"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <!-- each entry in the list will be a Map with the entries: productContent and content -->
         <auto-fields-service service-name="updateProductConfigItemContent" map-name="productContent"/>
         <field name="configItemId"><hidden/></field>
@@ -137,9 +130,8 @@
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditProductConfigItemContentSimpleText" type="single"
-            target="updateSimpleTextContentForProductConfigItem" title="Update Simple Text Content for Product"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditProductConfigItemContentSimpleText" type="single" target="updateSimpleTextContentForProductConfigItem" title="Update Simple Text Content for Product"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="contentId==null" target="createSimpleTextContentForProductConfigItem"/>
         <auto-fields-entity entity-name="ProdConfItemContent" map-name="productContentData"/>
         <field name="fromDate" title="${uiLabelMap.CommonFromDate}" ></field>

Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/feature/FeatureForms.xml Mon Feb 26 02:11:32 2007
@@ -20,9 +20,8 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="EditProductFeature" type="single"
-            target="updateProductFeature" title="" default-map-name="productFeature"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditProductFeature" type="single" target="updateProductFeature" title="" default-map-name="productFeature"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         
         <alt-target use-when="productFeature==null" target="createProductFeature"/>
         
@@ -64,10 +63,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="CreateSupplierProductFeature" type="single"
-            target="createSupplierProductFeature" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
-            default-map-name="productFeature">
+    <form name="CreateSupplierProductFeature" type="single" target="createSupplierProductFeature" title="" default-map-name="productFeature"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createSupplierProductFeature" default-field-type="edit"/>
         <field name="partyId" title="${uiLabelMap.ProductSuppliers}">
             <drop-down allow-empty="false">
@@ -87,10 +84,8 @@
         <field name="productFeatureId" ><hidden/></field>
         <field name="submitForm" title="${uiLabelMap.CommonCreate}"><submit/></field>
     </form>
-    <form name="EditSupplierProductFeatures" type="list"
-            target="updateSupplierProductFeature" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
-            list-name="supplierProductFeatures">
+    <form name="EditSupplierProductFeatures" type="list" target="updateSupplierProductFeature" title="" list-name="supplierProductFeatures"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateSupplierProductFeature" default-field-type="display"/>
         <field name="productFeatureId"><hidden/></field>
         <field name="partyId" title="${uiLabelMap.ProductSuppliers}" widget-style="tabletext">
@@ -111,9 +106,9 @@
         </field>
     </form>
 
-    <form name="ListFeatureTypes" default-title-style="tableheadtext"
-            default-tooltip-style="tabletext" default-widget-style="tabletext"
-            list-name="featureTypes" target="" paginate-target="EditFeatureTypes" title="" type="list">
+    <form name="ListFeatureTypes" list-name="featureTypes" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="EditFeatureTypes">
         <auto-fields-entity entity-name="ProductFeatureType" default-field-type="display"/>
         <field name="productFeatureTypeId"><hidden/></field>
         <field name="parentTypeId"><hidden/></field>
@@ -125,9 +120,8 @@
             <hyperlink target="removeProductFeatureType?productFeatureTypeId=${productFeatureTypeId}" description="${uiLabelMap.CommonDelete}"/>
         </field>
     </form>
-    <form name="EditFeatureType" type="single"
-            target="updateProductFeatureType" title="" default-map-name="productFeatureType"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditFeatureType" type="single" target="updateProductFeatureType" title="" default-map-name="productFeatureType"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <alt-target use-when="productFeatureType==null" target="createProductFeatureType"/>
         <auto-fields-entity entity-name="ProductFeatureType"/>
         <field use-when="productFeatureType!=null" name="productFeatureTypeId" title="${uiLabelMap.ProductFeatureType}"><display/></field>
@@ -142,9 +136,8 @@
         <field name="hasTable"><hidden/></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListFeatureGroupAppls" type="multi" use-row-submit="false"
-            list-name="productFeatureGroupAndAppls" target="UpdateProductFeatureGroupAppl?productFeatureGroupId=${productFeatureGroupId}"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" title="">
+    <form name="ListFeatureGroupAppls" type="multi" use-row-submit="false" list-name="productFeatureGroupAndAppls" target="UpdateProductFeatureGroupAppl?productFeatureGroupId=${productFeatureGroupId}" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="productFeatureGroupId"><hidden/></field>
         <field name="fromDate"><hidden/></field>
         <field name="productFeatureId" title="${uiLabelMap.CommonId}"><display/></field>
@@ -163,18 +156,16 @@
             <submit/>
         </field>
     </form>
-    <form name="QuickApplyFeatureToGroup" type="single"
-            target="CreateProductFeatureGroupAppl"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" title="">
+    <form name="QuickApplyFeatureToGroup" type="single" target="CreateProductFeatureGroupAppl" title=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="productFeatureGroupId"><hidden/></field>
         <field name="productFeatureId" title="${uiLabelMap.ProductFeatureId}"><text/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ApplyFeatureCategoryToGroup" type="single"
-            target="EditFeatureGroupAppls"
-            default-widget-style="inputBox" default-tooltip-style="tabletext" title="" default-title-style="tableheadtext">
+    <form name="ApplyFeatureCategoryToGroup" type="single" target="EditFeatureGroupAppls"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" title="">
         <field name="productFeatureGroupId"><hidden/></field>
         <field name="productFeatureCategoryId">
             <drop-down>
@@ -185,9 +176,8 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ApplyFeaturesFromCategoryToGroup" type="multi" use-row-submit="true"
-            list-name="productFeatures" target="ApplyFeaturesFromCategoryToGroup?productFeatureGroupId=${productFeatureGroupId}"
-            default-widget-style="tabletext" default-title-style="tableheadtext" default-tooltip-style="tabletext" title="">
+    <form name="ApplyFeaturesFromCategoryToGroup" type="multi" use-row-submit="true" list-name="productFeatures" target="ApplyFeaturesFromCategoryToGroup?productFeatureGroupId=${productFeatureGroupId}" title=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
         <field name="productFeatureGroupId"><hidden/></field>
         <field name="productFeatureId" title="${uiLabelMap.CommonId}"><display/></field>
         <field name="productFeatureTypeId" title="${uiLabelMap.CommonType}">