svn commit: r917405 [4/4] - in /ofbiz/trunk/specialpurpose/ebaystore: ./ config/ data/ data/helpdata/ documents/ entitydef/ script/org/ofbiz/ebaystore/ servicedef/ webapp/ebaystore/WEB-INF/ webapp/ebaystore/WEB-INF/actions/automationPreferences/ webapp...

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

svn commit: r917405 [4/4] - in /ofbiz/trunk/specialpurpose/ebaystore: ./ config/ data/ data/helpdata/ documents/ entitydef/ script/org/ofbiz/ebaystore/ servicedef/ webapp/ebaystore/WEB-INF/ webapp/ebaystore/WEB-INF/actions/automationPreferences/ webapp...

hansbak-2
Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayAccountScreens.xml Mon Mar  1 07:20:30 2010
@@ -19,26 +19,26 @@
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
- <!-- Personal Information -->
- <screen name="EbayPersonalInformation">
- <section>
- <actions>
- <set field="accountItem" value="personalInformation"/>
- <service service-name="getEbayUser" result-map="results">
-             <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-            </service>
- </actions>
- <widgets>
- <decorator-screen name="AccountDecorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
- <screenlet name="" title="${uiLabelMap.EbayPersonalInformation}">
- <include-form location="component://ebaystore/widget/EbayAccountForms.xml" name="EbayPersonalInformationForm"/>
- </screenlet>
- </decorator-section>
- </decorator-screen>
- </widgets>
- </section>
- </screen>
+    <!-- Personal Information -->
+    <screen name="EbayPersonalInformation">
+        <section>
+            <actions>
+                <set field="accountItem" value="personalInformation"/>
+                <service service-name="getEbayUser" result-map="results">
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                </service>
+            </actions>
+            <widgets>
+                <decorator-screen name="AccountDecorator" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
+                        <screenlet name="" title="${uiLabelMap.EbayPersonalInformation}">
+                            <include-form location="component://ebaystore/widget/EbayAccountForms.xml" name="EbayPersonalInformationForm"/>
+                        </screenlet>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
     <!-- feedback -->
     <screen name="EbayFeedback">
         <section>
@@ -55,9 +55,9 @@
                                 <if-has-permission permission="EBAY" action="_VIEW"/>
                             </condition>
                             <widgets>
-                             <screenlet title="${uiLabelMap.EbayFeedback}">
-                                <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackTabBar"/>
-                                <decorator-section-include name="body"/>
+                                <screenlet title="${uiLabelMap.EbayFeedback}">
+                                    <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackTabBar"/>
+                                    <decorator-section-include name="body"/>
                                 </screenlet>
                             </widgets>
                             <fail-widgets>
@@ -143,9 +143,9 @@
                                 <if-has-permission permission="EBAY" action="_VIEW"/>
                             </condition>
                             <widgets>
-                             <screenlet title="${uiLabelMap.EbayFeedback}">
-                                <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackTabBar"/>
-                                <decorator-section-include name="body"/>
+                                <screenlet title="${uiLabelMap.EbayFeedback}">
+                                    <include-menu location="component://ebaystore/widget/EbayStoreMenus.xml" name="EbayFeedbackTabBar"/>
+                                    <decorator-section-include name="body"/>
                                 </screenlet>
                             </widgets>
                             <fail-widgets>
@@ -214,5 +214,5 @@
                 </decorator-screen>
             </widgets>
         </section>
-    </screen>
+    </screen>
 </screens>

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml Mon Mar  1 07:20:30 2010
@@ -24,7 +24,7 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <!-- Automation Preference -->
     <form name="EditAutomationRelistSoldItems" target="createEbayProductStorePref" type="single" default-map-name="ebayPrefRelisting" >
-     <alt-target use-when="ebayPrefRelisting!=null" target="updateEbayProductStorePref"/>
+        <alt-target use-when="ebayPrefRelisting!=null" target="updateEbayProductStorePref"/>
         <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
         <field name="enabled" tooltip="${uiLabelMap.EbayAutoRelisting}" tooltip-style="h3"><check/></field>
         <field name="condition1" title="${uiLabelMap.CommonFromDate}"><date-time/></field>
@@ -39,14 +39,14 @@
         <field name="enabled" tooltip="${uiLabelMap.EbayDisputeCheckoutNotComplete}" tooltip-style="h3"><check/></field>
         <field name="condition1" title="${uiLabelMap.EbayAfter}" tooltip-style="text" tooltip="${uiLabelMap.CommonDays}" ><text default-value="" size="5"/></field>
         <field name="condition2" title="${uiLabelMap.EbayReason}">
-         <drop-down >
-         <list-options key-name="reasonCode" list-name="reasons" description="${value}"/>
-         </drop-down>
+            <drop-down >
+                <list-options key-name="reasonCode" list-name="reasons" description="${value}"/>
+            </drop-down>
         </field>
         <field name="condition3" title="${uiLabelMap.EbayExplanation}">
- <drop-down >
-         <list-options key-name="explanationCode" list-name="explanations" description="${value}"/>
-         </drop-down>        
+            <drop-down >
+                <list-options key-name="explanationCode" list-name="explanations" description="${value}"/>
+            </drop-down>
         </field>
         <field name="serviceName"><hidden value="${serviceName1}"/></field>
         <field name="autoPrefEnumId"><hidden value="${autoPrefEnumId1}"/></field>
@@ -58,14 +58,14 @@
         <field name="enabled" tooltip="${uiLabelMap.EbayDisputeNotPay}" tooltip-style="h3"><check/></field>
         <field name="condition1" title="${uiLabelMap.EbayAfter}" tooltip-style="text" tooltip="${uiLabelMap.CommonDays}" ><text default-value="" size="5"/></field>
         <field name="condition2" title="${uiLabelMap.EbayReason}">
-         <drop-down >
-         <list-options key-name="reasonCode" list-name="reasons" description="${value}"/>
-         </drop-down>
+            <drop-down >
+                <list-options key-name="reasonCode" list-name="reasons" description="${value}"/>
+            </drop-down>
         </field>
         <field name="condition3" title="${uiLabelMap.EbayExplanation}">
- <drop-down >
-         <list-options key-name="explanationCode" list-name="explanations" description="${value}"/>
-         </drop-down>
+            <drop-down >
+                <list-options key-name="explanationCode" list-name="explanations" description="${value}"/>
+            </drop-down>
         </field>
         <field name="serviceName"><hidden value="${serviceName2}"/></field>
         <field name="autoPrefEnumId"><hidden value="${autoPrefEnumId2}"/></field>
@@ -73,80 +73,80 @@
     </form>
     <!-- Sold Listing -->
     <form name="SoldItemList" type="list"  target="doAction" list-name="soldItemList"
-     odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true">
-     <row-actions>
-     <script location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy"/>
-     </row-actions>
-     <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
-     <field name="itemId"><display description="${itemId} - ${title}"/></field>
-     <field name="buyer"><display description="${buyer}"/></field>
-     <field name="listingType"><display description="${listingType}"/></field>
-     <field name="quantity"><display description="${quantity}"/></field>
-     <field name="transactionId"><display description="${transactionId}"/></field>
-     <field name="salePrice"><display description="${salePrice}"/></field>
-     <field name="totalAmount"><display description="${totalAmount}"/></field>
-     <field name="creationTime"><display description="${creationTime}" type="date"/></field>
-     <field name="paidTime"><display description="${paidTime}" type="date"/></field>
-     <field name="checkoutStatus"><display description="${checkoutStatus}"/></field>
-     <field name="unpaidItemStatus"><display description="${unpaidItemStatus}"/></field>
-     <field name="action" use-when="&quot;${hasAction}&quot;==&quot;true&quot;">
-     <drop-down>
-     <list-options key-name="action" list-name="actionList" description="${actionName}"/>
-     </drop-down>
-     </field>
-     <field name="submitButton"  use-when="&quot;${hasAction}&quot;==&quot;true&quot;" title="${uiLabelMap.CommonSubmit}"><submit/></field>
+        odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" use-row-submit="true" separate-columns="true">
+        <row-actions>
+            <script location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy"/>
+        </row-actions>
+        <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
+        <field name="itemId"><display description="${itemId} - ${title}"/></field>
+        <field name="buyer"><display description="${buyer}"/></field>
+        <field name="listingType"><display description="${listingType}"/></field>
+        <field name="quantity"><display description="${quantity}"/></field>
+        <field name="transactionId"><display description="${transactionId}"/></field>
+        <field name="salePrice"><display description="${salePrice}"/></field>
+        <field name="totalAmount"><display description="${totalAmount}"/></field>
+        <field name="creationTime"><display description="${creationTime}" type="date"/></field>
+        <field name="paidTime"><display description="${paidTime}" type="date"/></field>
+        <field name="checkoutStatus"><display description="${checkoutStatus}"/></field>
+        <field name="unpaidItemStatus"><display description="${unpaidItemStatus}"/></field>
+        <field name="action" use-when="&quot;${hasAction}&quot;==&quot;true&quot;">
+            <drop-down>
+                <list-options key-name="action" list-name="actionList" description="${actionName}"/>
+            </drop-down>
+        </field>
+        <field name="submitButton"  use-when="&quot;${hasAction}&quot;==&quot;true&quot;" title="${uiLabelMap.CommonSubmit}"><submit/></field>
     </form>
     <form name="OpenUnpaid" type="single" target="addDispute">
-     <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
-     <field name="itemId"><hidden value="${parameters.itemId}"/></field>
-     <field name="item"><text disabled="true" default-value="${parameters.itemId} - ${parameters.title}"/></field>
-     <field name="listingType"><text disabled="true" default-value="${parameters.listingType}"/></field>
-     <field name="quantity"><text disabled="true" default-value="${parameters.quantity}"/></field>
-     <field name="salePrice"><text disabled="true" default-value="${parameters.salePrice}"/></field>
-     <field name="transactionId"><hidden value="${parameters.transactionId}"/></field>
-     <field name="transaction"><text disabled="true" default-value="${parameters.transactionId}"/></field>
-     <field name="disputeReasonCodeType">
-     <radio no-current-selected-key="TransactionMutuallyCanceled">
-     <option key="BUYER_HAS_NOT_PAID" description="The buyer has not paid for the item"/>
-     <option key="TRANSACTION_MUTUALLY_CANCELED" description="We have both agreed not to complete the transaction"/>
-     </radio>
-     </field>
-   <field name="disputeExplanationCodeType">
-     <drop-down>
-     <option key="" description="- - Select One - -"/>
-     <option key="BUYER_PURCHASING_MISTAKE" description="Buyer purchased item by mistake or changed mind"/>
-     <option key="BUYER_RETURNED_ITEM_FOR_REFUND" description="Buyer is returning item for a refund"/>
-     <option key="UNABLE_TO_RESOLVE_TERMS" description="Buyer and I disagreed over terms"/>
-     <option key="BUYER_HAS_NOT_RESPONDED" description="Buyer is unresponsive"/>
-     <option key="PAYMENT_METHOD_NOT_SUPPORTED" description="Buyer's payment hasn't been received or hasn't cleared"/>
-     <option key="SHIPPING_ADDRESS_NOT_CONFIRMED" description="Buyer requested shipment to an unconfirmed address"/>
-     <option key="SHIP_COUNTRY_NOT_SUPPORTED" description="Seller doesn't ship to the country requested by buyer"/>
-   <option key="OTHER_EXPLANATION" description="Other reason"/>
-     </drop-down>
-     </field>
-     <field name="submitButton" title="${uiLabelMap.CommonSubmit}" position="1"><submit/></field>
-     <field name="cancelButton" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" position="2">
-     <hyperlink target="soldListing" description="${uiLabelMap.CommonCancel}">
-     <parameter param-name="productStoreId" from-field="parameters.productStoreId"/>
-     </hyperlink>
-     </field>
- </form>
+        <field name="productStoreId"><hidden value="${parameters.productStoreId}"/></field>
+        <field name="itemId"><hidden value="${parameters.itemId}"/></field>
+        <field name="item"><text disabled="true" default-value="${parameters.itemId} - ${parameters.title}"/></field>
+        <field name="listingType"><text disabled="true" default-value="${parameters.listingType}"/></field>
+        <field name="quantity"><text disabled="true" default-value="${parameters.quantity}"/></field>
+        <field name="salePrice"><text disabled="true" default-value="${parameters.salePrice}"/></field>
+        <field name="transactionId"><hidden value="${parameters.transactionId}"/></field>
+        <field name="transaction"><text disabled="true" default-value="${parameters.transactionId}"/></field>
+        <field name="disputeReasonCodeType">
+            <radio no-current-selected-key="TransactionMutuallyCanceled">
+                <option key="BUYER_HAS_NOT_PAID" description="The buyer has not paid for the item"/>
+                <option key="TRANSACTION_MUTUALLY_CANCELED" description="We have both agreed not to complete the transaction"/>
+            </radio>
+        </field>
+           <field name="disputeExplanationCodeType">
+            <drop-down>
+                <option key="" description="- - Select One - -"/>
+                <option key="BUYER_PURCHASING_MISTAKE" description="Buyer purchased item by mistake or changed mind"/>
+                <option key="BUYER_RETURNED_ITEM_FOR_REFUND" description="Buyer is returning item for a refund"/>
+                <option key="UNABLE_TO_RESOLVE_TERMS" description="Buyer and I disagreed over terms"/>
+                <option key="BUYER_HAS_NOT_RESPONDED" description="Buyer is unresponsive"/>
+                <option key="PAYMENT_METHOD_NOT_SUPPORTED" description="Buyer's payment hasn't been received or hasn't cleared"/>
+                <option key="SHIPPING_ADDRESS_NOT_CONFIRMED" description="Buyer requested shipment to an unconfirmed address"/>
+                <option key="SHIP_COUNTRY_NOT_SUPPORTED" description="Seller doesn't ship to the country requested by buyer"/>
+                   <option key="OTHER_EXPLANATION" description="Other reason"/>
+            </drop-down>
+        </field>
+        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" position="1"><submit/></field>
+        <field name="cancelButton" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit" position="2">
+            <hyperlink target="soldListing" description="${uiLabelMap.CommonCancel}">
+                <parameter param-name="productStoreId" from-field="parameters.productStoreId"/>
+            </hyperlink>
+        </field>
+    </form>
     <form name="MakeSecondChanceOffer" type="single" target="addEbaySecondChanceOffer">
-     <auto-fields-service service-name="addEbaySecondChanceOffer"/>
-     <field name="duration">
-     <drop-down>
-     <option key="DAYS_1" description="a day"/>
-     <option key="DAYS_3" description="3 days"/>
-     <option key="DAYS_5" description="5 days"/>
-     <option key="DAYS_7" description="7 days"/>
-     </drop-down>
-     </field>
-     <field name="recipientBidderUserId">
-     <drop-down>
-     <list-options key-name="userId" list-name="allBidders" description="${userId}"/>
-     </drop-down>
-     </field>
-     <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit/></field>
+        <auto-fields-service service-name="addEbaySecondChanceOffer"/>
+        <field name="duration">
+            <drop-down>
+                <option key="DAYS_1" description="a day"/>
+                <option key="DAYS_3" description="3 days"/>
+                <option key="DAYS_5" description="5 days"/>
+                <option key="DAYS_7" description="7 days"/>
+            </drop-down>
+        </field>
+        <field name="recipientBidderUserId">
+            <drop-down>
+                <list-options key-name="userId" list-name="allBidders" description="${userId}"/>
+            </drop-down>
+        </field>
+        <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit/></field>
     </form>
     <!-- Inventory -->
     <form name="EbayStoreFacilityList" type="single" list-name="productStoreFacilityList"  target="ebayStoreInventory"
@@ -155,12 +155,11 @@
         <field name="isFacilityId"><hidden value="Y"/></field>
         <field name="facilityId" >
             <drop-down current="selected" >
-                <list-options list-name="productStoreFacilityList" description="${facilityId}" key-name="facilityId"/>                
+                <list-options list-name="productStoreFacilityList" description="${facilityId}" key-name="facilityId"/>
             </drop-down>
         </field>
         <field name="submitButton" ><submit button-type="button"/></field>
     </form>
-    
     <form name="reserveEbayProductInventory" type="single" list-name=""  target="reserveProductInventory"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="productStoreId"><display description="${parameters.productStoreId}"></display></field>
@@ -169,7 +168,6 @@
         <field name="quantity"><text></text></field>
         <field name="submitButton" ><submit button-type="button"/></field>
     </form>
-    
     <form name="ListEbayProductInventoryDetail" type="multi" use-row-submit="true"  target="updateEbayStoreInventory" title=""  list-name="ebayProductStoreInventoryList"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="_rowSubmit"  position="1" title="${uiLabelMap.CommonSelect}"><check/></field>
@@ -197,7 +195,6 @@
         <field name="reservedDate"><display></display></field>
         <field name="updateButton" title="${uiLabelMap.EbayUpdateInventory}"><submit button-type="button"/></field>
     </form>
-    
     <form name="updateQuantityReserved" type="single"  target="updateProductQuantityReserved" default-entity-name="EbayProductStoreInventory" default-map-name="ebayProductStoreInventory"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="productStoreId"><display></display></field>

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml Mon Mar  1 07:20:30 2010
@@ -117,7 +117,6 @@
                 <set field="titleProperty" value="PageTitleEditInventoryItem"/>
                 <set field="headerItem" value="ebayStore"/>
                 <set field="sellingManagerItem" value="inventory"/>
-                
                 <set field="facilityId" from-field="parameters.facilityId"/>
                 <set field="productStoreId" from-field="parameters.productStoreId"/>
                 <entity-one entity-name="ProductStore" value-field="productStore">
@@ -271,11 +270,11 @@
                 <set field="autoPrefEnumId" value="EBAY_AUTO_RELISTING"/>
                 <set field="serviceName" value="automaticEbayRelistSoldItems"/>
                 <entity-one value-field="ebayPrefRelisting" entity-name="EbayProductStorePref">
-                 <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                 <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId"/>
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                    <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId"/>
                 </entity-one>
                  <service service-name="getEbayStoreUser" result-map="result">
-                 <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                     <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
                 </service>
                 <set field="userLoginId" from-field="result.userLoginId"/>
             </actions>
@@ -296,12 +295,12 @@
                 <set field="serviceName1" value="automaticEbayDisputeNotComplete"/>
                 <set field="serviceName2" value="automaticEbayDisputeNotPay"/>
                 <entity-one value-field="ebayPrefDispute1" entity-name="EbayProductStorePref">
-                 <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                 <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId1"/>
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                    <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId1"/>
                 </entity-one>
                 <entity-one value-field="ebayPrefDispute2" entity-name="EbayProductStorePref">
-                 <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                 <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId2"/>
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                    <field-map field-name="autoPrefEnumId" from-field="autoPrefEnumId2"/>
                 </entity-one>
                 <script location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetDisputeInfo.groovy"/>
             </actions>
@@ -323,7 +322,7 @@
         </section>
     </screen>
     <!-- Sold -->
-   <screen name="EbaySoldListing">
+    <screen name="EbaySoldListing">
         <section>
             <actions>
                 <set field="sellingManagerItem" value="soldListing"/>
@@ -331,64 +330,64 @@
             <widgets>
                <decorator-screen name="SellingManagerDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                     <decorator-section-include name="body"/>
-                 </decorator-section>
+                        <decorator-section-include name="body"/>
+                    </decorator-section>
                 </decorator-screen>
             </widgets>
         </section>
     </screen>
     <screen name="SoldListing">
-     <section>
-     <actions>
-     <service service-name="getEbaySoldItems" result-map="result">
-                 <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-                 <field-map field-name="status" from-field="parameters.status"/>
-                 <field-map field-name="period" from-field="parameters.period"/>
+        <section>
+            <actions>
+                <service service-name="getEbaySoldItems" result-map="result">
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                    <field-map field-name="status" from-field="parameters.status"/>
+                    <field-map field-name="period" from-field="parameters.period"/>
                 </service>
                 <set field="soldItemList" from-field="result.soldItems"/>
-     </actions>
-     <widgets>
-     <decorator-screen name="EbaySoldListing">
-     <decorator-section name="body">
-                   <screenlet title="Sold Listing">
-                   <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="SoldItemList"/>
-                   </screenlet>
-     </decorator-section>
-     </decorator-screen>
-     </widgets>
-     </section>
+            </actions>
+            <widgets>
+                <decorator-screen name="EbaySoldListing">
+                    <decorator-section name="body">
+                           <screenlet title="Sold Listing">
+                               <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="SoldItemList"/>
+                           </screenlet>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
     </screen>
     <screen name="OpenUnpaid">
-     <section>
-     <widgets>
-     <decorator-screen name="EbaySoldListing">
-     <decorator-section name="body">
-     <screenlet title="Open Unpaid">
-                   <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="OpenUnpaid"/>
-                   </screenlet>
-                   </decorator-section>
-     </decorator-screen>
-     </widgets>
-     </section>
-    </screen>
-   <screen name="MakeSecondChanceOffer">
-     <section>
-     <actions>
-     <service service-name="getEbayAllBidders" result-map="results">
-     <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
-     <field-map field-name="itemId" from-field="parameters.itemId"/>
-     </service>
-     <set field="allBidders" from-field="results.allBidders"/>
-     </actions>
-     <widgets>
-     <decorator-screen name="EbaySoldListing">
-     <decorator-section name="body">
-     <screenlet title="${uiLabelMap.EbayAddSecondChanceOffer}">
-                   <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="MakeSecondChanceOffer"/>
-                   </screenlet>
-                   </decorator-section>
-     </decorator-screen>
-     </widgets>
-     </section>
-   </screen>
-</screens>
+        <section>
+            <widgets>
+                <decorator-screen name="EbaySoldListing">
+                    <decorator-section name="body">
+                        <screenlet title="Open Unpaid">
+                               <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="OpenUnpaid"/>
+                           </screenlet>
+                       </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    <screen name="MakeSecondChanceOffer">
+        <section>
+            <actions>
+                <service service-name="getEbayAllBidders" result-map="results">
+                    <field-map field-name="productStoreId" from-field="parameters.productStoreId"/>
+                    <field-map field-name="itemId" from-field="parameters.itemId"/>
+                </service>
+                <set field="allBidders" from-field="results.allBidders"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="EbaySoldListing">
+                    <decorator-section name="body">
+                        <screenlet title="${uiLabelMap.EbayAddSecondChanceOffer}">
+                            <include-form location="component://ebaystore/widget/EbaySellingManagerForms.xml" name="MakeSecondChanceOffer"/>
+                        </screenlet>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+</screens>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml Mon Mar  1 07:20:30 2010
@@ -74,7 +74,7 @@
             </entity-and>
             <set  field="ebayCategoryId"  value="${groovy:
                 ebayCategoryId= &quot;&quot;;
-                if(prodCategoryRoles!=null &amp;&amp; prodCategoryRoles.size()== 1)  ebayCategoryId = prodCategoryRoles.get(0).getString(&quot;comments&quot;);
+                if(prodCategoryRoles!=null &amp;&amp; prodCategoryRoles.size() == 1)  ebayCategoryId = prodCategoryRoles.get(0).getString(&quot;comments&quot;);
                 return ebayCategoryId;
                 }" type="String"/>
             <entity-and entity-name="ProductCategoryRollup" list="prodCategoryRollup">

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreMenus.xml Mon Mar  1 07:20:30 2010
@@ -19,7 +19,7 @@
 -->
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     <menu name="EbayStoreAppBar" title="${uiLabelMap.EbayStoreApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
-   <menu-item name="eBayConfigurations" title="${uiLabelMap.EbayConfigurations}"><link target="FindEbayConfigurations"/></menu-item>
+           <menu-item name="eBayConfigurations" title="${uiLabelMap.EbayConfigurations}"><link target="FindEbayConfigurations"/></menu-item>
     </menu>
     <menu name="EbaySubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
         menu-container-style="button-bar button-style-2">
@@ -54,7 +54,7 @@
             </link>
         </menu-item>
         <menu-item name="sellingManager" title="${uiLabelMap.EbaySellingManager}">
-         <link target="sellingManager">
+            <link target="sellingManager">
                 <parameter param-name="productStoreId" value="${parameters.productStoreId}"/>
             </link>
         </menu-item>
@@ -129,5 +129,5 @@
                 <parameter param-name="role" value="buyer"/>
             </link>
         </menu-item>
-    </menu>    
+    </menu>
 </menus>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml?rev=917405&r1=917404&r2=917405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Mon Mar  1 07:20:30 2010
@@ -20,7 +20,6 @@
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
-
     <screen name="ebayStores">
         <section>
             <actions>
@@ -45,7 +44,6 @@
                 <set field="titleProperty" value="${uiLabelMap.EbayStoreSetting}"/>
                 <set field="headerItem" value="ebayStore"/>
                 <set field="tabButtonItem" value="ebayStoreSetting"/>
-                
                 <script  location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/RetrieveStoreOptions.groovy"/>
             </actions>
             <widgets>
@@ -119,7 +117,7 @@
                                         </screenlet>
                                         <screenlet navigation-form-name="ListCategories" title="List category in ${prodCatalog.catalogName}">
                                             <label text="Not found child category"/>
-                                        </screenlet>    
+                                        </screenlet>
                                     </fail-widgets>
                                 </section>
                             </widgets>