diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
index 9819ce44ba6abcf132b08351bc38b120a3fc78e3..58bb21f9980dc35996a729b876f01ece53897ef8 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
@@ -381,6 +381,23 @@
             </th>\n
           </tr>\n
         </thead>\n
+\n
+        <!-- Stats -->\n
+        <tfoot tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion">\n
+            \n
+          <tr class="listbox_stat_line"\n
+              tal:attributes="class string:${field_id}_stat_line">\n
+            <td tal:condition="is_report_tree_mode" >&nbsp;</td>\n
+            <td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>\n
+            <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\n
+            <tal:block tal:repeat="value here/getStatValueList">\n
+            <td align="left"\n
+               tal:define="original_value python: value[0]; processed_value python: value[1]"\n
+               tal:attributes="align python: isinstance(original_value, (float, int, long)) and \'right\' or \'left\'"\n
+               tal:content="structure processed_value" />\n
+            </tal:block>\n
+          </tr>\n
+        </tfoot>\n
 \n
         <tbody>\n
 \n
@@ -459,22 +476,6 @@
               </td>\n
             </tr>\n
           </tbody>\n
-\n
-          <tfoot tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion">\n
-            <!-- Stats -->\n
-            <tr class="listbox_stat_line"\n
-                tal:attributes="class string:${field_id}_stat_line">\n
-              <td tal:condition="is_report_tree_mode" >&nbsp;</td>\n
-              <td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>\n
-              <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\n
-              <tal:block tal:repeat="value here/getStatValueList">\n
-                <td align="left"\n
-                  tal:define="original_value python: value[0]; processed_value python: value[1]"\n
-                  tal:attributes="align python: isinstance(original_value, (float, int, long)) and \'right\' or \'left\'"\n
-                  tal:content="structure processed_value" />\n
-              </tal:block>\n
-            </tr>\n
-          </tfoot>\n
 \n
       </table>\n
     </div>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 6242099cf10f453092749dcfb486d9b910101d9e..8b42f88d189a64492256af4714a8caccf2c39bef 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-992
\ No newline at end of file
+993
\ No newline at end of file