Commit 9d432b8b authored by Ivan Tyagov's avatar Ivan Tyagov

Make collapse image clickable as well.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16c9ba90
......@@ -64,7 +64,8 @@
tal:condition="exists_siblings">\n
<img src="images/tree_closed.png" \n
alt=""\n
tal:attributes="id image_dom_id"/>\n
tal:attributes="id image_dom_id;\n
onclick python: \'toggleSection(\\\'%s\\\', \\\'%s\\\')\' %(section_dom_id, image_dom_id)"/>\n
<span tal:content="root_section/Base_getTitle"\n
style="cursor:pointer;"\n
tal:attributes="onclick python: \'toggleSection(\\\'%s\\\', \\\'%s\\\')\' %(section_dom_id, image_dom_id)"/>\n
......
1483
\ No newline at end of file
1484
\ 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