Commit 458a5ab5 authored by Jérome Perrin's avatar Jérome Perrin

change id to class


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38118 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb1b50d9
......@@ -60,7 +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
<tbody class="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
......
980
\ No newline at end of file
981
\ 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