Author: jacopoc
Date: Mon Apr  2 02:41:06 2007
New Revision: 524757

URL: http://svn.apache.org/viewvc?view=rev&rev=524757
Log:
That's incredible, I did another error in the same spot... all in all it's 
Monday morning.

Modified:
    ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml

Modified: 
ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml?view=diff&rev=524757&r1=524756&r2=524757
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml 
(original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml 
Mon Apr  2 02:41:06 2007
@@ -45,7 +45,7 @@
                 <sub-hyperlink 
use-when="&quot;${webSite.productStoreId}&quot;.length()>0" 
link-style="buttontext" target-type="inter-app" 
target="/catalog/control/EditProductStore?productStoreId=${webSite.productStoreId}"
 description="${uiLabelMap.ContentEditProductStore}"/>
             </drop-down>
         </field>
-        <field name="submitButtons" title="${uiLabelMap.CommonUpdate}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonUpdate}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="ListWebSites" target="" title="" type="list" 
list-name="webSites" paginate-target="FindWebSite" paginate="true">
         <field name="webSiteId" title="${uiLabelMap.CommonId}" 
widget-style="buttontext">


Reply via email to