[Erp5-report] r8194 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 28 08:58:20 CEST 2006


Author: kevin
Date: Wed Jun 28 08:58:16 2006
New Revision: 8194

URL: http://svn.erp5.org?rev=8194&view=rev
Log:
Change Categories' int_index property label to 'Sort Index'.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/my_int_index.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml?rev=8194&r1=8193&r2=8194&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseCategory_view/listbox.xml Wed Jun 28 08:58:16 2006
@@ -347,7 +347,7 @@
                         </tuple>
                         <tuple>
                           <string>int_index</string>
-                          <string>Int Index</string>
+                          <string>Sort Index</string>
                         </tuple>
                       </list>
                     </value>
@@ -448,6 +448,10 @@
                     <value>
                       <list/>
                     </value>
+                </item>
+                <item>
+                    <key> <string>page_template</string> </key>
+                    <value> <string></string> </value>
                 </item>
                 <item>
                     <key> <string>portal_types</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml?rev=8194&r1=8193&r2=8194&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/listbox.xml Wed Jun 28 08:58:16 2006
@@ -347,7 +347,7 @@
                         </tuple>
                         <tuple>
                           <string>int_index</string>
-                          <string>Int Index</string>
+                          <string>Sort Index</string>
                         </tuple>
                       </list>
                     </value>
@@ -448,6 +448,10 @@
                     <value>
                       <list/>
                     </value>
+                </item>
+                <item>
+                    <key> <string>page_template</string> </key>
+                    <value> <string></string> </value>
                 </item>
                 <item>
                     <key> <string>portal_types</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/my_int_index.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/my_int_index.xml?rev=8194&r1=8193&r2=8194&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/my_int_index.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Category_view/my_int_index.xml Wed Jun 28 08:58:16 2006
@@ -199,7 +199,7 @@
                 </item>
                 <item>
                     <key> <string>description</string> </key>
-                    <value> <string></string> </value>
+                    <value> <string>Integer which define the category position when the category is in a sorted list.</string> </value>
                 </item>
                 <item>
                     <key> <string>display_maxwidth</string> </key>
@@ -243,7 +243,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>Int Index</string> </value>
+                    <value> <string>Sort Index</string> </value>
                 </item>
                 <item>
                     <key> <string>whitespace_preserve</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=8194&r1=8193&r2=8194&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Wed Jun 28 08:58:16 2006
@@ -1,3 +1,6 @@
+2006-06-28 Kevin
+* Change Categories' int_index property label to 'Sort Index'.
+
 2006-06-26 vincent
 * Remove Base_call[View|List]DialogMethod. Everything has been merged & cleaned in Base_callDialogMethod.
 




More information about the Erp5-report mailing list