You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/03/06 05:12:09 UTC

svn commit: r634149 - in /ofbiz/trunk/applications/marketing: config/MarketingUiLabels.xml widget/sfa/SfaMenus.xml

Author: apatel
Date: Wed Mar  5 20:12:09 2008
New Revision: 634149

URL: http://svn.apache.org/viewvc?rev=634149&view=rev
Log:
Changed menu items accounts and teams to accounts.

Modified:
    ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
    ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml

Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml?rev=634149&r1=634148&r2=634149&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml (original)
+++ ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml Wed Mar  5 20:12:09 2008
@@ -1086,8 +1086,8 @@
         <value xml:lang="th">รหัสประเภทของกลุ่ม</value>
         <value xml:lang="zh">分区组类型标识</value>
     </property>
-    <property key="SfaAcccountTeams">
-        <value xml:lang="en">Account and Account Teams</value>
+    <property key="SfaAcccounts">
+        <value xml:lang="en">Accounts</value>
     </property>
     <property key="SfaCompanyName">
         <value xml:lang="en">OFBiz: SFA Manager</value>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml?rev=634149&r1=634148&r2=634149&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml Wed Mar  5 20:12:09 2008
@@ -21,7 +21,7 @@
     <menu name="SfaAppBar" default-menu-item-name="main" id="app-navigation" type="simple" title="${uiLabelMap.SfaManagerApplication}"
         default-selected-style="selected" menu-container-style="button-bar tab-bar">
         <menu-item name="Main" title="${uiLabelMap.MarketingMainPage}"><link target=""/></menu-item>
-        <menu-item name="AccountTeams" title="${uiLabelMap.SfaAcccountTeams}"><link target=""/></menu-item>
+        <menu-item name="Accounts" title="${uiLabelMap.SfaAcccounts}"><link target=""/></menu-item>
         <menu-item name="Contacts" title="${uiLabelMap.SfaContacts}"><link target=""/></menu-item>
         <menu-item name="Leads" title="${uiLabelMap.SfaLeads}"><link target=""/></menu-item>
         <menu-item name="Competitors" title="${uiLabelMap.SfaCompetitors}"><link target=""/></menu-item>