Author: hansbak
Date: Sat Apr 10 05:33:02 2010
New Revision: 932669

URL: http://svn.apache.org/viewvc?rev=932669&view=rev
Log:
Changed first screen to show user account screen when user login to their ebay 
store because the user 'account screen' will load faster more than 'store 
information' screen.

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml?rev=932669&r1=932668&r2=932669&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml Sat Apr 10 
05:33:02 2010
@@ -22,7 +22,7 @@ value="${bsh:billingAccount != null ? or
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";>
-    <form name="EbayStoreList" type="single" list-name="ebayStoreList"  
target="getStoreDetail"
+    <form name="EbayStoreList" type="single" list-name="ebayStoreList"  
target="ebayAccount"
         odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
         <field name="productStoreId" title="${uiLabelMap.ProductProductStore}" 
>
             <drop-down current="selected" >
@@ -31,7 +31,7 @@ value="${bsh:billingAccount != null ? or
         </field>
         <field name="submitButton" ><submit button-type="button"/></field>
     </form>
-    <form name="EbayAccountSelection" type="single" 
list-name="ebayAccountList"  target="getStoreDetail"
+    <form name="EbayAccountSelection" type="single" 
list-name="ebayAccountList"  target="ebayAccount"
         odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
         <actions>
             <script 
location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy"/>
@@ -42,7 +42,7 @@ value="${bsh:billingAccount != null ? or
             </drop-down>
         </field>
     </form>
-    <form name="EbayAccountList" type="single" list-name="ebayAccountList"  
target="getStoreDetail"
+    <form name="EbayAccountList" type="single" list-name="ebayAccountList"  
target="ebayAccount"
         odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
         <actions>
             <script 
location="component://ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy"/>


Reply via email to