Commit c2963c52 authored by Jérome Perrin's avatar Jérome Perrin

use "listbox-stat-line" class to style the stat line; using...

use "listbox-stat-line" class to style the stat line; using ${listbox_id}_stat_line was only working for listbox named listbox.
review by Ivan



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39525 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2bb0480f
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
<tfoot tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion">\n <tfoot tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion">\n
\n \n
<tr class="listbox_stat_line"\n <tr class="listbox_stat_line"\n
tal:attributes="class string:${field_id}_stat_line">\n tal:attributes="class string:${field_id}_stat_line listbox-stat-line">\n
<td tal:condition="is_report_tree_mode" >&nbsp;</td>\n <td tal:condition="is_report_tree_mode" >&nbsp;</td>\n
<td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>\n <td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>\n
<td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\n <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\n
......
...@@ -429,9 +429,8 @@ table.listbox td.listbox-table-no-result-row{\n ...@@ -429,9 +429,8 @@ table.listbox td.listbox-table-no-result-row{\n
text-align:center;\n text-align:center;\n
}\n }\n
\n \n
table.listbox tr.listbox_stat_line{\n table.listbox tr.listbox-stat-line{\n
border-top: 1px solid #3D6474;\n border-top: 1px solid #3D6474;\n
\n
}\n }\n
\n \n
\n \n
......
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