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:42:21 UTC

svn commit: r1340391 - in /ofbiz/trunk/applications: order/widget/ordermgr/QuoteWorkEffortForms.xml workeffort/widget/WorkEffortCommEventForms.xml workeffort/widget/WorkEffortForms.xml workeffort/widget/WorkEffortRequirementForms.xml

Author: jleroux
Date: Sat May 19 09:42:20 2012
New Revision: 1340391

URL: http://svn.apache.org/viewvc?rev=1340391&view=rev
Log:
Adrian suggested to removes all left-text-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/QuoteWorkEffortForms.xml
    ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
    ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml?rev=1340391&r1=1340390&r2=1340391&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml Sat May 19 09:42:20 2012
@@ -59,9 +59,9 @@ under the License.
         </field>
         <sort-order>
             <sort-field name="quoteId"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.OrderOrderQuoteEnterWorkEffortId}"/>
+            <banner left-text="${uiLabelMap.OrderOrderQuoteEnterWorkEffortId}"/>
             <sort-field name="workEffortId"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.OrderOrderQuoteEnterWorkEffortIdNew}"/>
+            <banner left-text="${uiLabelMap.OrderOrderQuoteEnterWorkEffortIdNew}"/>
         </sort-order>
     </form>
 

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml?rev=1340391&r1=1340390&r2=1340391&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml Sat May 19 09:42:20 2012
@@ -56,10 +56,10 @@ under the License.
         <field name="communicationEventId"><lookup target-form-name="LookupCommEvent"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="buttontext"><submit button-type="text-link"/></field>
         <sort-order>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBanner3}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBanner3}"/>
             <sort-field name="workEffortId"/>
             <sort-field name="communicationEventId"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBanner4}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBanner4}"/>
             <sort-field name="description"/>
         </sort-order>
     </form>

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1340391&r1=1340390&r2=1340391&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Sat May 19 09:42:20 2012
@@ -308,9 +308,9 @@ under the License.
             <sort-field name="sequenceNum"/>
             <sort-field name="fromDate"/>
             <sort-field name="thruDate"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBannerAddWorkEffortAndAssoc1}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBannerAddWorkEffortAndAssoc1}"/>
             <sort-field name="workEffortIdTo"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBannerAddWorkEffortAndAssoc2}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBannerAddWorkEffortAndAssoc2}"/>
             <sort-field name="workEffortName"/>
             <sort-field name="description"/>
         </sort-order>

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml?rev=1340391&r1=1340390&r2=1340391&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortRequirementForms.xml Sat May 19 09:42:20 2012
@@ -57,9 +57,9 @@ under the License.
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
         <sort-order>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBanner5}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBanner5}"/>
             <sort-field name="requirementId"/>
-            <banner left-text-style="tabletext" left-text="${uiLabelMap.WorkEffortBanner6}"/>
+            <banner left-text="${uiLabelMap.WorkEffortBanner6}"/>
             <sort-field name="workReqFulfTypeId"/>
         </sort-order>
     </form>