diff --git a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseModule_viewUseCaseReportAsSxw.xml b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseModule_viewUseCaseReportAsSxw.xml
index f127d2ef5921b620a2ab230632b2bd1dad9b350d..b06d7fab056a410d44322e73d8dd71b446e36f0b 100644
--- a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseModule_viewUseCaseReportAsSxw.xml
+++ b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseModule_viewUseCaseReportAsSxw.xml
@@ -81,10 +81,10 @@
       <style:properties style:column-width="2cm" style:rel-column-width="1500*"/>\n
     </style:style> \n
     <style:style style:name="Tableau1.B" style:family="table-column"> \n
-      <style:properties style:column-width="7cm" style:rel-column-width="4030*"/> \n
+      <style:properties style:column-width="2.5cm" style:rel-column-width="1200*"/> \n
     </style:style> \n
     <style:style style:name="Tableau1.C" style:family="table-column"> \n
-      <style:properties style:column-width="2.5cm" style:rel-column-width="1200*"/> \n
+      <style:properties style:column-width="7cm" style:rel-column-width="4030*"/> \n
     </style:style> \n
     <style:style style:name="Tableau1.D" style:family="table-column"> \n
       <style:properties style:column-width="5cm" style:rel-column-width="3200*"/>\n
@@ -129,7 +129,7 @@
     <text:p text:style-name=\'Text body\'>Nexedi SARL</text:p>\n
     \n
     <div tal:omit-tag=\'\' tal:repeat=\'usecase  python:here.objectValues(portal_type="Use Case",sort_on=(("int_index",),))\'>\n
-    <tal:block tal:condition="python: usecase.getValidationState() == \'validated\'">\n
+    <tal:block tal:condition="python: usecase.getValidationState() == \'draft\'">\n
     <text:h text:style-name=\'Heading 2\' text:level=\'2\'>Use Case : <span tal:replace=\'usecase/getTitle\'>Title</span></text:h>\n
     \n
     <text:p text:style-name=\'Text body\' tal:content=\'usecase/getDescription\'>Use Case Description</text:p>\n
@@ -210,10 +210,10 @@
             <text:p text:style-name=\'P1\'>No</text:p>\n
           </table:table-cell>\n
           <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.A1\'>\n
-            <text:p text:style-name=\'P1\'>Description</text:p>\n
+            <text:p text:style-name=\'P1\'>Actor</text:p>\n
           </table:table-cell>\n
           <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.A1\'>\n
-            <text:p text:style-name=\'P1\'>Actor</text:p>\n
+            <text:p text:style-name=\'P1\'>Description</text:p>\n
           </table:table-cell>\n
           <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.D1\'>\n
             <text:p text:style-name=\'P1\'>Requirements</text:p>\n
@@ -225,10 +225,10 @@
           <text:p text:style-name=\'P2\' tal:content=\'repeat/step/number\'>Index</text:p>\n
         </table:table-cell>\n
         <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.A2\'>\n
-          <text:p text:style-name=\'P2\' tal:content=\'python: step.getObject().getDescription()\'>Description</text:p>\n
+          <text:p text:style-name=\'P2\' tal:content=\'python: step.getObject().getSourceSectionTitle()\'>Actor</text:p>\n
         </table:table-cell>\n
         <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.A2\'>\n
-          <text:p text:style-name=\'P2\' tal:content=\'python: step.getObject().getSourceSectionTitle()\'>Actor</text:p>\n
+          <text:p text:style-name=\'P2\' tal:content=\'python: step.getObject().getDescription()\'>Description</text:p>\n
         </table:table-cell>\n
         <table:table-cell table:value-type=\'string\' table:style-name=\'Tableau1.D2\'>\n
           <tal:block tal:condition="python: step.getObject().getRequirementList()">\n
@@ -250,7 +250,8 @@
     </tal:block>\n
     </div>\n
   </office:body>\n
-</office:document-content>
+</office:document-content>\n
+
 
 ]]></string> </value>
         </item>
diff --git a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseScenario_view/listbox.xml b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseScenario_view/listbox.xml
index 16722b1506b49534b513596f8a9ff5d475797d7d..29e10cf2e8bf6eb208b75f4f76880023181c0281 100644
--- a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseScenario_view/listbox.xml
+++ b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCaseScenario_view/listbox.xml
@@ -342,14 +342,14 @@
                           <string>title</string>
                           <string>Title</string>
                         </tuple>
-                        <tuple>
-                          <string>source_section</string>
-                          <string>Actor</string>
-                        </tuple>
                         <tuple>
                           <string>description</string>
                           <string>Description</string>
                         </tuple>
+                        <tuple>
+                          <string>source_section</string>
+                          <string>Actor</string>
+                        </tuple>
                       </list>
                     </value>
                 </item>
diff --git a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewScenarioFastInputDialog/listbox.xml b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewScenarioFastInputDialog/listbox.xml
index 8ff1d6f85c027f8011235fce758dd3d32e7a671b..9fdba5f1c5a610169b3156dd991f02a09bfe9b60 100644
--- a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewScenarioFastInputDialog/listbox.xml
+++ b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewScenarioFastInputDialog/listbox.xml
@@ -355,14 +355,14 @@
                           <string>step_title</string>
                           <string>Step Title</string>
                         </tuple>
-                        <tuple>
-                          <string>step_actor</string>
-                          <string>Step Actor</string>
-                        </tuple>
                         <tuple>
                           <string>step_description</string>
                           <string>Step Description</string>
                         </tuple>
+                        <tuple>
+                          <string>step_actor</string>
+                          <string>Step Actor</string>
+                        </tuple>
                       </list>
                     </value>
                 </item>
diff --git a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox.xml b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox.xml
index 0cc63bd486761130d89d40d6c8269b26c1e37f44..2f0557dcfba5dcb6b6dcc333a7c811ba4039cdad 100644
--- a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox.xml
+++ b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox.xml
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Form.ListBox</string>
-          <string>ListBox</string>
-        </tuple>
-        <none/>
+        <global name="ListBox" module="Products.ERP5Form.ListBox"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -465,6 +462,10 @@
                     <key> <string>not_viewable</string> </key>
                     <value> <int>0</int> </value>
                 </item>
+                <item>
+                    <key> <string>page_template</string> </key>
+                    <value> <string></string> </value>
+                </item>
                 <item>
                     <key> <string>portal_types</string> </key>
                     <value>
@@ -574,11 +575,8 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.MethodField</string>
-          <string>Method</string>
-        </tuple>
-        <none/>
+        <global name="Method" module="Products.Formulator.MethodField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
diff --git a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox_title.xml b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox_title.xml
index 8f8841ce8979671e3d0a843f56f8a85f0e6f0781..963423c12f07831b5a63e3d3777ccf8988119ec9 100644
--- a/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox_title.xml
+++ b/bt5/erp5_consulting/SkinTemplateItem/portal_skins/erp5_consulting/UseCase_viewUseCaseScenarioList/listbox_title.xml
@@ -208,7 +208,7 @@
                 </item>
                 <item>
                     <key> <string>display_width</string> </key>
-                    <value> <int>40</int> </value>
+                    <value> <int>65</int> </value>
                 </item>
                 <item>
                     <key> <string>editable</string> </key>
diff --git a/bt5/erp5_consulting/bt/revision b/bt5/erp5_consulting/bt/revision
index 2edeafb09db0093bae6ff060e2dcd2166f5c9387..b5045cc4046dbc1d7cafa4c603fd3cdf35dc5dde 100644
--- a/bt5/erp5_consulting/bt/revision
+++ b/bt5/erp5_consulting/bt/revision
@@ -1 +1 @@
-20
\ No newline at end of file
+21
\ No newline at end of file