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 2007/10/29 07:43:35 UTC

svn commit: r589521 - in /ofbiz/trunk/applications/content: config/ContentUiLabels.properties widget/content/DataResourceScreens.xml

Author: hansbak
Date: Sun Oct 28 23:43:34 2007
New Revision: 589521

URL: http://svn.apache.org/viewvc?rev=589521&view=rev
Log:
update title

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.properties
    ofbiz/trunk/applications/content/widget/content/DataResourceScreens.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.properties?rev=589521&r1=589520&r2=589521&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.properties (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.properties Sun Oct 28 23:43:34 2007
@@ -180,6 +180,7 @@
 PageTitleEditLayout=Edit Layout
 PageTitleFindLayout=Find Layout
 PageTitleListLayout=List Layout
+PageTitleNavigateDataResources=Navigate Data Resources using Data Categories
 
 PartyParties=Parties
 PartyPartyId=Party Id

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceScreens.xml?rev=589521&r1=589520&r2=589521&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceScreens.xml Sun Oct 28 23:43:34 2007
@@ -43,9 +43,9 @@
         <section>
             <actions>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/dojo/dojo.js" global="true"/>
-                <set field="titleProperty" value="PageTitleEditWebSiteCMS"/>
+                <set field="titleProperty" value="PageTitleNavigateDataResources"/>
                 <set field="tabButtonItem" value="navigateDataResource"/>
-                <set field="labelTitleProperty" value="PageTitleEditWebSiteCMS"/>
+                <set field="labelTitleProperty" value="PageTitleNavigateDataResources"/>
                 <entity-and entity-name="DataCategory" list-name="subCategories">
                     <field-map field-name="parentCategoryId" value="ROOT"/>
                 </entity-and>