[Erp5-report] r19914 - in /experimental/bt5/erp5_xhtml_style_experimental: SkinTemplateItem...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 14 16:03:24 CET 2008
Author: bartek
Date: Fri Mar 14 16:03:23 2008
New Revision: 19914
URL: http://svn.erp5.org?rev=19914&view=rev
Log:
boxover instruction again (missing for some reason)
Modified:
experimental/bt5/erp5_xhtml_style_experimental/SkinTemplateItem/portal_skins/erp5_xhtml_style_experimental/ListBox_asHTML.xml
experimental/bt5/erp5_xhtml_style_experimental/bt/revision
Modified: experimental/bt5/erp5_xhtml_style_experimental/SkinTemplateItem/portal_skins/erp5_xhtml_style_experimental/ListBox_asHTML.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_xhtml_style_experimental/SkinTemplateItem/portal_skins/erp5_xhtml_style_experimental/ListBox_asHTML.xml?rev=19914&r1=19913&r2=19914&view=diff
==============================================================================
--- experimental/bt5/erp5_xhtml_style_experimental/SkinTemplateItem/portal_skins/erp5_xhtml_style_experimental/ListBox_asHTML.xml (original)
+++ experimental/bt5/erp5_xhtml_style_experimental/SkinTemplateItem/portal_skins/erp5_xhtml_style_experimental/ListBox_asHTML.xml Fri Mar 14 16:03:23 2008
@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
- <tuple>
- <string>Products.PageTemplates.ZopePageTemplate</string>
- <string>ZopePageTemplate</string>
- </tuple>
- <none/>
+ <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
@@ -86,7 +83,7 @@
<tal:replace tal:content="nothing">\n
Because TAL cannot accept unbalanced tags, the support for a domain tree is realized by a macro.\n
The macro ListBoxContainer is a no-op, if not in domain tree mode. Otherwise, the macro constructs\n
- a domain tree and extracts the body in an extra table.\n
+ k domain tree and extracts the body in an extra table.\n
</tal:replace>\n
\n
<tal:block tal:define="expand python: 0">\n
@@ -341,7 +338,8 @@
tal:define="marked_css python: line.getMarkingCssName();\n
css python: test(repeat[\'line\'].index % 2, \' \'.join((marked_css,\'DataB\')),\n
\' \'.join((marked_css,\'DataA\')) )" \n
- tal:attributes="id string:${field_id}_data_line_${repeat/line/index}; class css">\n
+ tal:attributes="id string:${field_id}_data_line_${repeat/line/index}; class css;\n
+ title line/getBoxover;">\n
<td tal:condition="is_report_tree_mode" class="DataA" align="left" valign="middle"\n
tal:attributes="class css"\n
tal:define="section_name python: line.getDomainTitle()">\n
Modified: experimental/bt5/erp5_xhtml_style_experimental/bt/revision
URL: http://svn.erp5.org/experimental/bt5/erp5_xhtml_style_experimental/bt/revision?rev=19914&r1=19913&r2=19914&view=diff
==============================================================================
--- experimental/bt5/erp5_xhtml_style_experimental/bt/revision (original)
+++ experimental/bt5/erp5_xhtml_style_experimental/bt/revision Fri Mar 14 16:03:23 2008
@@ -1,1 +1,1 @@
-5
+6
More information about the Erp5-report
mailing list