[Erp5-report] r11279 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 13 12:29:01 CET 2006


Author: romain
Date: Mon Nov 13 12:28:58 2006
New Revision: 11279

URL: http://svn.erp5.org?rev=11279&view=rev
Log:
Don't display useless None in the UI.
Fix sort number displayed.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml?rev=11279&r1=11278&r2=11279&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml Mon Nov 13 12:28:58 2006
@@ -92,10 +92,10 @@
                         columns python:base_form.get_fields_in_group(groups[0])[0].get_value(\'all_columns\');\n
                         global row_index python:0;\n
                         global row_keys python:[\'None\'];\n
-                        all_columns python: [(\'None\',\'None\')] + columns;">\n
+                        all_columns python: [(\'None\',\'\')] + columns;">\n
           <div tal:repeat="item items"\n
               class="field">\n
-            <label>\n
+            <label tal:define="global row_index python:row_index+1">\n
               <tal:block i18n:translate="" i18n:domain="ui">Sort</tal:block>\n
               <tal:block tal:replace="row_index" />\n
             </label>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=11279&r1=11278&r2=11279&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Nov 13 12:28:58 2006
@@ -1,1 +1,1 @@
-296
+298




More information about the Erp5-report mailing list