svn commit: r612489 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

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

svn commit: r612489 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

jacopoc
Author: jacopoc
Date: Wed Jan 16 07:41:06 2008
New Revision: 612489

URL: http://svn.apache.org/viewvc?rev=612489&view=rev
Log:
Fix for warning messages during form rendering.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=612489&r1=612488&r2=612489&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Wed Jan 16 07:41:06 2008
@@ -442,7 +442,7 @@
           <display-entity entity-name="PeriodType"/>
         </field>
         <field name="parentPeriodId">
-          <display-entity entity-name="CustomTimePeriod" key-field-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName} ${uiLabelMap.CommonFrom} ${fromDate} ${uiLabelMap.CommonTo} ${thruDate}"/>
+          <display-entity entity-name="CustomTimePeriod" key-field-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName}: ${fromDate} - ${thruDate}"/>
         </field>
     </form>
     <form name="ListOpenTimePeriods" type="list" list-name="openTimePeriods">
@@ -453,7 +453,7 @@
           <display-entity entity-name="PeriodType"/>
         </field>
         <field name="parentPeriodId">
-          <display-entity entity-name="CustomTimePeriod" key-field-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName} ${uiLabelMap.CommonFrom} ${fromDate} ${uiLabelMap.CommonTo} ${thruDate}"/>
+          <display-entity entity-name="CustomTimePeriod" key-field-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName}: ${fromDate} - ${thruDate}"/>
         </field>
         <field name="close" title="${uiLabelMap.CommonEmptyHeader}"><hyperlink target="closeFinancialTimePeriod?organizationPartyId=${organizationPartyId}&amp;customTimePeriodId=${customTimePeriodId}" description="Close"/></field>
     </form>
@@ -468,7 +468,7 @@
         </field>
         <field name="parentPeriodId">
             <drop-down allow-empty="true">
-                <list-options list-name="openTimePeriods" key-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName} ${uiLabelMap.CommonFrom} ${fromDate} ${uiLabelMap.CommonTo} ${thruDate}"/>
+                <list-options list-name="openTimePeriods" key-name="customTimePeriodId" description="[${customTimePeriodId}] ${periodName}: ${fromDate} - ${thruDate}"/>
             </drop-down>
         </field>
         <field name="periodTypeId">