From f8ecf07a613a990e7c161d7b3213a905b0f5d384 Mon Sep 17 00:00:00 2001
From: Yusei Tahara <yusei@nexedi.com>
Date: Thu, 11 Oct 2007 09:30:17 +0000
Subject: [PATCH] 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
---
 .../portal_skins/erp5_mobile_ui/ListBox_asHTML.xml           | 2 +-
 bt5/erp5_mobile/bt/change_log                                | 5 ++++-
 bt5/erp5_mobile/bt/revision                                  | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml b/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml
index c231f85bf5..1fd5d525d2 100644
--- a/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml
+++ b/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml
@@ -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
diff --git a/bt5/erp5_mobile/bt/change_log b/bt5/erp5_mobile/bt/change_log
index b34e803154..a8c0409402 100644
--- a/bt5/erp5_mobile/bt/change_log
+++ b/bt5/erp5_mobile/bt/change_log
@@ -1,2 +1,5 @@
+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
diff --git a/bt5/erp5_mobile/bt/revision b/bt5/erp5_mobile/bt/revision
index b5045cc404..b393560759 100644
--- a/bt5/erp5_mobile/bt/revision
+++ b/bt5/erp5_mobile/bt/revision
@@ -1 +1 @@
-21
\ No newline at end of file
+23
\ No newline at end of file
-- 
2.30.9