diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
index ca0031ed519fd6e7f76195a74f79feed56853daa..91274c0c54f3fdd5b8a979d3c0287b316e86688c 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
@@ -92,10 +92,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                         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
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index fb32aea383e655b7d4efaaa01ce7f262de6bea83..8c91667498f9f487f9985d24898b21307f66b30a 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-296
\ No newline at end of file
+298
\ No newline at end of file