You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/05/19 11:38:25 UTC

svn commit: r1340388 - in /ofbiz/trunk: applications/order/widget/ordermgr/ applications/party/widget/partymgr/ applications/workeffort/widget/ specialpurpose/hhfacility/widget/hhfacility/

Author: jleroux
Date: Sat May 19 09:38:25 2012
New Revision: 1340388

URL: http://svn.apache.org/viewvc?rev=1340388&view=rev
Log:
Adrian suggested to removes all default-widget-style="tabletext": <<That style was removed from the stylesheet in 2007. All references to it should be removed.>>


Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
    ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
    ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml?rev=1340388&r1=1340387&r2=1340388&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml Sat May 19 09:38:25 2012
@@ -19,7 +19,7 @@ under the License.
 -->
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="FindRequirements" type="single" target="RequirementsForSupplier" title=""
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+        default-title-style="tableheadtext">
         <field name="showList"><hidden value="Y"/></field>
         <field name="requirementId"><text-find/></field>
         <field name="partyId" title="${uiLabelMap.PartySupplier}"><lookup target-form-name="LookupPartyName"/></field>
@@ -28,7 +28,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="RequirementsList" type="multi" use-row-submit="true" target="addRequirementsToCart" title="" list-name="requirementsForSupplier"
-        default-title-style="tableheadtext" default-widget-style="tabletext"
+        default-title-style="tableheadtext"
         paginate-target="RequirementsForSupplier">
         <actions>
             <service service-name="prepareFind" result-map="resultConditions">
@@ -75,7 +75,7 @@ under the License.
         </field>
     </form>
     <form name="ListQuotes" list-name="listIt" target="" title="" type="list"
-        default-title-style="tableheadtext" default-widget-style="tabletext"
+        default-title-style="tableheadtext"
         paginate-target="FindQuoteForCart">
           <actions>
           <set field="entityName" value="Quote"/>
@@ -105,7 +105,7 @@ under the License.
         <field name="currencyUomId"><hidden/></field>
     </form>
     <form name="ViewShoppingLists" type="list" list-name="customershoppinglists" target=""
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+        default-title-style="tableheadtext">
         <field name="listName" title="${uiLabelMap.PageTitleShoppingList}"><display/></field>
         <field name="shoppingListTypeId" title="${uiLabelMap.OrderListType}">
             <display-entity entity-name="ShoppingListType"/>
@@ -123,7 +123,7 @@ under the License.
         </field>
     </form>
     <form name="AddFromShoppingList" type="list" list-name="shoppinglistitems" target=""
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+        default-title-style="tableheadtext">
         <auto-fields-entity entity-name="ShoppingListItem" default-field-type="display"/>
         <field name="productId" title="${uiLabelMap.ProductProduct}">
             <display-entity entity-name="Product" description="${productId} - ${description}"/>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1340388&r1=1340387&r2=1340388&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Sat May 19 09:38:25 2012
@@ -893,7 +893,7 @@ under the License.
     </form>
 
     <form name="ListInvoicesApplPayments" type="list" list-name="ListInvoicesApplPayments"
-        default-title-style="tableheadtext" default-widget-style="tabletext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
+        default-title-style="tableheadtext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
        >
         <actions>
             <set field="actualCurrency" from-field="actualCurrency" default-value="true" type="Boolean"/>
@@ -928,7 +928,7 @@ under the License.
         <field name="pmAmount" title="${uiLabelMap.AccountingPaymentAmount}" entry-name="pmActualCurrencyAmount" use-when="actualCurrency==true"><display type="currency" currency="${actualCurrencyUomId}"/></field>
     </form>
     <form name="ListUnAppliedInvoices" type="list" list-name="ListUnAppliedInvoices"
-        default-title-style="tableheadtext" default-widget-style="tabletext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
+        default-title-style="tableheadtext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
        >
         <actions>
             <set field="actualCurrency" from-field="actualCurrency" default-value="true" type="Boolean"/>
@@ -949,7 +949,7 @@ under the License.
         <field name="unAppliedAmount"><display type="currency" currency="${invoiceCurrencyUomId}"/></field>
     </form>
     <form name="ListUnAppliedPayments" type="list" list-name="paymentList"
-        default-title-style="tableheadtext" default-widget-style="tabletext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
+        default-title-style="tableheadtext" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
        >
         <actions>
             <set field="actualCurrency" from-field="actualCurrency" default-value="true" type="Boolean"/>
@@ -974,7 +974,7 @@ under the License.
         <field name="unAppliedAmount"><display type="currency" currency="${paymentCurrencyUomId}"/></field>
     </form>
     <form name="partyFinancialSummary" type="single" title="Financial summary" default-map-name="finanSummary"
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+        default-title-style="tableheadtext">
         <actions>
             <set field="actualCurrency" from-field="actualCurrency" default-value="true"/>
             <set field="actualCurrencyUomId" from-field="actualCurrencyUomId" default-value="${defaultOrganizationPartyCurrencyUomId}"/>
@@ -990,7 +990,7 @@ under the License.
         <field position="1" name="totalToBeReceived" use-when="finanSummary.get(&quot;totalToBeReceived&quot;)!=null" title="${uiLabelMap.PartyToBePaidTo} ${parameters.partyId}"><display type="currency" currency="${actualCurrencyUomId}"/></field>
     </form>
     <form name="ViewPartyRoles" type="list" list-name="partyRoles" target="viewroles"
-        default-title-style="tableheadtext" default-widget-style="tabletext"
+        default-title-style="tableheadtext"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
        >
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleTypeId}"><display/></field>

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1340388&r1=1340387&r2=1340388&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Sat May 19 09:38:25 2012
@@ -685,7 +685,7 @@ under the License.
         <field map-name="subjectMap" name="subject"><text size="30"/></field>
     </form>
 
-    <form  name="ListPreferredContactMech" default-widget-style="tabletext" target="" title="" type="list"
+    <form  name="ListPreferredContactMech" target="" title="" type="list"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <actions>
             <entity-and entity-name="PartyAndContactMech">

Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml?rev=1340388&r1=1340387&r2=1340388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml Sat May 19 09:38:25 2012
@@ -22,7 +22,7 @@ under the License.
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
 
     <form name="ListFacilities" type="list" list-name="facilities" paginate-target="main"
-             default-title-style="tableheadtext" default-widget-style="tabletext">
+             default-title-style="tableheadtext">
         <field name="facilityId" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${facilityId}" target="menu">
                 <parameter param-name="facilityId"/>
@@ -34,7 +34,7 @@ under the License.
 
     <!-- this form posts to "polinereceipt" (see controller.xml) -->
     <form name="POEnter" type="single" target="polinereceipt"
-            default-title-style="tableheadtext" default-widget-style="tabletext">
+            default-title-style="tableheadtext">
         <field name="facilityId"><hidden/></field>
         <field name="OrderId" title="${uiLabelMap.OrderPONumber}"><text size="10"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonNext}" widget-style="standardSubmit"><submit button-type="button"/></field>
@@ -42,7 +42,7 @@ under the License.
 
     <!-- this form posts to "productqtyreceipt" (see controller.xml) -->
     <form name="ProductEnter" type="single" target="productqtyreceipt"
-            default-title-style="tableheadtext" default-widget-style="tabletext">
+            default-title-style="tableheadtext">
         <field name="facilityId"><hidden/></field>
         <field name="productId"><text size="10" default-value=""/></field>
         <field name="submitButton" title="${uiLabelMap.CommonNext}" widget-style="standardSubmit"><submit button-type="button"/></field>
@@ -50,7 +50,7 @@ under the License.
 
     <!-- this form posts to "receiveproductqty" (see controller.xml) -->
     <form name="ProductQtyEnter" type="single" target="receiveproductqty"
-            default-title-style="tableheadtext" default-widget-style="tabletext">
+            default-title-style="tableheadtext">
         <field name="facilityId"><hidden/></field>
         <field name="productId"><hidden/></field>
         <field name="productId" entry-name="product.productId" ><display/></field>
@@ -62,14 +62,14 @@ under the License.
 
     <!-- this form posts to "findstocktake" (see controller.xml) -->
     <form name="FindProductStock" type="single" target="findstocktake"
-            default-title-style="tableheadtext" default-widget-style="tabletext">
+            default-title-style="tableheadtext">
         <field name="facilityId"><hidden/></field>
         <field name="idValue"><text size="10" default-value=""/></field>
         <field name="submitButton" title="${uiLabelMap.CommonNext}" widget-style="standardSubmit"><submit button-type="button"/></field>
     </form>
 
     <form name="ProductStocktake" type="single" target="updateproductstocktake"
-            default-title-style="tableheadtext" default-widget-style="tabletext">
+            default-title-style="tableheadtext">
         <field name="facilityId"><hidden/></field>
         <field name="productId"><display/></field>
         <field name="productName" entry-name="product.productName"><display/></field>