Commit 21d10a98 authored by Tatuya Kamada's avatar Tatuya Kamada

2009-04-30 Tatuya

* append a condition to ListBox_asStandardHTML to set a CSS class name in a table row using 'Row CSS Method'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26738 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2edaae40
......@@ -330,7 +330,7 @@
\n
<tal:block tal:repeat="line line_list" tal:define="checked_uid_set here/getCheckedUidSet">\n
<tr id="listbox_data_line_0" class="DataA"\n
tal:define="css python: test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\');\n
tal:define="css python: line.getRowCSSClassName() or test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\');\n
render_result line/render;"\n
tal:attributes="id string:${field_id}_data_line_${repeat/line/index}; class css">\n
<td tal:condition="is_report_tree_mode" class="DataA" align="left" valign="middle"\n
......
2009-04-30 Tatuya
* append a condition to ListBox_asStandardHTML to set a CSS class name in a table row using 'Row CSS Method'.
2009-04-18 Kazuhiko
* Version 5.4.1
......
727
\ No newline at end of file
734
\ 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