Commit 18404aff authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

do not display stat line in hide_rows_on_no_search_criterion case.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30099 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 607f46b8
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
</td>\n </td>\n
</tr>\n </tr>\n
\n \n
<tr tal:condition="here/showStat" id="listbox_stat_line"\n <tr tal:condition="python:here.showStat() and not hide_rows_on_no_search_criterion" id="listbox_stat_line"\n
class="listbox_stat_line"\n class="listbox_stat_line"\n
tal:attributes="id string:${field_id}_stat_line">\n tal:attributes="id string:${field_id}_stat_line">\n
<td tal:condition="is_report_tree_mode" class="Data">&nbsp;</td>\n <td tal:condition="is_report_tree_mode" class="Data">&nbsp;</td>\n
......
847 848
\ No newline at end of file \ 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