[Erp5-report] r35860 ivan - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 1 14:15:38 CEST 2010


Author: ivan
Date: Tue Jun  1 14:15:28 2010
New Revision: 35860

URL: http://svn.erp5.org?rev=35860&view=rev
Log:
Set meaningful CSS ID selector so we can address them (for styling or / and UI testing) easier.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml?rev=35860&r1=35859&r2=35860&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSection_viewToolbarWidget.xml [utf8] Tue Jun  1 14:15:28 2010
@@ -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

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=35860&r1=35859&r2=35860&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Tue Jun  1 14:15:28 2010
@@ -1,1 +1,1 @@
-953
+954




More information about the Erp5-report mailing list