diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml
index 4450f98420bc11459a1d331ee719379cf440a9f8..16f99f7058cd777254ebc4d883126652a22861e9 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml
@@ -59,7 +59,7 @@
               portal_type  here/getPortalType">\n
 <ul>\n
   <!-- Edit button menu -->\n
-  <li class="toolboxSection">\n
+  <li class="toolboxSection" id="edit-document-toolbox">\n
     <h3 class="menu_title" i18n:translate="" i18n:domain="ui">Edit</h3>\n
     <div class="menu">\n
       <ul tal:define="edit_link_list python: here.Base_getAdminToolboxEditShortcutList()">\n
@@ -85,7 +85,7 @@
 \n
        XXX - the location of context_box_render is hardcoded.\n
   -->\n
-  <li class="toolboxSection">\n
+  <li class="toolboxSection" id="action-document-toolbox">\n
     <h3 class="menu_title"><tal:block tal:content="portal_type"/> Actions</h3>\n
     <div class="menu">\n
       <label i18n:translate="" i18n:domain="ui">Add</label>\n
@@ -172,7 +172,7 @@
        XXX - This is not so good to create new content in a section\n
              Behaviour should be to create content in section / site\n
   -->\n
-  <li class="toolboxSection"\n
+  <li class="toolboxSection" id="clone-document-toolbox"\n
        tal:condition="python:here.isDocument">\n
     <h3 class="menu_title">\n
       <span id="create_new_document_title"></span>\n
@@ -295,7 +295,7 @@
   <!-- Module panel.\n
        Some modules that should be useful for web management will be listed.\n
   -->\n
-  <li class="toolboxSection">\n
+  <li class="toolboxSection" id="select-module-toolbox">\n
     <h3 class="menu_title" i18n:translate="" i18n:domain="ui">Module</h3>\n
     <div class="menu">\n
       <ul>\n
diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision
index b7cbeb8bd610fa10d19d2edd7d24f4548e0c1d1c..71ed48c5f3971c2b0c79c239d04f961d0af78e53 100644
--- a/bt5/erp5_web/bt/revision
+++ b/bt5/erp5_web/bt/revision
@@ -1 +1 @@
-953
\ No newline at end of file
+954
\ No newline at end of file