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

svn commit: r820895 - in /ofbiz/trunk/applications/party: config/PartyUiLabels.xml webapp/partymgr/party/findparty.ftl widget/partymgr/PartyMenus.xml

Author: hansbak
Date: Fri Oct  2 06:12:10 2009
New Revision: 820895

URL: http://svn.apache.org/viewvc?rev=820895&view=rev
Log:
corrected comments reported by Vikas concerning uiLabel usage and naming

Modified:
    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
    ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
    ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.xml?rev=820895&r1=820894&r2=820895&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels.xml Fri Oct  2 06:12:10 2009
@@ -10086,22 +10086,10 @@
         <value xml:lang="th">ไม่ได้ใส่รหัสไปรษณีย์/รหัสพื้นที่</value>
         <value xml:lang="zh">找不到邮政编码</value>
     </property>
-    <property key="RelatedCompany">
+    <property key="PartyRelatedCompany">
         <value xml:lang="en">Related Company</value>
     </property>
-    <property key="PartyIdFrom">
-        <value xml:lang="en">Party Id From</value>
-    </property>
-    <property key="PartyStatusId">
-        <value xml:lang="en">Status ID</value>
-    </property>
-    <property key="PartyDateCreated">
-        <value xml:lang="en">Created</value>
-    </property>
-    <property key="PartyDateSend">
-        <value xml:lang="en">Send</value>
-    </property>
-    <property key="PartyCreateSaleOpportunityFromCommEvent">
+    <property key="CommEventCreateOpportunity">
         <value xml:lang="en">Create Opportunity</value>
     </property>
 </resource>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl?rev=820895&r1=820894&r2=820895&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl Fri Oct  2 06:12:10 2009
@@ -244,7 +244,7 @@
           <#if softIdentifier?default("") != "">
             <td>${uiLabelMap.ProductSoftIdentifier}</td>
           </#if>
-          <td>${uiLabelMap.RelatedCompany}</td>
+          <td>${uiLabelMap.PartyRelatedCompany}</td>
           <td>${uiLabelMap.PartyType}</td>
           <td>${uiLabelMap.PartyMainRole}</td>
           <td>&nbsp;</td>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=820895&r1=820894&r2=820895&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Fri Oct  2 06:12:10 2009
@@ -474,7 +474,7 @@
                 <parameter param-name="my" from-field="parameters.my"/>
             </link>
         </menu-item>
-        <menu-item name="createSalesOpportunity" title="${uiLabelMap.PartyCreateSaleOpportunityFromCommEvent}">
+        <menu-item name="createSalesOpportunity" title="${uiLabelMap.CommEventCreateOpportunity}">
             <condition>
                 <and>
                     <not><if-empty field="communicationEvent"/></not>
@@ -649,7 +649,7 @@
                 <parameter param-name="communicationEventId" from-field="parameters.communicationEventId"/>
             </link>
         </menu-item>
-        <menu-item name="createSalesOpportunity" title="${uiLabelMap.PartyCreateSaleOpportunityFromCommEvent}">
+        <menu-item name="createSalesOpportunity" title="${uiLabelMap.CommEventCreateOpportunity}">
             <condition>
                 <and>
                     <not><if-empty field="communicationEvent"/></not>