You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2009/02/22 22:54:32 UTC

svn commit: r746829 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/widget/ applications/content/config/ applications/content/widget/content/ applications/order/config/ applications/order/webapp/ordermgr/quote/ applications/o...

Author: mrisaliti
Date: Sun Feb 22 21:54:31 2009
New Revision: 746829

URL: http://svn.apache.org/viewvc?rev=746829&view=rev
Log:
A lot of hardcoded labels cleaning and changes some wrong references

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml
    ofbiz/trunk/applications/content/widget/content/ContentForms.xml
    ofbiz/trunk/applications/order/config/OrderUiLabels.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
    ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
    ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Sun Feb 22 21:54:31 2009
@@ -7482,6 +7482,10 @@
         <value xml:lang="th">ข้อความสัญญา</value>
         <value xml:lang="zh">合同文本</value>
     </property>
+    <property key="FormFieldTitle_agreementTypeId">
+        <value xml:lang="en">Agreement Type Id</value>
+        <value xml:lang="it">Tipo contratto</value>
+    </property>
     <property key="FormFieldTitle_allocatedDate">
         <value xml:lang="en">Allocated Date</value>
         <value xml:lang="fr">Date assignée</value>

Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Sun Feb 22 21:54:31 2009
@@ -216,7 +216,7 @@
         <field name="workEffortId" sort-field="true"><display description="${workEffortName}"/></field>
         <field name="emplPositionTypeId" sort-field="true"><display description="${employeePositionDescription}"/></field>
         <field name="rateAmount"><display type="currency" currency="${rateCurrencyUomId}"/></field>
-        <field name="delete"><submit/></field>
+        <field name="delete" title="${uiLabelMap.CommonDelete}"><submit/></field>
     </form>
     
     <form name="updateRateAmount" type="single" target="updateRateAmount" default-service-name="updateRateAmount" 

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Sun Feb 22 21:54:31 2009
@@ -2824,6 +2824,10 @@
         <value xml:lang="th">ตัวอักษร</value>
         <value xml:lang="zh">文本</value>
     </property>
+    <property key="FormFieldTitle_topic">
+        <value xml:lang="en">Topic</value>
+        <value xml:lang="it">Argomento</value>
+    </property>
     <property key="FormFieldTitle_tree">
         <value xml:lang="ar">شجرة</value>
         <value xml:lang="de">Baum</value>
@@ -3774,6 +3778,7 @@
     </property>
     <property key="PageTitleNavigateContent">
         <value xml:lang="en">Navigate Content</value>
+        <value xml:lang="it">Naviga contenuto</value>
         <value xml:lang="th">เลือกดูเนื้อหา</value>
     </property>
     <property key="PageTitleNavigateDataResources">

Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sun Feb 22 21:54:31 2009
@@ -519,7 +519,7 @@
             <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/>
         </field>
         <field name="createdDate"><display description="${content.createdDate}"/></field>
-        <field name="delete">
+        <field name="delete" title="${uiLabelMap.CommonDelete}">
             <hyperlink target="removeDocumentFromTree?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}" description="${uiLabelMap.CommonDelete}"/>
         </field>
     </form>
@@ -553,6 +553,6 @@
                 <entity-options description="${description}" entity-name="MetaDataPredicate"/>
             </drop-down>
         </field>
-        <field name="submit"><submit/></field>
+        <field name="submit" title="${uiLabelMap.CommonSubmit}"><submit/></field>
     </form>
 </forms>

Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Sun Feb 22 21:54:31 2009
@@ -5570,7 +5570,7 @@
         <value xml:lang="zh">询价</value>
         <value xml:lang="zh_CN">报价</value>
     </property>
-    <property key="OrderOrderQuoteuomId">
+    <property key="OrderOrderQuoteUomId">
         <value xml:lang="de">Offerte Einheit ID</value>
         <value xml:lang="en">Quote Uom Id</value>
         <value xml:lang="es">Unidad de medida</value>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml Sun Feb 22 21:54:31 2009
@@ -232,7 +232,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="uomId" title="${uiLabelMap.OrderOrderQuoteuomId}">
+        <field name="uomId" title="${uiLabelMap.OrderOrderQuoteUomId}">
             <drop-down allow-empty="true">
                 <entity-options description="${uomId} - ${description}" entity-name="Uom" key-field-name="uomId">
                     <!--<entity-constraint name="uomTypeId" operator="equals" value="CURRENCY_MEASURE"/>-->

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Sun Feb 22 21:54:31 2009
@@ -139,6 +139,7 @@
         <field name="productFeatureId"><hidden/></field>
         <field name="skillTypeId"><hidden/></field>
         <field name="deliverableTypeId"><hidden/></field>
+        <field name="quoteUnitPrice" title="${uiLabelMap.OrderOrderQuoteUnitPrice}"/>
         <field name="comments"><hidden/></field>
         <field name="uomId"><hidden/></field>
         <field name="custRequestId"><hidden/></field>
@@ -324,17 +325,17 @@
         <field name="productFeatureId">
             <lookup target-form-name="LookupProductFeature"/>
         </field>
-        <field name="deliverableTypeId">
+        <field name="deliverableTypeId" title="${uiLabelMap.OrderOrderQuoteDeliverableTypeId}">
             <drop-down allow-empty="true">
                 <entity-options description="${description}" entity-name="DeliverableType" key-field-name="deliverableTypeId"/>
             </drop-down>
         </field>
-        <field name="skillTypeId">
+        <field name="skillTypeId" title="${uiLabelMap.OrderOrderQuoteSkillTypeId}">
             <drop-down allow-empty="true">
                 <entity-options description="${description}" entity-name="SkillType" key-field-name="skillTypeId"/>
             </drop-down>
         </field>
-        <field name="uomId">
+        <field name="uomId" title="${uiLabelMap.OrderOrderQuoteUomId}">
             <drop-down allow-empty="true">
                 <entity-options description="${uomId} - ${description}" entity-name="Uom" key-field-name="uomId">
                     <!--<entity-constraint name="uomTypeId" operator="equals" value="CURRENCY_MEASURE"/>-->
@@ -343,6 +344,7 @@
         </field>
         <field name="quantity" map-name="parameters" use-when="quoteItem==null"><text/></field>
         <field name="selectedAmount" map-name="parameters" use-when="quoteItem==null"><text/></field>
+        <field name="quoteUnitPrice" title="${uiLabelMap.OrderOrderQuoteUnitPrice}"/>
         <field name="comments" map-name="parameters" use-when="quoteItem==null"><text/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
             <submit button-type="button"/>

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=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Sun Feb 22 21:54:31 2009
@@ -463,7 +463,7 @@
     </form>
 
     <form name="ViewCommRoles" extends="ListCommRoles">
-        <field name="removeLink"><ignored/></field>
+        <field name="removeLink" title="${uiLabelMap.CommonEmptyHeader}"><ignored/></field>
     </form> 
 
     <form name="AddEventRole" type="single" target="createCommunicationEventRole"

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sun Feb 22 21:54:31 2009
@@ -3162,6 +3162,10 @@
         <value xml:lang="th">รหัสกลุ่มกำหนดเส้นทางการขนส่งสินค้า</value>
         <value xml:lang="zh">货运路线分区标识</value>
     </property>
+    <property key="FormFieldTitle_shipmentTypeId">
+        <value xml:lang="en">Shipment Type Id</value>
+        <value xml:lang="it">Tipo spedizione</value>
+    </property>
     <property key="FormFieldTitle_shippingPricePercent">
         <value xml:lang="de">Lieferpreis Prozent</value>
         <value xml:lang="en">Shipping Price Percent</value>

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sun Feb 22 21:54:31 2009
@@ -20,10 +20,12 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
+    <!--  UNSUED FORM
     <form name="EditProductSimpleTest" type="single" target="updateProduct" title="" 
         header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-service service-name="updateProduct" map-name="product"/>
     </form>
+    -->
     <form name="EditProduct" type="single" target="updateProduct" title="" default-map-name="product"
         header-row-style="header-row" default-table-style="basic-table">
 

Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml?rev=746829&r1=746828&r2=746829&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml Sun Feb 22 21:54:31 2009
@@ -90,7 +90,7 @@
         <field name="workEffortName" title="${uiLabelMap.WorkEffortEventName}"><display/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
         <field name="actualStartDate" title="${uiLabelMap.CommonActualStartDate}"><display type="date"/></field>
-        <field name="delete"><submit button-type="text-link"/></field>
+        <field name="delete" title="${uiLabelMap.CommonDelete}"><submit button-type="text-link"/></field>
     </form>
     
     <form name="newEvent" type="single" target="createEvent">