svn commit: r1128627 - in /ofbiz/trunk/applications/order: config/OrderUiLabels.xml webapp/ordermgr/quote/ViewQuoteItemInfo.ftl widget/ordermgr/QuoteForms.xml

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

svn commit: r1128627 - in /ofbiz/trunk/applications/order: config/OrderUiLabels.xml webapp/ordermgr/quote/ViewQuoteItemInfo.ftl widget/ordermgr/QuoteForms.xml

mrisaliti
Author: mrisaliti
Date: Sat May 28 12:38:07 2011
New Revision: 1128627

URL: http://svn.apache.org/viewvc?rev=1128627&view=rev
Log:
Rename some labes related to quotes

Modified:
    ofbiz/trunk/applications/order/config/OrderUiLabels.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl
    ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml

Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=1128627&r1=1128626&r2=1128627&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Sat May 28 12:38:07 2011
@@ -8602,6 +8602,10 @@
         <value xml:lang="zh">询价</value>
         <value xml:lang="zh_TW">報價</value>
     </property>
+    <property key="OrderQuoteEmpty">
+        <value xml:lang="en">Empty for total quote</value>
+        <value xml:lang="it">Totale preventivo è vuoto</value>
+    </property>
     <property key="OrderQuotePricePermissionError">
         <value xml:lang="en">Quote Price Permission Error</value>
         <value xml:lang="it">Errore permesso prezzo preventivo</value>
@@ -8609,6 +8613,10 @@
         <value xml:lang="zh">询价价格权限错误</value>
         <value xml:lang="zh_TW">報價價格權限錯誤</value>
     </property>
+    <property key="OrderQuoteTermDescription">
+        <value xml:lang="en">Term Description</value>
+        <value xml:lang="it">Descrizione termini preventivo</value>
+    </property>
     <property key="OrderRanking">
         <value xml:lang="cs">Pořadí</value>
         <value xml:lang="de">Rangfolge</value>
@@ -12767,10 +12775,4 @@
         <value xml:lang="zh">浏览请求</value>
         <value xml:lang="zh_TW">瀏覽要求</value>
     </property>
-    <property key="QuoteEmpty">
-        <value xml:lang="en">Empty for total quote</value>
-    </property>
-    <property key="QuoteTermDescription">
-        <value xml:lang="en">Term Description</value>
-    </property>
 </resource>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl?rev=1128627&r1=1128626&r2=1128627&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl Sat May 28 12:38:07 2011
@@ -41,7 +41,7 @@ under the License.
                 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${uiLabelMap.OrderOrderTermType}</td>
                 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${uiLabelMap.OrderOrderTermValue}</td>
                 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${uiLabelMap.OrderOrderTermDays}</td>
-                <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${uiLabelMap.QuoteTermDescription}</td>
+                <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${uiLabelMap.OrderQuoteTermDescription}</td>
                 <td></td>
                 <td></td>
                 <td></td>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml?rev=1128627&r1=1128626&r2=1128627&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteForms.xml Sat May 28 12:38:07 2011
@@ -515,7 +515,7 @@ under the License.
         <alt-target use-when="quoteTerm==null" target="createQuoteTerm"/>
         <auto-fields-entity entity-name="QuoteTerm" default-field-type="edit"/>
         <field name="tabButtonItems"><hidden value="${tabButtonItem}"/></field>
-        <field name="quoteItemSeqId" tooltip="${uiLabelMap.QuoteEmpty}">
+        <field name="quoteItemSeqId" tooltip="${uiLabelMap.OrderQuoteEmpty}">
             <drop-down allow-empty="true">
                 <entity-options description="${quoteItemSeqId}" entity-name="QuoteItem">
                     <entity-constraint name="quoteId" operator="equals" value="${quoteId}"/>