svn commit: r511769 [3/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 [3/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/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Mon Feb 26 02:11:32 2007
@@ -21,9 +21,8 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     
-    <form name="FindContent" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="findContent" title="" type="single">
+    <form name="FindContent" target="findContent" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <!--auto-fields-entity entity-name="Content" default-field-type="find" /-->
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="contentId"><text-find default-option="contains" ignore-case="true"/></field>
@@ -61,9 +60,9 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListContent" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="tabletext"
-        list-name="listIt" target="" paginate-target="findContent" title="" type="list">
+    <form name="ListContent" list-name="listIt" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="findContent">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -96,11 +95,12 @@
         </field>
     </form>
 
-    <form name="LookupContent"  default-tooltip-style="tabletext" extends="FindContent"
-        target="LookupContent" title="" type="single">
+    <form name="LookupContent" target="LookupContent" title="" type="single" extends="FindContent"
+        default-tooltip-style="tabletext">
     </form>
-    <form name="ListLookupContent" extends="ListContent" paginate-target="LookupContent" default-widget-style="tabletext"
-        type="list" list-name="listIt">
+    <form name="ListLookupContent" extends="ListContent" type="list" list-name="listIt"
+        default-widget-style="tabletext"
+        paginate-target="LookupContent">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -115,9 +115,8 @@
         <field name="createdByUserLogin"><ignored/></field>
     </form>
     
-    <form name="EditContent" target="updateContent" title="" type="single"
-        default-title-style="tableheadtext" default-map-name="currentValue"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContent" target="updateContent" title="" type="single" default-map-name="currentValue"
+        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="currentValue.statusId"/>
@@ -201,9 +200,8 @@
     
     
     <!-- Content Lookup forms -->
-    <form name="mruLookupContent" default-entity-name="Content"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        list-name="mruList" target="" title="" type="list">
+    <form name="mruLookupContent" default-entity-name="Content" list-name="mruList" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
         
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${contentId}" target="javascript:set_value('${contentId}')"/>
@@ -212,9 +210,8 @@
         <field name="description" title="Description" widget-style="buttontext"><display/></field>
     </form>
     <!-- ContentAssoc forms -->
-    <form name="EditContentAssoc" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="updateContentAssoc" title="" type="single">
+    <form name="EditContentAssoc" target="updateContentAssoc" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <actions>
             <entity-one entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -230,9 +227,8 @@
         <field name="fromDate" widget-style="tabletext"><display/></field>
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddContentAssoc" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="createContentAssoc" title="" type="single">
+    <form name="AddContentAssoc" target="createContentAssoc" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentAssoc"/>
         <field name="contentId" widget-style="tabletext"><display description="${contentId}"/></field>
         <field name="contentIdTo" map-name="currentValue">
@@ -256,9 +252,8 @@
         <field name="lastModifiedDate"><hidden/></field>
         <field name="lastModifiedByUserLogin"><hidden/></field>
     </form>
-    <form name="ListContentAssocFrom" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="tabletext"
-        target="updateContentAssoc" type="list">
+    <form name="ListContentAssocFrom" target="updateContentAssoc" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
             <entity-and entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -296,9 +291,8 @@
     
     
     <!-- ContentRole forms -->
-    <form name="AddContentRole" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addContentRole" title="" type="single">
+    <form name="AddContentRole" target="addContentRole" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentRole"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
@@ -315,15 +309,13 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="EditContentRole" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="Edit${contentRoleTarget}ContentRole" title="" type="single">
+    <form name="EditContentRole" target="Edit${contentRoleTarget}ContentRole" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentRole"/>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentRole" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="update${contentRoleTarget}ContentRole" title="" type="list">
+    <form name="ListContentRole" target="update${contentRoleTarget}ContentRole" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <actions>
             <entity-and entity-name="ContentRole" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -341,10 +333,8 @@
     </form>
     
     <!-- ContentPurpose forms -->
-    <form name="AddContentPurpose"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addContentPurpose" title="" type="single">
+    <form name="AddContentPurpose" target="addContentPurpose" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentPurpose"/>
         <field name="contentId" title="" widget-style="buttontext" ><lookup target-form-name="LookupContent"/></field>
         <field name="contentPurposeTypeId">
@@ -354,9 +344,8 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentPurpose" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="updateContentPurpose" title="" type="list">
+    <form name="ListContentPurpose" target="updateContentPurpose" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <actions>
             <entity-and entity-name="ContentPurpose" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -370,17 +359,16 @@
     </form>
     
     <!-- ContentAttribute forms -->
-    <form name="AddContentAttribute" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addContentAttribute" title="" type="single">
+    <form name="AddContentAttribute" target="addContentAttribute" title="" type="single"
+        default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentAttribute"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        name="ListContentAttribute"
-        target="updateContentAttribute" title="" type="list">
+    <form name="ListContentAttribute" target="updateContentAttribute" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <actions>
             <entity-and entity-name="ContentAttribute" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -395,9 +383,8 @@
     </form>
     
     <!-- ContentMetaData forms -->
-    <form name="AddContentMetaData" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addContentMetaData" title="" type="single">
+    <form name="AddContentMetaData" target="addContentMetaData" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createContentMetaData"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
@@ -409,9 +396,8 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentMetaData" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="updateContentMetaData" title="" type="list">
+    <form name="ListContentMetaData" target="updateContentMetaData" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <actions>
             <entity-and entity-name="ContentMetaData" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -427,18 +413,16 @@
     </form>
     
     <!-- Person Lookup forms -->
-    <form name="mruLookupPerson"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        list-name="mruList" target="" title="" type="list">
+    <form name="mruLookupPerson" list-name="mruList" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
         <field name="partyId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}')"/>
         </field>
         <field name="firstName" title="" widget-style="buttontext"> <display/> </field>
         <field name="lastName" title="" widget-style="buttontext"> <display/> </field>
     </form>
-    <form name="mruLookupPartyAndUserLoginAndPerson"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        list-name="mruList" target="" title="" type="list">
+    <form name="mruLookupPartyAndUserLoginAndPerson" list-name="mruList" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
         <field name="partyId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}', '${userLoginId}')"/>
         </field>
@@ -447,9 +431,8 @@
     </form>
 
     <!-- ContentWorkEffort forms -->
-    <form name="AddWorkEffortContent" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="createWorkEffortContent" title="" type="single">
+    <form name="AddWorkEffortContent" target="createWorkEffortContent" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createWorkEffortContent"/>
         <field name="contentId"><hidden value="${parameters.contentId}"/></field>
         <field name="workEffortId">
@@ -465,7 +448,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="ListWorkEffortContents" type="list" target="updateWorkEffortContent" list-name="workEffortContents"
-         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <actions>
             <entity-and entity-name="WorkEffortContent" use-cache="true" list-name="workEffortContents">
                 <field-map env-name="contentId" field-name="contentId" />

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Mon Feb 26 02:11:32 2007
@@ -57,8 +57,9 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListDataResource" paginate-target="findDataResource" type="list" list-name="listIt"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListDataResource" type="list" list-name="listIt"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="findDataResource">
         <actions>
           <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
             <field-map field-name="inputFields" env-name="parameters"/>
@@ -85,8 +86,9 @@
         <auto-fields-entity entity-name="DataResource" default-field-type="find"/>
         <field name="submitButton" title="Lookup" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListLookupDataResource" extends="ListDataResource" paginate-target="LookupDataResource" type="list"
-        list-name="listIt" default-widget-style="tabletext">
+    <form name="ListLookupDataResource" extends="ListDataResource" list-name="listIt" type="list"
+        default-widget-style="tabletext"
+        paginate-target="LookupDataResource">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -107,8 +109,8 @@
         <field name="dataResourceName" title="Name" widget-style="buttontext"><display/></field>
         <field name="dataCategoryId" title="Category" widget-style="buttontext"><display/></field>
     </form>
-    <form name="EditDataResource" target="updateDataResource" title="" type="single" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox" default-map-name="currentValue">
+    <form name="EditDataResource" target="updateDataResource" title="" type="single" default-map-name="currentValue"
+        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="currentValue.statusId"/>
@@ -208,18 +210,15 @@
 <!--
      use-when="(dataResource != void) &amp;&amp; (dataResource.dataResourceId != void) &amp;&amp; (dataResource.dataResourceId.length()>0)"
 -->
-    <form name="AddDataResource" target="createDataResource" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="AddDataResource" target="createDataResource" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><text/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="URL"/>
         <field name="mode"><hidden value="CREATE"/></field>
     </form>
-    <form
-        name="AddDataResourceText" target="createDataResourceAndText" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="AddDataResourceText" target="createDataResourceAndText" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><text/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -228,9 +227,8 @@
         <field name="textData" id-name="textData"><textarea rows="20" cols="120"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddDataResourceUrl" target="createDataResourceUrl" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="AddDataResourceUrl" target="createDataResourceUrl" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><text/></field>
         <field name="objectInfo" title="URL"><text/></field>
         <field name="dataResourceTypeId"><hidden value="URL_RESOURCE"/></field>
@@ -239,9 +237,8 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddDataResourceUpload" target="createDataResourceUpload" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="AddDataResourceUpload" target="createDataResourceUpload" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><display description="${dataResource.dataResourceId}"/></field>
         <field name="dataResourceTypeId"><hidden value="IMAGE_OBJECT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -250,9 +247,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="Uploaded File"><display/></field>
     </form>
-    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><display/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -261,9 +257,8 @@
         <field name="textData" id-name="textData"><textarea rows="20" cols="120"/> </field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="EditDataResourceUpload" target="updateDataResourceUpload" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="EditDataResourceUpload" target="updateDataResourceUpload" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><display/></field>
         <field name="dataResourceTypeId"><hidden value="IMAGE_OBJECT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -272,9 +267,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="Uploaded File"><display/></field>
     </form>
-    <form name="EditDataResourceUrl" target="updateDataResourceUrl" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="AddDataResourceUrl">
+    <form name="EditDataResourceUrl" target="updateDataResourceUrl" title="" type="single" extends="AddDataResourceUrl"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="objectInfo" title="URL"><text/></field>
     </form>
     <form name="ImageUpload" target="uploadImage" title="" type="upload"  default-map-name="currentValue"
@@ -286,19 +280,14 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpload}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <!-- DataResourceAttribute forms -->
-    <form name="AddDataResourceAttribute"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addDataResourceAttribute" title="" type="single">
+    <form name="AddDataResourceAttribute" target="addDataResourceAttribute" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-service service-name="createDataResourceAttribute"/>
         <field name="dataResourceId" title="" widget-style="tabletext" map-name="currentValue"><display/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListDataResourceAttribute"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="tabletext"
-        list-name="dataResourceAttribute"
-        target="updateDataResourceAttribute" title="" type="list">
+    <form name="ListDataResourceAttribute" list-name="dataResourceAttribute" target="updateDataResourceAttribute" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -314,10 +303,8 @@
     </form>
 
     <!-- DataResourceRole forms -->
-    <form name="AddDataResourceRole"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="addDataResourceRole" title="" type="single">
+    <form name="AddDataResourceRole" target="addDataResourceRole" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="DataResourceRole"/>
         <field name="dataResourceId" title="" widget-style="tabletext" map-name="currentValue"><display/></field>
         <field name="partyId" title="" widget-style="tabletext"><lookup target-form-name="LookupPerson"/></field>
@@ -384,16 +371,16 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupProductFeature" list-name="entityList" paginate-target="LookupProductFeature" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="listLookupProductFeature" list-name="entityList" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
+        paginate-target="LookupProductFeature" >
         <auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
         <field name="productFeatureId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
         </field>
     </form>
-    <form name="mruLookupProductFeature" default-entity-name="ProductFeature"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        list-name="mruList" target="" title="" type="list">
+    <form name="mruLookupProductFeature" default-entity-name="ProductFeature" list-name="mruList" target="" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
         </field>

Modified: ofbiz/trunk/applications/content/widget/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumForms.xml Mon Feb 26 02:11:32 2007
@@ -27,8 +27,7 @@
         <field name="forumGroupDescription" entry-name="description" parameter-name="description"><text/></field>
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="text-link"/></field>
     </form>
-    <form name="AddForumGroup" type="single"
-        target="createForumGroup" title="" default-map-name="forumGroup"
+    <form name="AddForumGroup" type="single" target="createForumGroup" title="" default-map-name="forumGroup"
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <field name="forumGroupName" parameter-name="contentName"><text/></field>
         <field name="forumGroupDescription" parameter-name="description"><text/></field>
@@ -64,16 +63,15 @@
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ForumGroupPurposes" type="list" list-name="forumPurposes" target="deleteForumGroupPurpose"
-        default-title-style="tableheadtext" default-widget-style="tabletext" separate-columns="true">
+    <form name="ForumGroupPurposes" type="list" list-name="forumPurposes" target="deleteForumGroupPurpose"  separate-columns="true"
+        default-title-style="tableheadtext" default-widget-style="tabletext">
         <auto-fields-entity entity-name="ContentPurpose" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentPurposeTypeId"><display-entity entity-name="ContentPurposeType" description="${description}"/></field>
         <field name="deleteButton" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddForumGroupPurpose" type="single"
-        target="createForumGroupPurpose" title=""
+    <form name="AddForumGroupPurpose" type="single" target="createForumGroupPurpose" title=""
         default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="ContentPurpose" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/ContentForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/ContentForms.xml Mon Feb 26 02:11:32 2007
@@ -20,14 +20,15 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="searchQuery" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        target="AdminSearch" title="" type="single">
+    <form name="searchQuery" target="AdminSearch" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="queryLine" title="${uiLabelMap.EcommerceEnterQueryParameters}"><text size="60"/></field>
         <field name="submitButton" title="Query" widget-style="smallSubmit"><submit button-type="button"/></field>
 
     </form>
-    <form name="searchList" type="list" target="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" paginate-target="/AdminSearch" list-name="queryResults" >
+    <form name="searchList" type="list" target="" list-name="queryResults"
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
+        paginate-target="/AdminSearch">
         <field name="editContent" title="">
             <hyperlink also-hidden="false" description="Edit" target="CMSContentEdit?contentId=${contentId}&amp;drDataResourceId=${drDataResourceId}&amp;contentIdTo=${contentIdTo}"/>
         </field>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml Mon Feb 26 02:11:32 2007
@@ -21,8 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <form name="EditCombo" target="uploadContentAndImage" title="" type="upload"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="imageData" >
             <file />
         </field>
@@ -126,10 +125,8 @@
                 <hidden value="${nodeTrailCsv}"/>
         </field>
     </form>
-    <form name="ViewComboResponse" target="" title="" type="single"
-        default-title-style="tableheadtext"
-        extends="EditCombo"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ViewComboResponse" target="" title="" type="single" extends="EditCombo"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
        <field name="summaryData" >
                 <ignored/>
         </field>
@@ -155,10 +152,8 @@
 
     </form>
 
-    <form name="findContent" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        default-entity-name="ContentAssocDataResourceViewFrom"
-        target="FindContent" title="" type="single">
+    <form name="findContent" default-entity-name="ContentAssocDataResourceViewFrom" target="FindContent" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="caContentIdTo" title="Publish-to content" ><text-find/></field>
         <field name="caMapKey" title="Map Key" ><text-find/></field>
         <field name="caContentAssocTypeId" title="Assoc Type Id" ><text-find/></field>
@@ -175,7 +170,9 @@
 
     </form>
 
-    <form name="listFindContent" type="list" target="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" paginate-target="/FindContent">
+    <form name="listFindContent" type="list" target=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
+        paginate-target="/FindContent">
         <field name="editContent" title="">
             <hyperlink also-hidden="false" description="Edit" target="EditContent?contentId=${contentId}&amp;drDataResourceId=${drDataResourceId}"/>
 <!--
@@ -193,8 +190,7 @@
     </form>
 
     <form name="EditContent" target="uploadContentAndImage" title="" type="upload"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="imageData" >
             <file />
         </field>
@@ -299,9 +295,8 @@
         </field>
     </form>
 
-    <form name="EditContentInfo" target="updateContent" title="" type="single"
-        default-title-style="tableheadtext" default-map-name="currentValue"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentInfo" target="updateContent" title="" type="single" default-map-name="currentValue"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="Content" />
         <field name="contentId"><display/></field>
         <field name="contentTypeId">
@@ -355,10 +350,8 @@
         </field>
     </form>
 
-    <form name="DataResourceMaster" target="createDataResource" title="" type="single"
-        default-map-name="currentValue"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="DataResourceMaster" target="createDataResource" title="" type="single" default-map-name="currentValue"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="DataResource" default-field-type="edit"/>
         <field name="dataResourceId"></field>
         <field name="dataResourceTypeId">
@@ -401,10 +394,8 @@
         <field name="createdByUserLogin"><display/></field>
         <field name="lastModifiedByUserLogin"><display/></field>
     </form>
-    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox"
-        extends="DataResourceMaster">
+    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single" extends="DataResourceMaster"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId"><display/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId" >
@@ -414,8 +405,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="ImageUpload" target="uploadImage" title="" type="upload"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId" >
             <display description="${currentValue.dataResourceId}" />
         </field>
@@ -430,8 +420,7 @@
         </field>
     </form>
     <form name="AddContent" target="uploadArticleAndImage" title="" type="upload"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="imageData" >
             <file />
         </field>
@@ -489,10 +478,8 @@
                 <hidden value="${contentTypeId}"/>
         </field>
     </form>
-    <form name="AddResponse" target="uploadResponse" title="" type="single"
-        default-title-style="tableheadtext"
-        extends="AddContent"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddResponse" target="uploadResponse" title="" type="single" extends="AddContent"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="contentIdTo" title="${uiLabelMap.EcommerceInResponseTo}">
             <display description="${contentIdTo}" />
         </field>
@@ -537,10 +524,8 @@
         </field>
     </form>
 
-    <form name="EditResponse" target="uploadResponse" title="" type="upload"
-        default-title-style="tableheadtext"
-        extends="AddContent"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditResponse" target="uploadResponse" title="" type="upload" extends="AddContent"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="contentIdTo" title="${uiLabelMap.EcommerceInResponseTo}">
             <display description="${contentIdTo}" />
         </field>
@@ -572,8 +557,7 @@
     </form>
 
     <form name="EditAddContentMaster" target="" title="" type="single"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId" map-name="currentValue">
             <hidden/>
         </field>
@@ -645,8 +629,7 @@
 -->
 
     <form name="EditAddImageMaster" target="" title="" type="upload"
-        default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="dataResourceId" map-name="currentValue">
             <hidden/>
         </field>

Modified: ofbiz/trunk/applications/ecommerce/widget/blog/BlogForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/blog/BlogForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/blog/BlogForms.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/blog/BlogForms.xml Mon Feb 26 02:11:32 2007
@@ -19,7 +19,8 @@
   -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="findBlogContent" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" default-entity-name="ContentAssocDataResourceViewFrom" target="CMSContentFind" title="" type="single">
+    <form name="findBlogContent" default-entity-name="ContentAssocDataResourceViewFrom" target="CMSContentFind" title="" type="single"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="caContentIdTo" title="Publish-to content">
             <drop-down>
                 <option key="OFBIZBLOGROOT" description="Blogs"/>
@@ -55,7 +56,9 @@
         </field>
     </form>
 
-    <form name="listFindBlogContent" type="list" target="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" paginate-target="/CMSContentFind" view-size="20">
+    <form name="listFindBlogContent" type="list" target=""
+        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
+        paginate-target="/CMSContentFind" view-size="20">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -77,7 +80,8 @@
         </field>
     </form>
 
-    <form name="AddBlogResponse" target="createBlogResponse" title="" type="single" default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddBlogResponse" target="createBlogResponse" title="" type="single"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="ContentAssocDataResourceViewTo" default-field-type="hidden" map-name="rsp"/>
         <field name="contentName" title="Short title" entry-name="contentName" map-name="rsp">
             <text size="40"/>
@@ -136,7 +140,8 @@
         </sort-order>
     </form>
 
-    <form name="EditBlogResponse" target="updateBlogResponse" title="" type="single" default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditBlogResponse" target="updateBlogResponse" title="" type="single"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <auto-fields-entity entity-name="Content" default-field-type="hidden" map-name="content"/>
         <auto-fields-entity entity-name="DataResource" default-field-type="hidden" map-name="dataResource"/>
         <field name="contentName" title="Short title" entry-name="contentName" map-name="rsp">
@@ -185,7 +190,8 @@
         </sort-order>
     </form>
 
-    <form name="CreateArticle" target="createBlogArticle" title="" type="upload" default-title-style="treeHeader" skip-end="true" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="CreateArticle" target="createBlogArticle" title="" type="upload" skip-end="true"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="contentName" title="Short title">
             <text size="40"/>
         </field>
@@ -240,7 +246,8 @@
         </sort-order>
     </form>
 
-    <form name="EditArticle" target="updateBlogArticle" title="" type="upload" default-title-style="treeHeader" skip-end="true" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditArticle" target="updateBlogArticle" title="" type="upload" skip-end="true"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="contentId" entry-name="articleContentId" title="Blog ID" use-when="contentId!=null||contentId==&quot;&quot;">
             <display/>
         </field>
@@ -293,13 +300,15 @@
         </sort-order>
     </form>
 
-    <form name="editFormSubmit" target="" title="" type="single" default-title-style="treeHeader" skip-start="true" skip-end="true" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="editFormSubmit" target="" title="" type="single" skip-start="true" skip-end="true"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">
         <field name="submitButton" title="Submit" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
 
-    <form name="editFormEnd" target="" title="" type="single" default-title-style="treeHeader" skip-start="true" default-tooltip-style="tabletext" default-widget-style="inputBox">        
+    <form name="editFormEnd" target="" title="" type="single" skip-start="true"
+        default-title-style="treeHeader" default-tooltip-style="tabletext" default-widget-style="inputBox">        
     </form>
 
 </forms>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.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="RunBomSimulation" type="single"
-            target="runBomSimulation" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="RunBomSimulation" type="single" target="runBomSimulation" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="lookupFlag"><hidden value="Y"/></field>
         <field name="productId">
             <lookup target-form-name="LookupProduct"/>
@@ -71,9 +70,8 @@
         </field>
     </form>
         
-    <form name="ListProductManufacturingRules" type="list"
-            target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListProductManufacturingRules" type="list" target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/>
         <field name="ruleId"><display/></field>
         <field name="ruleSeqId"><display/></field>
@@ -95,9 +93,8 @@
         </field>
     </form>
 
-    <form name="UpdateProductManufacturingRule" type="single"
-            target="UpdateProductManufacturingRule" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="UpdateProductManufacturingRule" type="single" target="UpdateProductManufacturingRule" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <alt-target use-when="ruleId==null" target="AddProductManufacturingRule"/>
         <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/>
         <field name="ruleId"><display/></field>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.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="CreateProductionRun" target="CreateProductionRunGo" title="" type="single"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <field name="productId" title="${uiLabelMap.ProductProductId}"><lookup target-form-name="LookupProduct" size="16"/></field>
         <field name="pRQuantity" title="${uiLabelMap.ManufacturingQuantity}"><text size="6"/></field>
         <field name="startDate" title="${uiLabelMap.ManufacturingStartDate}"><date-time/></field>
@@ -40,7 +40,7 @@
         </field>
     </form>
     <form name="findProductionRun" target="FindProductionRun" title="" type="single"
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <field name="workEffortTypeId"><hidden value="PROD_ORDER_HEADER"/></field>
         <field name="workEffortId" title="${uiLabelMap.ManufacturingProductionRunId}"><text-find/></field>
         <field name="currentStatusId" title="${uiLabelMap.CommonStatus}">
@@ -63,10 +63,9 @@
         <field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit button-type="button"/></field>
     </form>
 
-    <form name="listFindProductionRun"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
-            list-name="listIt" paginate-target="/FindProductionRun"
-            title="" type="list">
+    <form name="listFindProductionRun" list-name="listIt" title="" type="list"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
+        paginate-target="/FindProductionRun">
         <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 @@
         <field name="facilityId" title="${uiLabelMap.ProductFacilityId}"><display/></field>
     </form>
 
-     <form name="UpdateProductionRun" type="single"
-            target="EditProductionRun" title="" default-map-name="productionRunData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+     <form name="UpdateProductionRun" type="single" target="EditProductionRun" title="" default-map-name="productionRunData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm"><hidden value="${actionForm}"/></field>
         <field name="productionRunId"><hidden/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}">
@@ -111,9 +109,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
     </form>
     
-     <form name="ListProductionRunRoutingTasks" type="list"
-            target="EditProductionRun" title="" list-name="productionRunRoutingTasks"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+     <form name="ListProductionRunRoutingTasks" type="list" target="EditProductionRun" title="" list-name="productionRunRoutingTasks"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="priority" title="${uiLabelMap.CommonSequenceNum}"><display/></field>
         <field name="workEffortId"  title="${uiLabelMap.ManufacturingTaskName}"><display description="${workEffortName} [${workEffortId}]" /></field>
         <field name="fixedAssetId"  title="${uiLabelMap.ManufacturingMachine}"><display/></field>
@@ -130,9 +127,8 @@
         </field>
     </form>
 
-   <form name="ListProductionRunComponents" type="list"
-            target="EditProductionRun" title="" list-name="productionRunComponentsData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+   <form name="ListProductionRunComponents" type="list" target="EditProductionRun" title="" list-name="productionRunComponentsData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingTaskId}">
             <display description="${workEffortName} [${workEffortId}]"/>
         </field>
@@ -149,9 +145,8 @@
         </field>
     </form>
 
-     <form name="EditProductionRunRoutingTask" type="single"
-            target="EditProductionRun" title="" default-map-name="routingTaskData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+     <form name="EditProductionRunRoutingTask" type="single" target="EditProductionRun" title="" default-map-name="routingTaskData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm">
             <hidden value="${actionForm}"/>
         </field>
@@ -190,9 +185,8 @@
         </field>
     </form>
 
-    <form name="EditProductionRunComponent" type="single"
-            target="EditProductionRun" title="" default-map-name="productComponentData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="EditProductionRunComponent" type="single" target="EditProductionRun" title="" default-map-name="productComponentData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm">
             <hidden value="${actionForm}"/>
         </field>
@@ -230,9 +224,8 @@
     </form>
     
     <!-- Production Run Declaration -->
-    <form name="ShowProductionRun" type="single"
-            target="productionRunProduce" title="" default-map-name="productionRunData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ShowProductionRun" type="single" target="productionRunProduce" title="" default-map-name="productionRunData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="workEffortId"><hidden/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}">
             <display description="[${productionRunData.productId}]/${productionRunData.productName}"/>
@@ -271,9 +264,8 @@
         </sort-order>
     </form>
   
-    <form name="ListProductionRunDeclRoutingTasks" type="list"
-            target="ProductionRunDeclaration" title="" list-name="productionRunRoutingTasks"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListProductionRunDeclRoutingTasks" type="list" target="ProductionRunDeclaration" title="" list-name="productionRunRoutingTasks"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm"><hidden value="EditRoutingTask"/></field>
         <field name="productionRunId"><hidden value="${workEffortParentId}"/></field>
         <field name="routingTaskId"><hidden value="${workEffortId}"/></field>
@@ -300,9 +292,8 @@
             <hyperlink target="changeProductionRunTaskStatus?workEffortId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingCompleteProductionRunTask}" also-hidden="false"/>
         </field>
     </form>
-   <form name="ListProductionRunDeclComponents" type="multi" use-row-submit="true"
-            target="productionRunTaskReturnMaterials?productionRunId=${productionRunId}" title="" list-name="productionRunComponentsData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+   <form name="ListProductionRunDeclComponents" type="multi" use-row-submit="true" target="productionRunTaskReturnMaterials?productionRunId=${productionRunId}" title="" list-name="productionRunComponentsData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm"><hidden value="EditProductComponent"/></field>
         <field name="productId"><hidden/></field>
         <field name="productionRunId"><hidden/></field>
@@ -323,9 +314,8 @@
         <field name="quantity2" use-when="&quot;PRUN_CREATED&quot;.equals(&quot;${currentStatusId}&quot;)" title="${uiLabelMap.CommonQuantity}"><display/></field>-->
     </form>
     
-     <form name="EditProductionRunDeclRoutingTask" type="single"
-            target="updateProductionRunTask" title="" default-map-name="routingTaskData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+     <form name="EditProductionRunDeclRoutingTask" type="single" target="updateProductionRunTask" title="" default-map-name="routingTaskData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="actionForm">
             <hidden value="${actionForm}"/>
         </field>
@@ -397,9 +387,8 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="CreateRoutingTaskDelivProduct" type="single"
-            target="createProductionRunTaskProduct" title="" default-map-name="formData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="CreateRoutingTaskDelivProduct" type="single" target="createProductionRunTaskProduct" title="" default-map-name="formData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="productionRunId"><hidden/></field>
         <field name="workEffortId"><hidden/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}" use-when="${bsh:delivProducts.size()>0}">
@@ -415,16 +404,14 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ProductionRunTaskInventoryProducedList" type="list"
-            title="" list-name="prunInventoryProduced"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ProductionRunTaskInventoryProducedList" type="list" title="" list-name="prunInventoryProduced"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="inventoryItemId" title="${uiLabelMap.FacilityInventoryItem}" widget-style="buttontext">
             <hyperlink target="/facility/control/EditInventoryItem?inventoryItemId=${inventoryItemId}" description="${inventoryItemId}" also-hidden="false" target-type="inter-app"/>
         </field>
     </form>
-    <form name="ListProductionRunTaskFixedAssets" type="list" target="EditProductionRun"
-            title="" list-name="productionRunFixedAssetsData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListProductionRunTaskFixedAssets" type="list" target="EditProductionRun" title="" list-name="productionRunFixedAssetsData"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <alt-target use-when="declarationScreen.equals(&quot;Y&quot;)" target="ProductionRunDeclaration" />
         <auto-fields-entity entity-name="WorkEffortFixedAssetAssign" default-field-type="display" />
         <field name="workEffortId">
@@ -447,9 +434,8 @@
                 target="removeProductionRunFixedAsset?workEffortId=${workEffortId}&amp;fixedAssetId=${fixedAssetId}&amp;fromDate=${fromDate}&amp;productionRunId=${productionRunId}" />
         </field>
     </form>
-    <form name="EditProductionRunTaskFixedAsset" type="single" target="EditProductionRun"
-            title="" default-map-name="fixedAssetData"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="EditProductionRunTaskFixedAsset" type="single" target="EditProductionRun" title="" default-map-name="fixedAssetData"
+         default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <alt-target use-when="declarationScreen.equals(&quot;Y&quot;)" target="ProductionRunDeclaration" />
         <auto-fields-entity entity-name="WorkEffortFixedAssetAssign" />
         <field name="actionForm"><hidden value="${actionForm}" /></field>
@@ -493,9 +479,8 @@
     <!-- Shipment Plan Forms -->
     <!-- ******************* -->
     <!-- List for Shipment Plan -->
-    <form name="listShipmentPlan" type="list"
-            target="" title="" list-name="shipmentPlan"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="listShipmentPlan" type="list" target="" title="" list-name="shipmentPlan"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="orderId" title="${uiLabelMap.ProductOrderId}"><display/></field>
         <field name="orderItemSeqId" title="${uiLabelMap.ProductOrderItem}"><display/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}"><display/></field>
@@ -514,9 +499,8 @@
         <field name="productionRuns"><display/></field>
     </form>
 
-    <form name="listShipmentPlans" type="list"
-            target="" title="" list-name="shipmentPlans"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="listShipmentPlans" type="list" target="" title="" list-name="shipmentPlans"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="shipmentId"><display/></field>
         <field name="statusId">
             <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/>
@@ -526,17 +510,15 @@
             <hyperlink target="WorkWithShipmentPlans?shipmentId=${shipmentId}" description="${uiLabelMap.CommonView}" also-hidden="false"/>
         </field>
     </form>
-    <form name="SelectMrpName" type="single"
-            target="ManufacturingReports" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="SelectMrpName" type="single" target="ManufacturingReports" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="mrpName"  title="${uiLabelMap.ManufacturingMrpName}"><text size="20"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="mandatoryWorkEfforts" type="list"
-            target="" title="" list-name="mandatoryWorkEfforts"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="mandatoryWorkEfforts" type="list" target="" title="" list-name="mandatoryWorkEfforts"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="workEffortIdFrom" title="" widget-style="buttontext">
             <hyperlink target="ShowProductionRun?productionRunId=${workEffortIdFrom}" description="${workEffortIdFrom}" also-hidden="false"/>
         </field>
@@ -562,9 +544,8 @@
             <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${actualCompletionDate} " cache="true"/>
         </field>
     </form>
-    <form name="dependentWorkEfforts" type="list"
-            target="" title="" list-name="dependentWorkEfforts"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="dependentWorkEfforts" type="list" target="" title="" list-name="dependentWorkEfforts"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="workEffortIdTo" title="" widget-style="buttontext">
             <hyperlink target="ShowProductionRun?productionRunId=${workEffortIdTo}" description="${workEffortIdTo}" also-hidden="false"/>
         </field>
@@ -590,9 +571,8 @@
             <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${actualCompletionDate} " cache="true"/>
         </field>
     </form>
-    <form name="ProductionRunTaskCosts" type="list"
-            target="" title="" list-name="taskCosts"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ProductionRunTaskCosts" type="list" target="" title="" list-name="taskCosts"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-entity entity-name="CostComponent" default-field-type="display"/>
         <field name="workEffortId"><hidden/></field>
         <field name="productId"><hidden/></field>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml Mon Feb 26 02:11:32 2007
@@ -30,8 +30,9 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
         <field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupRouting" list-name="listIt" paginate-target="LookupRouting" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="listLookupRouting" list-name="listIt" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="LookupRouting" >
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -63,8 +64,9 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
         <field name="submitButton" title="${uiLabelMap.CommonLookup}"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupRoutingTask" list-name="listIt" paginate-target="LookupRoutingTask" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="listLookupRoutingTask" list-name="listIt" title="" type="list"
+        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
+        paginate-target="LookupRoutingTask" >
         <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/manufacturing/webapp/manufacturing/mrp/MrpForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/MrpForms.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="RunMrp" type="single"
-            target="runMrpGo" title=""
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="RunMrp" type="single" target="runMrpGo" title=""
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="mrpName"  title="${uiLabelMap.ManufacturingMrpName}"><text size="20"/></field>
         <field name="facilityId" title="${uiLabelMap.ProductFacility}">
             <drop-down allow-empty="false">

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml?view=diff&rev=511769&r1=511768&r2=511769
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.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="ListCalendarWeek" type="list"
-            target="UpdateCalendarWeek" title="" list-name="calendarWeeks"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" >
+    <form name="ListCalendarWeek" type="list" target="UpdateCalendarWeek" title="" list-name="calendarWeeks"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" >
         <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="updateLink" title="" widget-style="buttontext">
@@ -34,9 +33,8 @@
     </form>
 
 
-    <form name="ListCalendarExceptionDay" type="list"
-            target="UpdateCalendarExceptionDay" title="" list-name="calendarExceptionDays"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" >
+    <form name="ListCalendarExceptionDay" type="list" target="UpdateCalendarExceptionDay" title="" list-name="calendarExceptionDays"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" >
         <auto-fields-service service-name="updateCalendarExceptionDay" map-name="calendarExceptionDay"/>
         <field name="calendarId"><hidden/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
@@ -52,9 +50,8 @@
         </field>
     </form>
 
-     <form name="UpdateCalendarExceptionDay" type="single"
-            target="UpdateCalendarExceptionDay" title=""
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+     <form name="UpdateCalendarExceptionDay" type="single" target="UpdateCalendarExceptionDay" title=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateCalendarExceptionDay" map-name="calendarExceptionDay"/>
         <field name="calendarId" ><hidden/></field>
         <field name="exceptionDateStartTime" title="${uiLabelMap.ManufacturingExceptionDateStartTime}" ><display/></field>
@@ -68,9 +65,8 @@
         </sort-order>
     </form>
 
-     <form name="AddCalendarExceptionDay" type="single"
-            target="CreateCalendarExceptionDay" title=""
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+     <form name="AddCalendarExceptionDay" type="single" target="CreateCalendarExceptionDay" title=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createCalendarExceptionDay" map-name="calendarExceptionDay"/>
         <field name="calendarId" map-name="techDataCalendar"><hidden/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}" ></field>
@@ -79,10 +75,8 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field>
     </form>
 
-     <form name="ListCalendarExceptionWeek" type="list"
-            target="UpdateCalendarExceptionWeek" title="" list-name="calendarExceptionWeeksDatas"
-            default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"
-            >
+     <form name="ListCalendarExceptionWeek" type="list" target="UpdateCalendarExceptionWeek" title="" list-name="calendarExceptionWeeksDatas"
+        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateCalendarExceptionWeek" map-name="calendarExceptionWeek"/>
         <field name="calendarId"><hidden/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display /></field>
@@ -99,9 +93,8 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
      </form>
-     <form name="UpdateCalendarExceptionWeek" type="single"
-            target="UpdateCalendarExceptionWeek" title=""
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+     <form name="UpdateCalendarExceptionWeek" type="single" target="UpdateCalendarExceptionWeek" title=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="updateCalendarExceptionWeek" map-name="calendarExceptionWeek"/>
         <field name="calendarId" ><hidden/></field>
         <field name="exceptionDateStart" title="${uiLabelMap.ManufacturingExceptionDateStart}" ><display/></field>
@@ -120,9 +113,8 @@
             <sort-field name="calendarWeekId"/>
         </sort-order>
     </form>
-     <form name="AddCalendarExceptionWeek" type="single"
-            target="CreateCalendarExceptionWeek" title=""
-            default-title-style="tableheadtext" default-tooltip-style="tabletext">
+     <form name="AddCalendarExceptionWeek" type="single" target="CreateCalendarExceptionWeek" title=""
+        default-title-style="tableheadtext" default-tooltip-style="tabletext">
         <auto-fields-service service-name="createCalendarExceptionWeek" map-name="calendarExceptionWeek"/>
         <field name="calendarId" map-name="techDatacalendar"><hidden/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}" ></field>