svn commit: r1160416 - in /ofbiz/trunk/applications/order/widget/ordermgr: QuoteForms.xml QuoteScreens.xml

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

svn commit: r1160416 - in /ofbiz/trunk/applications/order/widget/ordermgr: QuoteForms.xml QuoteScreens.xml

adrianc
Author: adrianc
Date: Mon Aug 22 20:16:01 2011
New Revision: 1160416

URL: http://svn.apache.org/viewvc?rev=1160416&view=rev
Log:
Small layout fix for rev 1160402.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml
    ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml?rev=1160416&r1=1160415&r2=1160416&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml Mon Aug 22 20:16:01 2011
@@ -546,7 +546,7 @@ under the License.
         <alt-target use-when="quoteTerm==null" target="createQuoteTermFromItem"/>
     </form>
     <form name="ListQuoteNotes" target="" title="" type="list" list-name="quoteNotes"
-        header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListQuoteNotes">
+        header-row-style="${headerRowStyle}" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListQuoteNotes">
         <auto-fields-entity entity-name="QuoteNoteView" default-field-type="display"/>
         <field name="quoteId"><hidden/></field>
         <field name="noteId"><hidden/></field>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml?rev=1160416&r1=1160415&r2=1160416&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml Mon Aug 22 20:16:01 2011
@@ -827,6 +827,7 @@ under the License.
                 <set field="titleProperty" value="OrderOrderQuoteNoteList"/>
                 <set field="tabButtonItem" value="ListQuoteNotes"/>
                 <set field="quoteId" from-field="parameters.quoteId"/>
+                <set field="headerRowStyle" value="header-row-2"/>
                 <entity-one entity-name="Quote" value-field="quote" auto-field-map="true"/>
                 <entity-and entity-name="QuoteNoteView" list="quoteNotes">
                     <field-map field-name="quoteId"  from-field="parameters.quoteId"/>