Commit 1c34cf15 authored by Sebastien Robin's avatar Sebastien Robin

2008-06-05 Seb

* Make the listbox title column aligned with column content when using trees

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 360033a4
......@@ -78,6 +78,12 @@
tal:condition="listboxline/isTitleLine">\n
<tal:block metal:define-slot="list_header">\n
<table:table-row table:style-name=\'ro4\'>\n
<tal:block tal:repeat="empty_index python: xrange(0, max_section_depth)">\n
<table:table-cell table:style-name=\'report-column-title\'\n
table:number-columns-spanned=\'1\'\n
office:value-type=\'string\'>\n
</table:table-cell>\n
</tal:block>\n
<tal:block tal:repeat="column_item listboxline/getColumnItemList">\n
<tal:block tal:define="column_property python: column_item[1];\n
column_id python: column_item[0]">\n
......
134
\ No newline at end of file
136
\ 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