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:20:06 UTC

svn commit: r671181 - in /ofbiz/trunk/applications/content: config/ContentUiLabels.xml widget/WebSiteScreens.xml widget/content/ContentScreens.xml

Author: ashish
Date: Tue Jun 24 07:20:06 2008
New Revision: 671181

URL: http://svn.apache.org/viewvc?rev=671181&view=rev
Log:
Patch from Awdesh Parihar , part of JIRA issue https://issues.apache.org/jira/browse/OFBIZ-1839.
Based on comments of Adrain.

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml
    ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
    ofbiz/trunk/applications/content/widget/content/ContentScreens.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=671181&r1=671180&r2=671181&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Tue Jun 24 07:20:06 2008
@@ -2199,6 +2199,14 @@
         <value xml:lang="th">แก้ไขหัวข้อคุณสมบัติ</value>
         <value xml:lang="zh">编辑内容属性</value>
     </property>
+    <property key="PageTitleEditContentMetadata">
+        <value xml:lang="ar">تعرير ميتا معلومات محتوى</value>
+        <value xml:lang="en">Edit Content Metadata</value>
+        <value xml:lang="it">Aggiorna Metadata Contenuto</value>
+        <value xml:lang="ro">Actualizeaza Metadata Continut</value>
+        <value xml:lang="th">แก้ไขหัวข้อข้อมูล</value>
+        <value xml:lang="zh">编辑内容元数据</value>
+    </property>
     <property key="PageTitleEditContentOperation">
         <value xml:lang="ar">تعرير عملية محتوى</value>
         <value xml:lang="en">Edit Content Operation</value>
@@ -2230,6 +2238,14 @@
         <value xml:lang="th">แก้ไขหัวข้อประเภทวัตถุประสงค์</value>
         <value xml:lang="zh">编辑内容目的类型</value>
     </property>
+    <property key="PageTitleEditContentRole">
+        <value xml:lang="ar">تعرير دور محتوى</value>
+        <value xml:lang="en">Edit Content Role</value>
+        <value xml:lang="it">Aggiorna Ruolo Contenuto</value>
+        <value xml:lang="ro">Actualizeaza Drept Continut</value>
+        <value xml:lang="th">แก้ไขหัวข้อสถานะ</value>
+        <value xml:lang="zh">编辑内容角色</value>
+    </property>
     <property key="PageTitleEditContentType">
         <value xml:lang="ar">تعرير نوع محتوى</value>
         <value xml:lang="en">Edit Content Type</value>
@@ -2253,6 +2269,13 @@
         <value xml:lang="th">อนุญาต</value>
         <value xml:lang="zh">权限</value>
     </property>
+    <property key="PageTitleEditContentWorkEffort">
+        <value xml:lang="ar">تعرير مجهود عمل محتوى</value>
+        <value xml:lang="en">Edit Content WorkEffort</value>
+        <value xml:lang="it">Aggiorna Contenuto Impegni di Lavoro</value>
+        <value xml:lang="th">แก้ไขหัวข้อ WorkEffort</value>
+        <value xml:lang="zh">编辑内容人工服务</value>
+    </property>
     <property key="PageTitleEditDataResource">
         <value xml:lang="ar">تعرير مورد معلومات</value>
         <value xml:lang="en">Edit Data Resource</value>
@@ -2458,6 +2481,14 @@
         <value xml:lang="it">Aggiorna Contenuto Sito Web</value>
         <value xml:lang="th">แก้ไขหัวข้อ WebSite</value>
     </property>
+    <property key="PageTitleEditWebSiteParties">
+        <value xml:lang="ar">تحرير أطراف موقع الويب</value>
+        <value xml:lang="en">Edit WebSite Parties</value>
+        <value xml:lang="it">Aggiorna Soggetti Sito Web</value>
+        <value xml:lang="ro">Actualizeaza Subiecti Sit Web</value>
+        <value xml:lang="th">แก้ไขกลุ่มผู้ใช้ WebSite</value>
+        <value xml:lang="zh">编辑网站会员</value>
+    </property>
     <property key="PageTitleFindCMSContent">
         <value xml:lang="en">CMS Content Find</value>
         <value xml:lang="it">Ricerca Contenuto CMS</value>

Modified: ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/WebSiteScreens.xml?rev=671181&r1=671180&r2=671181&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/WebSiteScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/WebSiteScreens.xml Tue Jun 24 07:20:06 2008
@@ -201,9 +201,9 @@
     <screen name="EditWebSiteParties">
         <section>
             <actions>
-                <set field="titleProperty" value="PageTitleCreateWebSiteParties"/>
+                <set field="titleProperty" value="PageTitleEditWebSiteParties"/>
                 <set field="tabButtonItem" value="EditWebSiteParties"/>
-                <set field="labelTitleProperty" value="PageTitleCreateWebSiteParties"/>
+                <set field="labelTitleProperty" value="PageTitleEditWebSiteParties"/>
                 <set field="webSiteId" from-field="parameters.webSiteId"/>
                 <entity-one entity-name="WebSite" value-name="webSite"/>
                 <script location="component://content/webapp/content/WEB-INF/actions/website/EditWebSiteParties.groovy"/>
@@ -213,7 +213,7 @@
                     <decorator-section name="body">
                         <section>
                             <widgets>
-                                <screenlet id="WebSiteRolePanel" title="${uiLabelMap.PageTitleCreateWebSiteParties}" collapsible="true">
+                                <screenlet id="AddWebSiteRolePanel" title="${uiLabelMap.PageTitleCreateWebSiteParties}" collapsible="true">
                                     <include-form name="CreateWebSiteRole" location="component://content/webapp/content/website/WebSiteForms.xml"/>
                                 </screenlet>
                                 <include-form name="UpdateWebSiteRole" location="component://content/webapp/content/website/WebSiteForms.xml"/>

Modified: ofbiz/trunk/applications/content/widget/content/ContentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentScreens.xml?rev=671181&r1=671180&r2=671181&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Tue Jun 24 07:20:06 2008
@@ -234,7 +234,7 @@
         <section>
             <actions>
                 <script location="component://content/widget/GetMenuContext.groovy"/>
-                <set field="titleProperty" value="PageTitleAddRole"/>
+                <set field="titleProperty" value="PageTitleEditContentRole"/>
                 <set field="tabButtonItem" value="role"/>
                 
                 <set field="contentId" from-field="parameters.contentId"  />
@@ -246,7 +246,7 @@
             <widgets>
                 <decorator-screen name="commonContentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet id="ContentRolePanel" title="${uiLabelMap.PageTitleAddRole}" collapsible="true">
+                        <screenlet id="AddContentRolePanel" title="${uiLabelMap.PageTitleAddRole}" collapsible="true">
                             <include-form name="AddContentRole" location="component://content/widget/content/ContentForms.xml"/>
                         </screenlet>
                         <include-form name="ListContentRole" location="component://content/widget/content/ContentForms.xml"/>
@@ -260,7 +260,7 @@
         <section>
             <actions>
                 <script location="component://content/widget/GetMenuContext.groovy"/>
-                <set field="titleProperty" value="PageTitleAddPurpose"/>
+                <set field="titleProperty" value="PageTitleEditContentPurpose"/>
                 <set field="tabButtonItem" value="purpose"/>
                 <set field="contentId" from-field="parameters.contentId"  />
                 <entity-one entity-name="Content" value-name="currentValue">
@@ -270,7 +270,7 @@
             <widgets>
                 <decorator-screen name="commonContentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet id="ContentPurposePanel" title="${uiLabelMap.PageTitleAddPurpose}" collapsible="true">
+                        <screenlet id="AddContentPurposePanel" title="${uiLabelMap.PageTitleAddPurpose}" collapsible="true">
                             <include-form name="AddContentPurpose" location="component://content/widget/content/ContentForms.xml"/>
                         </screenlet>
                         <include-form name="ListContentPurpose" location="component://content/widget/content/ContentForms.xml"/>
@@ -284,7 +284,7 @@
         <section>
             <actions>
                 <script location="component://content/widget/GetMenuContext.groovy"/>
-                <set field="titleProperty" value="PageTitleAddAttribute"/>
+                <set field="titleProperty" value="PageTitleEditContentAttribute"/>
                 <set field="tabButtonItem" value="attribute"/>
                 <set field="contentId" from-field="parameters.contentId"  />
                 <entity-one entity-name="Content" value-name="currentValue">
@@ -294,7 +294,7 @@
             <widgets>
                 <decorator-screen name="commonContentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet id="ContentAttributePanel" title="${uiLabelMap.PageTitleAddAttribute}" collapsible="true">
+                        <screenlet id="AddContentAttributePanel" title="${uiLabelMap.PageTitleAddAttribute}" collapsible="true">
                             <include-form name="AddContentAttribute" location="component://content/widget/content/ContentForms.xml"/>
                         </screenlet>
                         <include-form name="ListContentAttribute" location="component://content/widget/content/ContentForms.xml"/>
@@ -309,7 +309,7 @@
         <section>
             <actions>
                 <script location="component://content/widget/GetMenuContext.groovy"/>
-                <set field="titleProperty" value="PageTitleAddMetaData"/>
+                <set field="titleProperty" value="PageTitleEditContentMetadata"/>
                 <set field="tabButtonItem" value="metaData"/>
                 <set field="contentId" from-field="parameters.contentId"  />
                 <entity-one entity-name="Content" value-name="currentValue">
@@ -319,7 +319,7 @@
             <widgets>
                 <decorator-screen name="commonContentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet id="ContentMetaDataPanel" title="${uiLabelMap.PageTitleAddMetaData}" collapsible="true">
+                        <screenlet id="AddContentMetaDataPanel" title="${uiLabelMap.PageTitleAddMetaData}" collapsible="true">
                             <include-form name="AddContentMetaData" location="component://content/widget/content/ContentForms.xml"/>
                         </screenlet>
                         <include-form name="ListContentMetaData" location="component://content/widget/content/ContentForms.xml"/>
@@ -333,7 +333,7 @@
         <section>
             <actions>
                 <script location="component://content/widget/GetMenuContext.groovy"/>
-                <set field="titleProperty" value="PageTitleAddWorkEffort"/>
+                <set field="titleProperty" value="PageTitleEditContentWorkEffort"/>
                 <set field="tabButtonItem" value="workEffort"/>
                 <set field="contentId" from-field="parameters.contentId"  />
                 <entity-one entity-name="Content" value-name="currentValue">
@@ -343,7 +343,7 @@
             <widgets>
                 <decorator-screen name="commonContentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet id="WorkEffortContentPanel" title="${uiLabelMap.PageTitleAddWorkEffort}" collapsible="true">
+                        <screenlet id="AddWorkEffortContentPanel" title="${uiLabelMap.PageTitleAddWorkEffort}" collapsible="true">
                             <include-form name="AddWorkEffortContent" location="component://content/widget/content/ContentForms.xml"/>
                         </screenlet>
                         <include-form name="ListWorkEffortContents" location="component://content/widget/content/ContentForms.xml"/>