Commit 8e27a7eb authored by Ivan Tyagov's avatar Ivan Tyagov

Use same CSS classes for standard and table listbox style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b0738ab
......@@ -182,7 +182,7 @@
</span>\n
</caption>\n
\n
<tr class ="thead">\n
<tr class ="thead listbox_search_line">\n
<td tal:condition="python:not is_gadget_mode and show_select_column"\n
class="Data" style="width: 50px; text-align: center; vertical-align: middle; white-space: nowrap;">\n
<input id="listbox_check_all" type="image"\n
......@@ -240,7 +240,7 @@
</tal:block>\n
</tal:block>\n
</tr>\n
<tr class="thead" tal:condition="show_search_line">\n
<tr class="thead listbox_search_line" tal:condition="show_search_line">\n
<td tal:condition="python: show_select_column and show_search_line and not is_gadget_mode"\n
class="Data" style="width: 50px; text-align: center; vertical-align: middle">\n
<input id="listbox_select" type="image"\n
......
925
\ No newline at end of file
926
\ 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