Commit 8f9c46ca authored by Ivan Tyagov's avatar Ivan Tyagov

Set meaningful CSS ID selector so we can address them (for styling or / and UI testing) easier.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35860 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14d07ef5
......@@ -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
......
953
\ No newline at end of file
954
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment