Commit f8ecf07a authored by Yusei Tahara's avatar Yusei Tahara

2007-10-11 Yusei

* Modified ListBox_asHTML. This changes depends on ERP5Form changes. Please upgrade ERP5Form revision 16942 or above.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16950 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e226f7fc
......@@ -239,7 +239,7 @@
tal:attributes="id string:${field_id}_data_line_${repeat/line/index}; class css">\n
<div tal:condition="is_report_tree_mode" class="DataA" align="left" valign="middle"\n
tal:attributes="class css"\n
tal:define="section_name python: line.getContext() is not None and line.getContext().getTitleOrId() or \'\'">\n
tal:define="section_name python: line.getDomainTitle()">\n
<a tal:condition="section_name"\n
href="portal_selections/foldReport?report_url=base_domain&amp;form_id=form&amp;list_selection_name=default"\n
tal:define="method_id python: line.isOpen() and \'foldReport\' or \'unfoldReport\'"\n
......
2007-10-11 Yusei
* Modified ListBox_asHTML. This changes depends on ERP5Form changes. Please upgrade ERP5Form revision 16942 or above.
2007-09-19 Kazuhiko
* use portal_url.getPortalObject().absolute_url() instead of portal_url.getPortalPath() for better virtual host support.
* use portal_url.getPortalObject().absolute_url() instead of portal_url.getPortalPath() for better virtual host support.
\ No newline at end of file
21
\ No newline at end of file
23
\ 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