You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/08/10 20:45:30 UTC

svn commit: r684569 - in /ofbiz/trunk/applications/content: config/ContentUiLabels.xml webapp/content/layout/LayoutMenus.xml

Author: jleroux
Date: Sun Aug 10 11:45:30 2008
New Revision: 684569

URL: http://svn.apache.org/viewvc?rev=684569&view=rev
Log:
I commit these changes (I did some weeks ago) in the meantime because I know there is a lot more to do. 
Hopefully, I will do it this or next month... I saw that Jacopo is working on it too (on data)
Just a comment on Toirtoise : I really like its new feature wich allows to sort/group waiting commits :D Subclipse is really far away...

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml
    ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=684569&r1=684568&r2=684569&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Sun Aug 10 11:45:30 2008
@@ -1994,6 +1994,10 @@
         <value xml:lang="fr">File</value>
         <value xml:lang="th">Thread</value>
     </property>
+    <property key="ListOwnCreatedTemplates">
+        <value xml:lang="en">List own created Templates</value>
+        <value xml:lang="fr">Voir les modèles créées</value>
+    </property>
     <property key="PageTitleAddAssociation">
         <value xml:lang="ar">إضافة إرتباط</value>
         <value xml:lang="en">Add an association</value>

Modified: ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml?rev=684569&r1=684568&r2=684569&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/layout/LayoutMenus.xml Sun Aug 10 11:45:30 2008
@@ -22,7 +22,7 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     <menu name="layout" default-menu-item-name="content" default-associated-content-id="${userLogin.userLoginId}" title="" type="simple"
         menu-container-style="button-bar tab-bar" default-selected-style="selected">
-        <menu-item name="ListLayout" title="${uiLabelMap.CommonList}" >
+        <menu-item name="ListLayout" title="${uiLabelMap.ListOwnCreatedTemplates}" >
             <link target="ListLayout" target-window="_top" style="tabButton" />
         </menu-item>
         <menu-item name="FindLayout" title="${uiLabelMap.CommonFind}" >