Commit 2c85667b authored by Fabien Morin's avatar Fabien Morin

Use listbox css to enhance the matrixbox display


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36da7010
......@@ -280,7 +280,7 @@ class MatrixBoxWidget(Widget.Widget):
td_css = 'DataA'
else:
td_css = 'DataB'
list_body = list_body + '<tr><td class=\"%s\">%s</td>' % (td_css, str(l[1]))
list_body = list_body + '\n<tr class=\"%s\"><td class=\"%s\">%s</td>' % (td_css, td_css, str(l[1]))
j = 0
if render_format == 'list':
......
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