svn commit: r755020 - in /ofbiz/trunk/applications: accounting/widget/GlobalGlAccountsForms.xml order/widget/ordermgr/ReportForms.xml party/webapp/partymgr/communication/CommForms.xml

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

svn commit: r755020 - in /ofbiz/trunk/applications: accounting/widget/GlobalGlAccountsForms.xml order/widget/ordermgr/ReportForms.xml party/webapp/partymgr/communication/CommForms.xml

mrisaliti
Author: mrisaliti
Date: Mon Mar 16 22:10:10 2009
New Revision: 755020

URL: http://svn.apache.org/viewvc?rev=755020&view=rev
Log:
Filled some form field name empty

Modified:
    ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
    ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml
    ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=755020&r1=755019&r2=755020&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Mon Mar 16 22:10:10 2009
@@ -164,7 +164,7 @@
 
     <form name="GlAccountsNavForm" type="single" target="" title="GL Accounts" default-map-name="journal"
         header-row-style="header-row" default-table-style="basic-table">
-        <field name="" title="${uiLabelMap.CommonEmptyHeader}">
+        <field name="backToAdmin" title="${uiLabelMap.CommonEmptyHeader}">
             <hyperlink also-hidden="false" description="${uiLabelMap.AccountingBackToAdmin}" target="AdminMain?organizationPartyId=${organizationPartyId}"/>
         </field>
     </form>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml?rev=755020&r1=755019&r2=755020&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml Mon Mar 16 22:10:10 2009
@@ -152,9 +152,9 @@
     
     <form name="OpenOrderItemsTotal" type="list" list-name="totalAmountList"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
-        <field name="" title="${uiLabelMap.CommonTotal}"><display/></field>
+        <field name="total" title="${uiLabelMap.CommonTotal}"><display/></field>
         <field name="totalQuantityOrdered"><display/></field>
-        <field name="totalQuantityOpen"><display/></field>                
+        <field name="totalQuantityOpen"><display/></field>
         <field name="totalCostPrice"><display/></field>
         <field name="totalListPrice"><display/></field>
         <field name="totalRetailPrice"><display/></field>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=755020&r1=755019&r2=755020&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Mon Mar 16 22:10:10 2009
@@ -668,8 +668,8 @@
         <field name="donePage"><hidden value="${donePage}"/></field>
         <field name="communicationEventId"><hidden value="${parameters.communicationEventId}"/></field>
         <field name="delContentDataResource"><hidden value="Y"/></field>
-        <field name="" position="1"><display/></field>
-        <field name=" " position="2"><display/></field>
+        <field name="dummy1" position="1"><display/></field>
+        <field name="dummy2" position="2"><display/></field>
         <field name="deleteEmail" widget-style="smallSubmit" position="3"><submit/></field>
     </form>
     <form name="EditRequestFromCommEvent" type="single" target="createRequestFromCommEvent" default-map-name="communicationEvent">