Author: sichen
Date: Tue Aug 29 11:40:11 2006
New Revision: 438152
URL:
http://svn.apache.org/viewvc?rev=438152&view=revLog:
Changed names of submit buttons on accounting admin forms to submitButton from submit, since submit causes problems with some browsers like IE and Safari
Modified:
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml
Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml?rev=438152&r1=438151&r2=438152&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/admin/AdminForms.xml Tue Aug 29 11:40:11 2006
@@ -118,7 +118,7 @@
</entity-options>
</drop-down>
</field>
- <field name="submit" title="${uiLabelMap.CommonCreate}" use-when="partyAcctgPreference==null"><submit/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonCreate}" use-when="partyAcctgPreference==null"><submit/></field>
<!-- otherwise, we just display the fields. there is no submit button because we shouldn't try to create it again and don't support an update option right now-->
<field name="fiscalYearStartMonth" use-when="partyAcctgPreference!=null"><display/></field>
@@ -242,7 +242,7 @@
</drop-down>
</field>
- <field name="submit" title="${uiLabelMap.CommonSave}"><submit/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit/></field>
</form>
<!-- forms for Purchase invoice Itemtypes to GLAccount number -->
@@ -281,7 +281,7 @@
</drop-down>
</field>
- <field name="submit" title="${uiLabelMap.CommonSave}"><submit/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit/></field>
</form>
<!-- forms for payment types to GLAccount type -->
@@ -319,7 +319,7 @@
</drop-down>
</field>
- <field name="submit" title="${uiLabelMap.CommonSave}"><submit/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit/></field>
</form>
<!-- forms for payment method Type to GLAccounts -->
<form name="ListPaymentMethodTypeGlAssignments" type="list" default-widget-style="tabletext"
@@ -357,7 +357,7 @@
</drop-down>
</field>
- <field name="submit" title="${uiLabelMap.CommonSave}"><submit/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit/></field>
</form>
<form name="ListChecksToPrint" type="multi" list-name="payments" target="printChecks"