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 2c3c9676c8a3165fad6bad1cc0e2e0a038da8a29..c61cc922c04baf6fbd0bdef8534569861c0fe8ad 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 @@ -416,8 +416,10 @@ tal:define="section_name python: line.getDomainTitle()">\n <a tal:condition="section_name"\n tal:define="method_id python: line.isOpen() and \'foldReport\' or \'unfoldReport\'"\n - tal:attributes="href string:${method_id}?report_url=${line/getDomainUrl}&form_id=${form_id}&list_selection_name=${selection_name}"\n - tal:content="structure python: \'%s%s %s\' % (\' \' * line.getDepth(), line.isOpen() and \'-\' or \'+\', section_name)" />\n + tal:attributes="href string:${method_id}?report_url=${line/getDomainUrl}&form_id=${form_id}&list_selection_name=${selection_name};\n + class python:test(line.isOpen(), \'tree_open\', \'tree_closed\');\n + style python:\'white-space: nowrap;; margin-left: %spx\' % (line.getDepth() * 15)"\n + tal:content="section_name"/>\n </td>\n <td class="AnchorColumn Data" tal:condition="python:show_anchor_column and len(render_result)" style="width: 20px;">\n <a href="#" tal:attributes="href python:render_result[0][4]"><img src="document_icon.gif" alt="document" tal:attributes="src string:${portal_url_string}/images/line_clickable.png" /></a>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml index 1124237e97af599710eb7a311842a9eff006636e..fffbe655c4bda112c4221341e703e130538e03e6 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml @@ -748,12 +748,12 @@ fieldset.bottom .field .input {\n float: None;\n }\n \n -.listbox_domain_tree_table a.tree_open {\n +a.tree_open {\n background: url(\'<dtml-var expr="portal_url()">/images/tree_open.png\') left no-repeat;\n padding-left:15px;\n }\n \n -.listbox_domain_tree_table a.tree_closed {\n +a.tree_closed {\n background: url(\'<dtml-var expr="portal_url()">/images/tree_closed.png\') left no-repeat;\n padding-left:15px;\n }\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index d02412a497f89d3439d3be1b11d2020c9e1e327d..7703a12954702241b2e8b9ee181bf20cfe3195b9 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -655 \ No newline at end of file +656 \ No newline at end of file