svn commit: r516672 [2/5] - 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: r516672 [2/5] - 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/accounting/widget/TaxAuthorityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Sat Mar 10 01:49:19 2007
@@ -20,8 +20,7 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="FindTaxAuthority" type="list" list-name="taxAuthorityList"
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="FindTaxAuthority" type="list" list-name="taxAuthorityList">
         <actions>
             <entity-condition entity-name="TaxAuthority" list-name="taxAuthorityList">
                 <order-by field-name="taxAuthGeoId"/>
@@ -42,8 +41,7 @@
         </field>
     </form>
     
-    <form name="EditTaxAuthority" type="single" target="updateTaxAuthority" title="" default-map-name="taxAuthority"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditTaxAuthority" type="single" target="updateTaxAuthority" title="" default-map-name="taxAuthority">
         <alt-target use-when="taxAuthority==null" target="createTaxAuthority"/>
         <auto-fields-service service-name="updateTaxAuthority" map-name="taxAuthority"/>
 
@@ -62,8 +60,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ListTaxAuthorityCategories" type="list"  list-name="taxAuthorityCategoryList" target="updateTaxAuthorityCategory"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListTaxAuthorityCategories" type="list"  list-name="taxAuthorityCategoryList" target="updateTaxAuthorityCategory">
         <actions>
             <entity-condition entity-name="TaxAuthorityCategory" list-name="taxAuthorityCategoryList">
                 <condition-list combine="and">
@@ -87,8 +84,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="AddTaxAuthorityCategory" type="single" target="createTaxAuthorityCategory" title="" default-map-name="taxAuthorityCategory"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddTaxAuthorityCategory" type="single" target="createTaxAuthorityCategory" title="" default-map-name="taxAuthorityCategory">
         
         <auto-fields-service service-name="createTaxAuthorityCategory"/>
         <field name="taxAuthPartyId"><hidden/></field>
@@ -97,8 +93,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ListTaxAuthorityAssocs" type="list" list-name="taxAuthorityAssocList" target="updateTaxAuthorityAssoc"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListTaxAuthorityAssocs" type="list" list-name="taxAuthorityAssocList" target="updateTaxAuthorityAssoc">
         <actions>
             <entity-condition entity-name="TaxAuthorityAssoc" list-name="taxAuthorityAssocList">
                 <condition-list combine="and">
@@ -135,8 +130,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="AddTaxAuthorityAssoc" type="single" target="createTaxAuthorityAssoc" title="" default-map-name="taxAuthorityAssoc"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddTaxAuthorityAssoc" type="single" target="createTaxAuthorityAssoc" title="" default-map-name="taxAuthorityAssoc">
         
         <auto-fields-service service-name="createTaxAuthorityAssoc"/>
         <field name="taxAuthPartyId"><hidden/></field>
@@ -155,8 +149,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ListTaxAuthorityGlAccounts" type="list"  list-name="taxAuthorityGlAccountList" target="updateTaxAuthorityGlAccount"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListTaxAuthorityGlAccounts" type="list"  list-name="taxAuthorityGlAccountList" target="updateTaxAuthorityGlAccount">
         <actions>
             <entity-condition entity-name="TaxAuthorityGlAccount" list-name="taxAuthorityGlAccountList">
                 <condition-list combine="and">
@@ -185,8 +178,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="AddTaxAuthorityGlAccount" type="single" target="createTaxAuthorityGlAccount" title="" default-map-name="taxAuthorityGlAccount"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddTaxAuthorityGlAccount" type="single" target="createTaxAuthorityGlAccount" title="" default-map-name="taxAuthorityGlAccount">
         
         <auto-fields-service service-name="createTaxAuthorityGlAccount"/>
         <field name="taxAuthPartyId"><hidden/></field>
@@ -196,8 +188,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListTaxAuthorityRateProducts" type="list" list-name="taxAuthorityRateProductList" target="updateTaxAuthorityRateProduct" separate-columns="true"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListTaxAuthorityRateProducts" type="list" list-name="taxAuthorityRateProductList" target="updateTaxAuthorityRateProduct" separate-columns="true">
         <actions>
             <entity-condition entity-name="TaxAuthorityRateProduct" list-name="taxAuthorityRateProductList">
                 <condition-list combine="and">
@@ -245,8 +236,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="AddTaxAuthorityRateProduct" type="single" target="createTaxAuthorityRateProduct" title="" default-map-name="taxAuthorityRateProduct"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddTaxAuthorityRateProduct" type="single" target="createTaxAuthorityRateProduct" title="" default-map-name="taxAuthorityRateProduct">
         <auto-fields-service service-name="createTaxAuthorityRateProduct"/>
 
         <field name="taxAuthPartyId"><hidden/></field>
@@ -281,8 +271,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="FindTaxAuthorityParties" type="single" target="ListTaxAuthorityParties" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="FindTaxAuthorityParties" type="single" target="ListTaxAuthorityParties" title="">
         
         <field name="taxAuthPartyId"><hidden/></field>
         <field name="taxAuthGeoId"><hidden/></field>
@@ -297,8 +286,7 @@
         
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field>
     </form>
-    <form name="ListTaxAuthorityParties" type="list" title="" list-name="listIt"
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ListTaxAuthorityParties" type="list" title="" list-name="listIt">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -331,8 +319,7 @@
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditTaxAuthorityPartyInfo" type="single" target="updateTaxAuthorityPartyInfo" title="" default-map-name="partyTaxAuthInfo"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditTaxAuthorityPartyInfo" type="single" target="updateTaxAuthorityPartyInfo" title="" default-map-name="partyTaxAuthInfo">
         <alt-target use-when="partyTaxAuthInfo==null" target="createTaxAuthorityPartyInfo"/>
         
         <field name="taxAuthPartyId"><hidden/></field>

Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityMenus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityMenus.xml Sat Mar 10 01:49:19 2007
@@ -19,9 +19,7 @@
 -->
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
 
-    <menu name="TaxAuthorityTabBar" default-menu-item-name="EditTaxAuthority" default-selected-style="tabButtonSelected"
-        default-title-style="tabButton" default-tooltip-style="tabletext" default-widget-style="tabButton"
-        orientation="horizontal" type="simple">
+    <menu name="TaxAuthorityTabBar" default-menu-item-name="EditTaxAuthority" type="simple">
 
         <menu-item name="EditTaxAuthority" title="${uiLabelMap.AccountingTaxAuthority}">
             <link target="EditTaxAuthority?taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}"/>

Modified: ofbiz/trunk/applications/accounting/widget/TransactionForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TransactionForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TransactionForms.xml Sat Mar 10 01:49:19 2007
@@ -20,8 +20,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
 
     <!-- form whose input filters the ListGatewayResponses -->
-    <form name="FindGatewayResponses" type="single" target="FindGatewayResponses" title=""
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="FindGatewayResponses" type="single" target="FindGatewayResponses" title="">
         <field name="hideSearch"><hidden value="Y"/></field> <!-- what is this for? -->
         <field name="paymentGatewayResponseId" title="${uiLabelMap.AccountingPaymentGatewayResponseId}"><text-find/></field>
         <field name="orderPaymentPreferenceId" title="${uiLabelMap.AccountingOrderPaymentPreferenceId}"><text-find/></field>
@@ -39,9 +38,7 @@
     </form>
 
     <!-- Brings up a list of gateway responses. TODO: should cut down data displayd -->
-    <form name="ListGatewayResponses" 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">
+    <form name="ListGatewayResponses" type="list" use-row-submit="true" target="" title="" list-name="listIt" paginate-target="FindRequirements">
         <actions>
             <set field="entityName" value="PaymentGatewayResponse"/>
             <set field="orderBy" value="transactionDate DESC"/>
@@ -59,8 +56,7 @@
     </form>
 
     <!-- presents the orderId and orderPaymentPreferenceId for a gateway response with links to the order -->
-    <form name="ViewGatewayResponseRelations" type="single" target="" title=""
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ViewGatewayResponseRelations" type="single" target="" title="">
         <field name="orderId" widget-style="buttontext">
           <hyperlink also-hidden="false" target-type="inter-app" description="${orderId}" target="/ordermgr/control/orderview?orderId=${orderId}"/>
         </field>
@@ -68,8 +64,7 @@
     </form>
 
     <!-- displays the gateway response in detail -->
-    <form name="ViewGatewayResponse" type="single" target="processCaptureTransaction" title="" default-map-name="paymentGatewayResponse"
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="ViewGatewayResponse" type="single" target="processCaptureTransaction" title="" default-map-name="paymentGatewayResponse">
         <auto-fields-entity entity-name="PaymentGatewayResponse" default-field-type="display"/>
         <!-- TODO: what is the correct way to ensure that the response was authorized?
         <field name="submitButton" use-when="paymentGatewayResponse!=null&amp;&amp;paymentGatewayResponse.getString(&quot;gatewayFlag&quot;).equals(&quot;A&quot;)" title="${uiLabelMap.AccountingCapture}" widget-style="smallSubmit"><submit button-type="button"/></field>
@@ -77,8 +72,7 @@
     </form>
 
     <!-- form for authorizing a transaction -->
-    <form name="AuthorizeTransaction" type="single" target="processAuthorizeTransaction" title=""
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="AuthorizeTransaction" type="single" target="processAuthorizeTransaction" title="">
         <field name="orderId"><text/></field>
         <field name="orderPaymentPreferenceId"><text/></field>
         <field name="paymentMethodTypeId" title="${uiLabelMap.AccountingPaymentMethodType}">
@@ -91,8 +85,7 @@
     </form>
 
     <!-- form for capturing a transaction -->
-    <form name="CaptureTransaction" type="single" target="processCaptureTransaction" title=""
-        default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
+    <form name="CaptureTransaction" type="single" target="processCaptureTransaction" title="">
         <field name="orderId"><text/></field>
         <field name="orderPaymentPreferenceId"><text/></field>
         <field name="paymentMethodTypeId" title="${uiLabelMap.AccountingPaymentMethodType}">

Modified: ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml Sat Mar 10 01:49:19 2007
@@ -20,8 +20,7 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="findContent" default-entity-name="ContentAssocDataResourceViewFrom" target="CMSContentFind" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="findContent" default-entity-name="ContentAssocDataResourceViewFrom" target="CMSContentFind" title="" type="single">
         <field name="caContentIdTo"><text-find/></field>
         <field name="caMapKey"><text-find/></field>
         <field name="caContentAssocTypeId"><text-find/></field>
@@ -36,9 +35,7 @@
 
     </form>
 
-    <form name="listFindContent" type="list" target=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
-        paginate-target="/CMSContentFind" view-size="20">
+    <form name="listFindContent" type="list" target="" paginate-target="/CMSContentFind" view-size="20">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
@@ -60,8 +57,7 @@
         <field name="contentName"><display/></field>
     </form>
 
-    <form name="EditContent" target="uploadContentAndImage" title="" type="upload"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContent" target="uploadContentAndImage" title="" type="upload">
         <field name="imageData" >
             <file />
         </field>
@@ -167,15 +163,13 @@
     </form>
 
     <!-- ContentPurposeOperation forms -->
-   <form name="UpdateContentPurposeOperation" list-name="contentList" target="updateContentPurposeOperation" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+   <form name="UpdateContentPurposeOperation" list-name="contentList" target="updateContentPurposeOperation" title="" type="list">
         <auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/>
         <field name="deleteLink" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&amp;contentOperationId=${contentOperationId}&amp;roleTypeId=${roleTypeId}&amp;statusId=${statusId}&amp;privilegeEnumId=${privilegeEnumId}"/>
         </field>
     </form>
-    <form name="AddContentPurposeOperation" target="addContentPurposeOperation" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentPurposeOperation" target="addContentPurposeOperation" title="" type="single">
         <auto-fields-service service-name="createContentPurposeOperation"/>
         <field name="contentPurposeTypeId">
             <drop-down allow-empty="false">
@@ -218,8 +212,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="EditAddContentMaster" target="" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditAddContentMaster" target="" title="" type="single">
         <field name="dataResourceId" map-name="currentValue">
             <hidden/>
         </field>
@@ -293,8 +286,7 @@
     </form>
 -->
 
-    <form name="EditAddImageMaster" target="" title="" type="upload"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditAddImageMaster" target="" title="" type="upload">
         <field name="dataResourceId" map-name="currentValue">
             <hidden/>
         </field>
@@ -369,27 +361,22 @@
     <form name="EditAddBioImage" target="persistBioImage" title="" type="upload" extends="EditAddImageMaster">
     </form>
   
-    <form name="AdminIndex" target="AdminIndex" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AdminIndex" target="AdminIndex" title="" type="single">
         <field name="indexContentIds" position="1"><text size="50"/></field>
         <field name="submitButton" title="${uiLabelMap.ContentIndexEnteredIds}" widget-style="smallSubmit" position="2"><submit button-type="button"/></field>
     </form>
 
-    <form name="AdminIndexAll" target="indexTree" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AdminIndexAll" target="indexTree" title="" type="single">
         <field name="contentId" title="" position="1"><text size="50" default-value="WebStoreCONTENT"/></field>
         <field name="submitButton" title="${uiLabelMap.ContentIndexAll}" widget-style="smallSubmit" position="2"><submit button-type="button"/></field>
     </form>
 
-    <form name="searchQuery" target="AdminSearch" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="searchQuery" target="AdminSearch" title="" type="single">
         <field name="queryLine"><text size="60"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
 
     </form>
-    <form name="searchList" type="list" target="" list-name="queryResults"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext"
-        paginate-target="/AdminSearch">
+    <form name="searchList" type="list" target="" list-name="queryResults" paginate-target="/AdminSearch">
         <field name="editContent" title="">
             <hyperlink also-hidden="false" description="Edit" target="CMSContentEdit?contentId=${contentId}&amp;drDataResourceId=${drDataResourceId}&amp;contentIdTo=${contentIdTo}"/>
         </field>
@@ -398,8 +385,7 @@
         <field name="contentName"><display/></field>
     </form>
 
-    <form name="EditAddContentStuff" target="persistContentStuff" title="" type="upload" default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditAddContentStuff" target="persistContentStuff" title="" type="upload" default-map-name="currentValue">
 
         <field name="contentAssocTitle" title="${uiLabelMap.ContentAssoc}" title-style="head1" map-name="dummy">
             <display description=""/>
@@ -594,12 +580,10 @@
         <field name="MASTER_caFromDate" ><hidden value="${MASTER_caFromDate}" /></field>
         <field name="MASTER_drDataResource" ><hidden value="${MASTER_drDataResource}" /></field>
     </form>
-    <form name="EditAddSubContentStuff" target="persistSubContentStuff" title="" type="upload" default-map-name="currentValue" extends="EditAddContentStuff"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditAddSubContentStuff" target="persistSubContentStuff" title="" type="upload" default-map-name="currentValue" extends="EditAddContentStuff">
     </form>
 
-    <form name="TestPermission" target="TestPermission" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="TestPermission" target="TestPermission" title="" type="single">
         <field name="contentId">
             <text/>
         </field>

Modified: ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml Sat Mar 10 01:49:19 2007
@@ -20,18 +20,9 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="cms" default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
-        default-permission-entity-action="_ADMIN"
-        default-associated-content-id="${userLogin.userLoginId}"
-        selected-menuitem-context-field-name="currentCMSMenuItemName"
-        title="" type="simple">
-
+    <menu name="cms" default-menu-item-name="content" default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
+        default-permission-entity-action="_ADMIN" default-associated-content-id="${userLogin.userLoginId}"
+        selected-menuitem-context-field-name="currentCMSMenuItemName" title="" type="simple">
 
         <menu-item name="contentfind" title="${uiLabelMap.ContentContent}" >
             <link id="contentfind" target="CMSContentFind"/>
@@ -53,16 +44,8 @@
 
     </menu>
 
-    <menu name="content" default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
-        default-permission-entity-action="_ADMIN"
-        default-associated-content-id="${userLogin.userLoginId}"
-        selected-menuitem-context-field-name="tabButtonItem"
+    <menu name="content" default-menu-item-name="content" default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
+        default-permission-entity-action="_ADMIN" default-associated-content-id="${userLogin.userLoginId}" selected-menuitem-context-field-name="tabButtonItem"
         title="" type="simple">
 
 

Modified: ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml Sat Mar 10 01:49:19 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="FindContent" target="findContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindContent" target="findContent" title="" type="single">
         <!--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>
@@ -66,9 +65,7 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <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">
+    <form name="ListContent" list-name="listIt" target="" title="" type="list" 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"/>
@@ -95,7 +92,6 @@
         default-tooltip-style="tabletext">
     </form>
     <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">
@@ -110,8 +106,7 @@
         <field name="createdByUserLogin"><ignored/></field>
     </form>
     
-    <form name="EditContent" target="updateContent" title="" type="single" default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContent" target="updateContent" title="" type="single" default-map-name="currentValue">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="currentValue.statusId"/>
@@ -166,8 +161,7 @@
         <field name="updateButton" use-when="currentValue!=null" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="AddContent" target="createContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContent" target="createContent" title="" type="single">
         <auto-fields-entity entity-name="Content" />
         <field name="contentId"><text/></field>
         <field name="dataResourceId" map-name="currentValue"><lookup target-form-name="LookupDataResource"/></field>
@@ -214,8 +208,7 @@
     
     
     <!-- Content Lookup forms -->
-    <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">
+    <form name="mruLookupContent" default-entity-name="Content" list-name="mruList" target="" title="" type="list">
         
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${contentId}" target="javascript:set_value('${contentId}')"/>
@@ -224,8 +217,7 @@
         <field name="description" title="Description" widget-style="buttontext"><display/></field>
     </form>
     <!-- ContentAssoc forms -->
-    <form name="EditContentAssoc" target="updateContentAssoc" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentAssoc" target="updateContentAssoc" title="" type="single">
         <actions>
             <entity-one entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -241,8 +233,7 @@
         <field name="fromDate" title="" widget-style="buttontext"><display/></field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddContentAssoc" target="createContentAssoc" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentAssoc" target="createContentAssoc" title="" type="single">
         <auto-fields-service service-name="createContentAssoc"/>
         <field name="contentId" title="" widget-style="buttontext"><display description="${contentId}"/></field>
         <field name="contentIdTo" title="" widget-style="buttontext" map-name="currentValue">
@@ -266,8 +257,7 @@
         <field name="lastModifiedDate"><hidden/></field>
         <field name="lastModifiedByUserLogin"><hidden/></field>
     </form>
-    <form name="ListContentAssocFrom" target="" title="Assoc From this Content" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentAssocFrom" target="" title="Assoc From this Content" type="list">
         <actions>
             <entity-and entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -287,8 +277,7 @@
             <hyperlink also-hidden="false" description="[Edit]" target="EditContentAssoc?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}"/>
         </field>
     </form>
-    <form name="ListContentAssocTo" target="EditContentAssoc" title="Assoc To this Content" type="list" default-entity-name="Content"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentAssocTo" target="EditContentAssoc" title="Assoc To this Content" type="list" default-entity-name="Content">
         <actions>
             <entity-and entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentIdTo" />
@@ -311,8 +300,7 @@
     
     
     <!-- ContentRole forms -->
-    <form name="AddContentRole" target="addContentRole" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentRole" target="addContentRole" title="" type="single">
         <auto-fields-service service-name="createContentRole"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
@@ -329,13 +317,11 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="EditContentRole" target="Edit${contentRoleTarget}ContentRole" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentRole" target="Edit${contentRoleTarget}ContentRole" title="" type="single">
         <auto-fields-service service-name="createContentRole"/>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentRole" target="update${contentRoleTarget}ContentRole" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentRole" target="update${contentRoleTarget}ContentRole" title="" type="list">
         <actions>
             <entity-and entity-name="ContentRole" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -353,8 +339,7 @@
     </form>
     
     <!-- ContentPurpose forms -->
-    <form name="AddContentPurpose" target="addContentPurpose" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentPurpose" target="addContentPurpose" title="" type="single">
         <auto-fields-service service-name="createContentPurpose"/>
         <field name="contentId" title="" widget-style="buttontext" ><lookup target-form-name="LookupContent"/></field>
         <field name="contentPurposeTypeId">
@@ -364,8 +349,7 @@
         </field>
         <field name="submitButton" title="Add" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentPurpose" target="updateContentPurpose" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentPurpose" target="updateContentPurpose" title="" type="list">
         <actions>
             <entity-and entity-name="ContentPurpose" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -379,16 +363,14 @@
     </form>
     
     <!-- ContentAttribute forms -->
-    <form name="AddContentAttribute" target="addContentAttribute" title="" type="single"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentAttribute" target="addContentAttribute" title="" type="single">
         <auto-fields-service service-name="createContentAttribute"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
         </field>
         <field name="submitButton" title="Add" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentAttribute" target="updateContentAttribute" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentAttribute" target="updateContentAttribute" title="" type="list">
         <actions>
             <entity-and entity-name="ContentAttribute" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -403,8 +385,7 @@
     </form>
     
     <!-- ContentMetaData forms -->
-    <form name="AddContentMetaData" target="addContentMetaData" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentMetaData" target="addContentMetaData" title="" type="single">
         <auto-fields-service service-name="createContentMetaData"/>
         <field name="contentId" title="" widget-style="buttontext" >
             <lookup target-form-name="LookupContent" />
@@ -416,8 +397,7 @@
         </field>
         <field name="submitButton" title="Add" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentMetaData" target="updateContentMetaData" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentMetaData" target="updateContentMetaData" title="" type="list">
         <actions>
             <entity-and entity-name="ContentMetaData" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -433,16 +413,14 @@
     </form>
     
     <!-- Person Lookup forms -->
-    <form name="mruLookupPerson" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupPerson" list-name="mruList" target="" title="" type="list">
         <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" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupPartyAndUserLoginAndPerson" list-name="mruList" target="" title="" type="list">
         <field name="partyId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}', '${userLoginId}')"/>
         </field>

Modified: ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Sat Mar 10 01:49:19 2007
@@ -21,15 +21,13 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <!-- ContentType forms -->
-    <form name="AddContentType" target="addContentType" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentType" target="addContentType" title="" type="single">
         <auto-fields-service service-name="createContentType"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentType" list-name="contentList" target="updateContentType" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateContentType" list-name="contentList" target="updateContentType" title="" type="list">
         <actions>
           <entity-condition entity-name="ContentType" use-cache="false"/>
         </actions>
@@ -46,8 +44,7 @@
     </form>
     
     <!-- ContentTypeAttr forms -->
-    <form name="AddContentTypeAttr" target="addContentTypeAttr" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentTypeAttr" target="addContentTypeAttr" title="" type="single">
         <auto-fields-service service-name="createContentTypeAttr"/>
         <field entity-name="ContentType" name="contentTypeId">
             <drop-down allow-empty="false">
@@ -59,8 +56,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentTypeAttr" list-name="contentList" target="updateContentTypeAttr" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="UpdateContentTypeAttr" list-name="contentList" target="updateContentTypeAttr" title="" type="list">
         <actions>
         <entity-condition entity-name="ContentTypeAttr" use-cache="false"/>
         </actions>
@@ -77,15 +73,13 @@
     </form>
     
     <!-- ContentAssocType forms -->
-    <form name="AddContentAssocType" target="addContentAssocType" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentAssocType" target="addContentAssocType" title="" type="single">
         <auto-fields-service service-name="createContentAssocType"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentAssocType" list-name="contentList" target="updateContentAssocType" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateContentAssocType" list-name="contentList" target="updateContentAssocType" title="" type="list">
         <actions>
             <entity-condition entity-name="ContentAssocType" use-cache="false"/>
         </actions>
@@ -102,15 +96,13 @@
     </form>
     
     <!-- ContentPurposeType forms -->
-    <form name="AddContentPurposeType" target="addContentPurposeType" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentPurposeType" target="addContentPurposeType" title="" type="single">
         <auto-fields-service service-name="createContentPurposeType"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentPurposeType" list-name="contentList" target="updateContentPurposeType" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateContentPurposeType" list-name="contentList" target="updateContentPurposeType" title="" type="list">
         <actions>
             <entity-condition entity-name="ContentPurposeType" use-cache="false"/>
         </actions>
@@ -127,15 +119,13 @@
     </form>
     
     <!-- ContentAssocPredicate forms -->
-   <form name="AddContentAssocPredicate" target="addContentAssocPredicate" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+   <form name="AddContentAssocPredicate" target="addContentAssocPredicate" title="" type="single">
         <auto-fields-service service-name="createContentAssocPredicate"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentAssocPredicate" list-name="contentList" target="updateContentAssocPredicate" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateContentAssocPredicate" list-name="contentList" target="updateContentAssocPredicate" title="" type="list">
         <actions>
             <entity-condition entity-name="ContentAssocPredicate" use-cache="false"/>
         </actions>
@@ -159,8 +149,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentOperation" list-name="contentList" target="updateContentOperation" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateContentOperation" list-name="contentList" target="updateContentOperation" title="" type="list">
         <actions>
             <entity-condition entity-name="ContentOperation" use-cache="false"/>
         </actions>
@@ -176,8 +165,7 @@
         </field>
     </form>
     <!-- ContentPurposeOperation forms -->
-    <form name="AddContentPurposeOperation" target="addContentPurposeOperation" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentPurposeOperation" target="addContentPurposeOperation" title="" type="single">
         <auto-fields-service service-name="createContentPurposeOperation"/>
         <field name="contentPurposeTypeId">
             <drop-down allow-empty="true">
@@ -201,8 +189,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateContentPurposeOperation" target="" title="" type="list" list-name="contentList"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="UpdateContentPurposeOperation" target="" title="" type="list" list-name="contentList">
         <actions>
             <entity-and entity-name="ContentPurposeOperation" use-cache="false"/>
         </actions>

Modified: ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml Sat Mar 10 01:49:19 2007
@@ -20,16 +20,8 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="contentsetup"
-        selected-menuitem-context-field-name="currentMenuItemName"
-        default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-associated-content-id="${userLogin.userLoginId}"
-        title="" type="simple">
+    <menu name="contentsetup" selected-menuitem-context-field-name="currentMenuItemName" default-menu-item-name="content"
+        default-associated-content-id="${userLogin.userLoginId}" title="" type="simple">
 
         <menu-item name="contentPurposeOp" title="${uiLabelMap.PageTitleEditContentPurposeOperation}" >
             <link target="EditContentPurposeOperation" target-window="_top" style="tabButton" />

Modified: ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml Sat Mar 10 01:49:19 2007
@@ -20,15 +20,7 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="dataresourcesetup"
-        default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-associated-content-id="${userLogin.userLoginId}"
-        title="" type="simple">
+    <menu name="dataresourcesetup" default-menu-item-name="content" default-associated-content-id="${userLogin.userLoginId}" title="" type="simple">
 
         <menu-item name="EditDataResourceType" title="${uiLabelMap.CommonType}" >
             <link target="EditDataResourceType" target-window="_top" style="tabButton" />

Modified: ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml Sat Mar 10 01:49:19 2007
@@ -21,15 +21,13 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <!-- DataResourceType forms -->
-    <form name="AddDataResourceType" target="addDataResourceType" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceType" target="addDataResourceType" title="" type="single">
         <auto-fields-service service-name="createDataResourceType"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateDataResourceType" list-name="contentList" target="updateDataResourceType" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateDataResourceType" list-name="contentList" target="updateDataResourceType" title="" type="list">
         <actions>
           <entity-condition entity-name="DataResourceType" use-cache="false"/>
         </actions>
@@ -46,8 +44,7 @@
     </form>
     
     <!-- DataResourceTypeAttr forms -->
-    <form name="AddDataResourceTypeAttr" target="addDataResourceTypeAttr" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceTypeAttr" target="addDataResourceTypeAttr" title="" type="single">
         <auto-fields-service service-name="createDataResourceTypeAttr"/>
         <field entity-name="DataResource" name="dataResourceTypeId">
             <drop-down allow-empty="false">
@@ -77,15 +74,13 @@
     </form>
     
     <!-- CharacterSet forms -->
-    <form name="AddCharacterSet" target="addCharacterSet" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddCharacterSet" target="addCharacterSet" title="" type="single">
         <auto-fields-service service-name="createCharacterSet"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateCharacterSet" list-name="contentList" target="updateCharacterSet" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateCharacterSet" list-name="contentList" target="updateCharacterSet" title="" type="list">
         <actions>
           <entity-condition entity-name="CharacterSet" use-cache="false"/>
         </actions>
@@ -102,8 +97,7 @@
     </form>
     
     <!-- DataCategory forms -->
-    <form name="AddDataCategory" target="addDataCategory" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataCategory" target="addDataCategory" title="" type="single">
         <auto-fields-service service-name="createDataCategory"/>
         <field name="parentCategoryId">
             <drop-down allow-empty="true">
@@ -116,8 +110,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateDataCategory" list-name="dataCategoryList" target="updateDataCategory" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateDataCategory" list-name="dataCategoryList" target="updateDataCategory" title="" type="list">
         <auto-fields-service service-name="updateDataCategory"/>
         <field name="dataCategoryId" widget-style="tabletext">
             <display/>
@@ -138,8 +131,7 @@
     </form>
     
     <!-- FileExtension forms -->
-    <form name="AddFileExtension" target="addFileExtension" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddFileExtension" target="addFileExtension" title="" type="single">
         <auto-fields-service service-name="createFileExtension"/>
         <field name="mimeTypeId" title="" >
             <drop-down allow-empty="false">
@@ -151,8 +143,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateFileExtension" list-name="contentList" target="updateFileExtension" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateFileExtension" list-name="contentList" target="updateFileExtension" title="" type="list">
         <actions>
           <entity-condition entity-name="FileExtension" use-cache="false"/>
         </actions>
@@ -175,8 +166,7 @@
     </form>
     
     <!-- MetaDataPredicate forms -->
-    <form name="AddMetaDataPredicate" target="addMetaDataPredicate" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddMetaDataPredicate" target="addMetaDataPredicate" title="" type="single">
         <auto-fields-service service-name="createMetaDataPredicate"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
@@ -200,15 +190,13 @@
     </form>
     
     <!-- MimeType forms -->
-    <form name="AddMimeType" target="addMimeType" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddMimeType" target="addMimeType" title="" type="single">
         <auto-fields-service service-name="createMimeType"/>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="UpdateMimeType" list-name="contentList" target="updateMimeType" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UpdateMimeType" list-name="contentList" target="updateMimeType" title="" type="list">
         <actions>
           <entity-condition entity-name="MimeType" use-cache="false"/>
         </actions>
@@ -225,8 +213,7 @@
     </form>
 
     <!-- MimeTypeHtmlTemplate Froms -->
-    <form name="CreateMimeTypeHtmlTemplate" target="createMimeTypeHtmlTemplate" title="" type="single"
-          default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="CreateMimeTypeHtmlTemplate" target="createMimeTypeHtmlTemplate" title="" type="single">
         <auto-fields-service service-name="createMimeTypeHtmlTemplate"/>
         <field name="mimeTypeId" widget-style="tabletext">
             <drop-down allow-empty="false">
@@ -238,8 +225,7 @@
         </field>
     </form>
 
-    <form name="UpdateMimeTypeHtmlTemplate" target="updateMimeTypeHtmlTemplate" title="" type="list" paginate="true" paginate-size-field="25"
-          default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" list-name="contentList">
+    <form name="UpdateMimeTypeHtmlTemplate" target="updateMimeTypeHtmlTemplate" title="" type="list" paginate="true" paginate-size-field="25" list-name="contentList">
         <actions>
           <entity-condition entity-name="MimeTypeHtmlTemplate" use-cache="false"/>
         </actions>

Modified: ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml Sat Mar 10 01:49:19 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">
     <!-- LayoutFind forms -->
-    <form name="findLayout" default-entity-name="Content" target="FindLayout" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="findLayout" default-entity-name="Content" target="FindLayout" title="" type="single">
         <!--<auto-fields-entity entity-name="Content" default-field-type="find" />-->
         <field name="contentTypeId">
             <hidden value="DOCUMENT"/>
@@ -54,8 +53,7 @@
     </form>
 
     <!-- LayoutEdit forms -->
-    <form name="EditLayout" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutSubContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="EditLayout" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutSubContent" title="" type="single">
         <field name="contentId" >
             <display/>
         </field>
@@ -103,8 +101,7 @@
                 target="cloneLayout?contentId=${currentValue.contentId}"/>
         </field>
     </form>
-    <form name="AddLayout" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="createLayoutSubContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddLayout" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="createLayoutSubContent" title="" type="single">
         <field name="contentId" >
             <text/>
         </field>
@@ -147,9 +144,7 @@
         </field>
     </form>
 
-    <form name="listFindLayout" default-entity-name="ContentDataResourceView" title="" type="list" list-name="listIt" target=""
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindLayout">
+    <form name="listFindLayout" default-entity-name="ContentDataResourceView" title="" type="list" list-name="listIt" target="" paginate-target="FindLayout">
        <actions>
             <set field="requestParameters.contentTypeId" value="DOCUMENT"/>
           <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
@@ -173,9 +168,7 @@
         -->
     </form>
 
-    <form name="listListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="layoutList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindLayout">
+    <form name="listListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="layoutList" target="" title="" type="list" paginate-target="FindLayout">
         <field name="contentId" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${contentId}" target="EditLayout?contentId=${contentId}&amp;drDataResourceId=${drDataResourceId}"/>
         </field>
@@ -187,8 +180,7 @@
         </field>
     </form>
 
-    <form name="LayoutSubContentMaster" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="LayoutSubContentMaster" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" title="" type="single">
             
         <field name="contentId" position="1" >
         </field>
@@ -222,8 +214,7 @@
     </form>
 
 
-    <form name="EditLayoutHtml" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutHtml" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditLayoutHtml" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutHtml" title="" type="single">
         
         <alt-target use-when="currentValue==null" target="createLayoutHtml"/>
         <field name="drDataResourceTypeId" >
@@ -252,8 +243,7 @@
         </field>
     </form>
 
-    <form name="EditLayoutText" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutText" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditLayoutText" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutText" title="" type="single">
         <alt-target use-when="currentValue==null" target="createLayoutText"/>
         <field name="drDataResourceTypeId" >
             <display description="ELECTRONIC_TEXT"/>
@@ -281,8 +271,7 @@
         </field>
     </form>
 
-    <form name="EditLayoutImage" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutImage" title="" type="upload"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditLayoutImage" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutImage" title="" type="upload">
         <field name="drDataResourceTypeId" >
             <display description="IMAGE_OBJECT"/>
         </field>
@@ -316,8 +305,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="AddLayoutImage" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="createLayoutImage" title="" type="upload"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddLayoutImage" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="createLayoutImage" title="" type="upload">
         
         <field name="drDataResourceTypeId" >
             <hidden value="IMAGE_OBJECT"/>
@@ -344,8 +332,7 @@
         </field>
     </form>
 
-    <form name="EditLayoutUrl" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutUrl" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditLayoutUrl" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutUrl" title="" type="single">
         <alt-target use-when="currentValue==null" target="createLayoutUrl"/>
         <field name="drDataResourceTypeId" >
             <display description="URL_RESOURCE"/>
@@ -372,9 +359,7 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="ListRelatedLayouts" default-entity-name="ContentDataResourceViewTo" list-name="entityList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        paginate-target="FindLayout">
+    <form name="ListRelatedLayouts" default-entity-name="ContentDataResourceViewTo" list-name="entityList" target="" title="" type="list" paginate-target="FindLayout">
         <field name="contentId" title="Edit" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${contentId}" target="EditLayout?contentId=${contentId}&amp;drDataResourceId=${drDataResourceId}"/>
         </field>
@@ -383,8 +368,7 @@
         <field name="drObjectInfo" title="Template File"><display/></field>
     </form>
 
-    <form name="EditLayoutSubContent" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutSubContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditLayoutSubContent" default-entity-name="SubContentDataResourceView" default-map-name="currentValue" extends="LayoutSubContentMaster" target="updateLayoutSubContent" title="" type="single">
         <alt-target use-when="currentValue==null" target="createLayoutSubContent"/>
         <field name="contentIdToDisplay" >
            <ignored/>

Modified: ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml Sat Mar 10 01:49:19 2007
@@ -20,15 +20,7 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="layout"
-        default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-associated-content-id="${userLogin.userLoginId}"
-        title="" type="simple">
+    <menu name="layout" default-menu-item-name="content" default-associated-content-id="${userLogin.userLoginId}" title="" type="simple">
 
         <menu-item name="ListLayout" title="${uiLabelMap.CommonList}" >
             <link target="ListLayout" target-window="_top" style="tabButton" />

Modified: ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml Sat Mar 10 01:49:19 2007
@@ -21,9 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
 
-    <form name="lookupListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="entityList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="LookupListLayout">
+    <form name="lookupListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="entityList" target="" title="" type="list" paginate-target="LookupListLayout">
         <actions>
             <entity-condition entity-name="ContentAssocDataResourceViewFrom" list-name="entityList" >
                 <condition-expr field-name="caContentIdTo" value="TEMPLATE_MASTER"/>
@@ -37,8 +35,7 @@
         <field name="drObjectInfo" title="Template File"><display/></field>
     </form>
 
-    <form name="lookupDataResourceContent" default-entity-name="DataResourceContentView" target="LookupSubContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="lookupDataResourceContent" default-entity-name="DataResourceContentView" target="LookupSubContent" title="" type="single">
         <field name="dataResourceId" title="DataResource Id">
             <text-find/>
         </field>
@@ -74,9 +71,7 @@
         </field>
     </form>
 
-    <form name="listLookupDataResourceContent" default-entity-name="DataResourceContentView" list-name="listIt" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="LookupSubContent">
+    <form name="listLookupDataResourceContent" default-entity-name="DataResourceContentView" list-name="listIt" target="" title="" type="list" paginate-target="LookupSubContent">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>

Modified: ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml Sat Mar 10 01:49:19 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="FindSurvey" default-map-name="survey" target="FindSurvey" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindSurvey" default-map-name="survey" target="FindSurvey" title="" type="single">
         <auto-fields-entity entity-name="Survey" default-field-type="find"/>
         
         <field name="isAnonymous"><drop-down allow-empty="true"><option key="Y"/><option key="N"/></drop-down></field>
@@ -35,9 +34,7 @@
         <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.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListFindSurvey" target="" title="" list-name="listIt" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindSurvey" paginate="true">
+    <form name="ListFindSurvey" target="" title="" list-name="listIt" type="list" paginate-target="FindSurvey" paginate="true">
         <actions>
             <service result-map-list-name="listIt" result-map-name="result" service-name="performFind">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -49,8 +46,7 @@
             <hyperlink description="${surveyId}" target="EditSurvey?surveyId=${surveyId}" also-hidden="false"/>
         </field>
     </form>
-    <form name="EditSurvey" type="single" target="updateSurvey" title="" default-map-name="survey"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditSurvey" type="single" target="updateSurvey" title="" default-map-name="survey">
         
         <alt-target use-when="survey==null" target="createSurvey"/>
         
@@ -72,8 +68,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="BuildSurveyFromPdf" type="single" target="buildSurveyFromPdf" title="" default-map-name="survey"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="BuildSurveyFromPdf" type="single" target="buildSurveyFromPdf" title="" default-map-name="survey">
         
         <field name="surveyId" map-name="survey"><hidden/></field>
         <field name="contentId" map-name="empty" title="${uiLabelMap.ContentPDF}">
@@ -82,8 +77,7 @@
         <field name="submitButton" title="${uiLabelMap.SurveyGenerateQuestions}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="BuildSurveyResponseFromPdf" type="single" target="buildSurveyResponseFromPdf" title="" default-map-name="survey"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="BuildSurveyResponseFromPdf" type="single" target="buildSurveyResponseFromPdf" title="" default-map-name="survey">
         
         <field name="surveyId" map-name="parameters"><hidden/></field>
         <field name="surveyResponseId" map-name="surveyResponse"><hidden/></field>
@@ -96,8 +90,7 @@
     </form>
 
     <!-- SurveyMultiResp & SurveyMultiRespColumn -->
-    <form name="EditSurveyMultiResp" type="single" target="updateSurveyMultiResp" title="" default-map-name="surveyMultiResp"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditSurveyMultiResp" type="single" target="updateSurveyMultiResp" title="" default-map-name="surveyMultiResp">
         <auto-fields-service service-name="updateSurveyMultiResp" default-field-type="edit"/>
         
         <field name="surveyId"><hidden/></field>
@@ -105,8 +98,7 @@
         
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListSurveyMultiRespColumns" type="list" target="updateSurveyMultiRespColumn" title="" list-name="surveyMultiRespColumnList"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListSurveyMultiRespColumns" type="list" target="updateSurveyMultiRespColumn" title="" list-name="surveyMultiRespColumnList">
         <actions>
             <entity-condition entity-name="SurveyMultiRespColumn">
                 <condition-list combine="and">
@@ -125,16 +117,14 @@
         
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddSurveyMultiRespColumn" type="single" target="createSurveyMultiRespColumn" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddSurveyMultiRespColumn" type="single" target="createSurveyMultiRespColumn" title="">
         <auto-fields-service service-name="createSurveyMultiRespColumn" default-field-type="edit"/>
         
         <field name="surveyId" map-name="surveyMultiResp"><hidden/></field>
         <field name="surveyMultiRespId" map-name="surveyMultiResp"><hidden/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddSurveyMultiResp" type="single" target="createSurveyMultiResp" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddSurveyMultiResp" type="single" target="createSurveyMultiResp" title="">
         <auto-fields-service service-name="createSurveyMultiResp" default-field-type="edit"/>
         
         <field name="surveyId" map-name="survey"><hidden/></field>
@@ -142,8 +132,7 @@
     </form>
     
     <!-- SurveyPage -->
-    <form name="ListSurveyPages" type="list" target="updateSurveyPage" title="" list-name="surveyPageList"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListSurveyPages" type="list" target="updateSurveyPage" title="" list-name="surveyPageList">
         <actions>
             <entity-condition entity-name="SurveyPage">
                 <condition-expr field-name="surveyId" env-name="surveyId"/>
@@ -158,8 +147,7 @@
 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddSurveyPage" type="single" target="createSurveyPage" title="" default-map-name="surveyPage"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddSurveyPage" type="single" target="createSurveyPage" title="" default-map-name="surveyPage">
         <auto-fields-service service-name="createSurveyPage" default-field-type="edit"/>
         
         <field name="surveyId"><hidden/></field>
@@ -167,8 +155,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListSurveyQuestions" type="list" target="updateSurveyQuestion" title="" list-name="surveyQuestionList" list-entry-name="surveyQuestion"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListSurveyQuestions" type="list" target="updateSurveyQuestion" title="" list-name="surveyQuestionList" list-entry-name="surveyQuestion">
         
         <auto-fields-service service-name="updateSurveyQuestion" map-name="surveyQuestion"/>
 
@@ -184,8 +171,7 @@
                 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="CreateSurveyQuestion" type="single" target="createSurveyQuestion" title="" default-map-name="surveyQuestion"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateSurveyQuestion" type="single" target="createSurveyQuestion" title="" default-map-name="surveyQuestion">
         <alt-target use-when="surveyQuestion!=null" target="updateSurveyQuestion"/>
         <auto-fields-service service-name="createSurveyQuestion"/>
 
@@ -206,8 +192,7 @@
         <field use-when="surveyQuestion!=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="CreateSurveyQuestionCategory" type="single" target="createSurveyQuestionCategory" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateSurveyQuestionCategory" type="single" target="createSurveyQuestionCategory" title="">
 
         <auto-fields-service service-name="createSurveyQuestionCategory"/>
         <field name="surveyId"><hidden value="${surveyId}"/></field>
@@ -220,8 +205,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="CreateSurveyQuestionOption" type="single" target="createSurveyQuestionOption" title="" default-map-name="surveyQuestionOption"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateSurveyQuestionOption" type="single" target="createSurveyQuestionOption" title="" default-map-name="surveyQuestionOption">
         <alt-target use-when="surveyQuestionOption!=null" target="updateSurveyQuestionOption"/>
         <auto-fields-service service-name="createSurveyQuestionOption"/>
 
@@ -250,16 +234,13 @@
         <field use-when="surveyQuestionOption==null" name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="FindSurveyResponse" target="FindSurveyResponse" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindSurveyResponse" target="FindSurveyResponse" title="" type="single">
         <auto-fields-entity entity-name="SurveyResponse" default-field-type="find"/>
         
         <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}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListFindSurveyResponse" list-name="listIt" title="" type="list"
-        default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindSurveyResponse">
+    <form name="ListFindSurveyResponse" list-name="listIt" title="" type="list" paginate-target="FindSurveyResponse">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -272,8 +253,7 @@
         </field>
     </form>
     
-    <form name="lookupSurvey" target="LookupSurvey" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="lookupSurvey" target="LookupSurvey" title="" type="single">
         <auto-fields-entity entity-name="Survey" default-field-type="find"/>
         <field name="surveyId" title="${uiLabelMap.SurveySurveyId}"><text-find/></field>
         <field name="isAnonymous"><drop-down allow-empty="true"><option key="Y"/><option key="N"/></drop-down></field>
@@ -283,9 +263,7 @@
         <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}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupSurvey" list-name="listIt" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="LookupSurvey">
+    <form name="listLookupSurvey" list-name="listIt" title="" type="list" paginate-target="LookupSurvey">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -298,16 +276,13 @@
         </field>
     </form>
 
-    <form name="lookupSurveyResponse" target="LookupSurveyResponse" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="lookupSurveyResponse" target="LookupSurveyResponse" title="" type="single">
         <auto-fields-entity entity-name="SurveyResponse" default-field-type="find"/>
 
         <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}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupSurveyResponse" list-name="listIt" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="LookupSurveyResponse">
+    <form name="listLookupSurveyResponse" list-name="listIt" title="" type="list" paginate-target="LookupSurveyResponse">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>