Commit 9ec5a6d1 authored by Jérome Perrin's avatar Jérome Perrin

add an explicit tdbody with an id, to ease javascript manipulation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38104 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b54e442f
......@@ -60,6 +60,7 @@
global row_keys python: [\'None\'];\n
global stats python: [\' \',\'count\',\'sum\',\'max\',\'min\',\'avg\'];\n
all_columns python: default_columns + [x for x in listbox.get_value(\'all_columns\') if x not in default_columns]">\n
<tbody id="configure_list_table">\n
<tal:block tal:repeat="item columns">\n
<tr tal:define="global row_index python:row_index+1;\n
dummy python:row_keys.append(item[0])"\n
......@@ -122,6 +123,7 @@
</tr>\n
</tal:block>\n
</tal:block>\n
</tbody>\n
</table>\n
</div>\n
</tal:block>\n
......
979
\ No newline at end of file
980
\ 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