Commit 6e5d1c15 authored by Jérome Perrin's avatar Jérome Perrin

remove some useless TALES

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19417 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f608ee4
......@@ -100,8 +100,7 @@
</tal:block>\n
</tal:block>\n
\n
<tal:block tal:condition="not:listboxline/isTitleLine"\n
tal:define="listboxline_index python: listboxline_list.index(listboxline)">\n
<tal:block tal:condition="not:listboxline/isTitleLine">\n
\n
<table:table-row>\n
<tal:block tal:condition="python: listboxline.isDataLine()">\n
......
......@@ -76,7 +76,7 @@
<tal:block metal:define-macro="make_report_item_table"\n
tal:define="here python:report_item.getObject(portal_object);\n
dummy python:report_item.pushReport(portal_object)">\n
<tal:block tal:condition="report_item/getTitle | report_item/getTranslatedTitle">\n
<tal:block tal:condition="report_item/getTitle">\n
<table:table-row table:style-name=\'ro2\'>\n
<tal:block tal:condition="report_item/getTitle" tal:define="level report_item/getLevel">\n
<table:table-cell table:style-name="report-title"\n
......
122
\ No newline at end of file
123
\ 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