You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/06/24 16:34:53 UTC

svn commit: r671192 - in /ofbiz/trunk/applications/marketing: config/MarketingUiLabels.xml widget/SegmentScreens.xml

Author: ashish
Date: Tue Jun 24 07:34:53 2008
New Revision: 671192

URL: http://svn.apache.org/viewvc?rev=671192&view=rev
Log:
Patch from Parimal Gain for Marketing Component, part of JIRA issue https://issues.apache.org/jira/browse/OFBIZ-1839.Also improved the Id name.
Based on comments of Adrain.

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

Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml?rev=671192&r1=671191&r2=671192&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml (original)
+++ ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml Tue Jun 24 07:34:53 2008
@@ -790,6 +790,24 @@
         <value xml:lang="th">รายการสถานะแผนการตลาด</value>
         <value xml:lang="zh">市场攻势角色列表</value>
     </property>
+    <property key="PageTitleListSegmentGroupGeo">
+        <value xml:lang="en">List Segment Group Geos</value>
+        <value xml:lang="es">Mostrar ubicación de segmento</value>
+        <value xml:lang="fr">Liste des zones géographiques de groupe de segment</value>
+        <value xml:lang="it">Lista Gruppo Segmento Geos</value>
+        <value xml:lang="ro">Lista Grup Segment Geos</value>
+        <value xml:lang="th">รายการส่วนของโครงสร้างกลุ่ม</value>
+        <value xml:lang="zh">分区组地理</value>
+    </property>
+    <property key="PageTitleListSegmentGroupRole">
+        <value xml:lang="en">List Segment Group Roles</value>
+        <value xml:lang="es">Mostrar roles de segmentos</value>
+        <value xml:lang="fr">Liste des rôles du groupe de segment</value>
+        <value xml:lang="it">Visualizza Ruoli Gruppo Segmento</value>
+        <value xml:lang="ro">Visualizeaza Rol Grup Segment</value>
+        <value xml:lang="th">รายการส่วนของสถานะกลุ่ม</value>
+        <value xml:lang="zh">分区组角色列表</value>
+    </property>
     <property key="PageTitleListTrackingCode">
         <value xml:lang="en">List Tracking Code</value>
         <value xml:lang="es">Mostrar seguimientos</value>

Modified: ofbiz/trunk/applications/marketing/widget/SegmentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/SegmentScreens.xml?rev=671192&r1=671191&r2=671192&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/SegmentScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/SegmentScreens.xml Tue Jun 24 07:34:53 2008
@@ -176,7 +176,7 @@
                                 <if-has-permission permission="MARKETING" action="_VIEW"/>
                             </condition>
                             <widgets>
-                                <screenlet id="SegmentGroupClassPanel" title="${uiLabelMap.SegmentGroupClassCreate}" collapsible="true">
+                                <screenlet id="AddSegmentGroupClassPanel" title="${uiLabelMap.SegmentGroupClassCreate}" collapsible="true">
                                     <include-form name="AddSegmentGroupClass" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
                                 </screenlet>
                                 <include-form name="listSegmentGroupClass" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
@@ -202,7 +202,7 @@
             <actions>
                 <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
 
-                <set field="titleProperty" value="PageTitleEditSegmentGroupGeo"/>
+                <set field="titleProperty" value="PageTitleListSegmentGroupGeo"/>
                 <set field="segmentTabButtonItem" value="SegmentGroupGeo"/>
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
@@ -218,7 +218,7 @@
                                 <if-has-permission permission="MARKETING" action="_VIEW"/>
                             </condition>
                             <widgets>
-                                <screenlet id="SegmentGroupGeoPanel" title="${uiLabelMap.PageTitleEditSegmentGroupGeo}" collapsible="true">
+                                <screenlet id="AddSegmentGroupGeoPanel" title="${uiLabelMap.PageTitleEditSegmentGroupGeo}" collapsible="true">
                                     <include-form name="AddSegmentGroupGeo" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
                                 </screenlet>
                                 <include-form name="listSegmentGroupGeo" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
@@ -244,7 +244,7 @@
             <actions>
                 <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
 
-                <set field="titleProperty" value="PageTitleEditSegmentGroupRole"/>
+                <set field="titleProperty" value="PageTitleListSegmentGroupRole"/>
                 <set field="segmentTabButtonItem" value="SegmentGroupRole"/>
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
@@ -260,7 +260,7 @@
                                 <if-has-permission permission="MARKETING" action="_VIEW"/>
                             </condition>
                             <widgets>
-                                <screenlet id="SegmentGroupRolePanel" title="${uiLabelMap.PageTitleEditSegmentGroupRole}" collapsible="true">
+                                <screenlet id="AddSegmentGroupRolePanel" title="${uiLabelMap.PageTitleEditSegmentGroupRole}" collapsible="true">
                                     <include-form name="AddSegmentGroupRole" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
                                 </screenlet>
                                 <include-form name="listSegmentGroupRole" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>