Commit 7fbd7c6a authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added sample demo of report search


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1188 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ac69f6a
......@@ -898,7 +898,7 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
if search:
# Add empty column for report
if report_tree:
report_search = """<td class="Data" width="50" align="center" valign="middle"></td>"""
report_search = """<td class="Data" width="50" align="left" valign="middle">&nbsp;<a href="">1</a>&nbsp;<a href="">2</a>&nbsp;<a href=""><u>3</u></a>&nbsp;</td>"""
else:
report_search = ""
......
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