[Erp5-report] r16950 - in /erp5/trunk/bt5/erp5_mobile: SkinTemplateItem/portal_skins/erp5_m...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 11 11:30:17 CEST 2007


Author: yusei
Date: Thu Oct 11 11:30:17 2007
New Revision: 16950

URL: http://svn.erp5.org?rev=16950&view=rev
Log:
2007-10-11 Yusei
* Modified ListBox_asHTML. This changes depends on ERP5Form changes. Please upgrade ERP5Form revision 16942 or above.

Modified:
    erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml
    erp5/trunk/bt5/erp5_mobile/bt/change_log
    erp5/trunk/bt5/erp5_mobile/bt/revision

Modified: erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml?rev=16950&r1=16949&r2=16950&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml (original)
+++ erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/ListBox_asHTML.xml Thu Oct 11 11:30:17 2007
@@ -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

Modified: erp5/trunk/bt5/erp5_mobile/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/bt/change_log?rev=16950&r1=16949&r2=16950&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_mobile/bt/change_log Thu Oct 11 11:30:17 2007
@@ -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.

Modified: erp5/trunk/bt5/erp5_mobile/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/bt/revision?rev=16950&r1=16949&r2=16950&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/bt/revision (original)
+++ erp5/trunk/bt5/erp5_mobile/bt/revision Thu Oct 11 11:30:17 2007
@@ -1,1 +1,1 @@
-21
+23




More information about the Erp5-report mailing list