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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 7 17:27:52 CET 2008


Author: jerome
Date: Fri Mar  7 17:27:51 2008
New Revision: 19754

URL: http://svn.erp5.org?rev=19754&view=rev
Log:
Base_viewListModeRenderer : never display anchor column, and use the preferred list mode line count

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml?rev=19754&r1=19753&r2=19754&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewListModeRenderer/listbox.xml Fri Mar  7 17:27:51 2008
@@ -16,6 +16,7 @@
                 <string>lines</string>
                 <string>search</string>
                 <string>select</string>
+                <string>anchor</string>
                 <string>list_action</string>
               </list>
             </value>
@@ -100,6 +101,10 @@
             <value>
               <dictionary>
                 <item>
+                    <key>                 <string>anchor</string> </key>
+                    <value> <int>0</int> </value>
+                </item>
+                <item>
                     <key> <string>field_id</string> </key>
                     <value> <string>listbox</string> </value>
                 </item>
@@ -108,19 +113,19 @@
                     <value> <string>Folder_viewContentList</string> </value>
                 </item>
                 <item>
-                    <key> <string>lines</string> </key>
+                    <key>                 <string>lines</string> </key>
                     <value> <int>10</int> </value>
                 </item>
                 <item>
-                    <key> <string>list_action</string> </key>
+                    <key>                 <string>list_action</string> </key>
                     <value> <string>list</string> </value>
                 </item>
                 <item>
-                    <key> <string>search</string> </key>
+                    <key>                 <string>search</string> </key>
                     <value> <int>0</int> </value>
                 </item>
                 <item>
-                    <key> <string>select</string> </key>
+                    <key>                 <string>select</string> </key>
                     <value> <int>1</int> </value>
                 </item>
                 <item>
@@ -176,7 +181,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: preferences.getPreference(\'preferred_listbox_view_mode_line_count\', 15)</string> </value>
+            <value> <string>python: preferences.getPreference(\'preferred_listbox_list_mode_line_count\', 15)</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=19754&r1=19753&r2=19754&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri Mar  7 17:27:51 2008
@@ -1,1 +1,1 @@
-725
+726




More information about the Erp5-report mailing list