Commit bc4f9c61 authored by Aurel's avatar Aurel

table tag must contains a summary attribute to describe it, this is required by tidy

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18649 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f9fb53f
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -88,6 +85,7 @@ ...@@ -88,6 +85,7 @@
<tal:block tal:condition="expand">\n <tal:block tal:condition="expand">\n
<table tal:condition="is_domain_tree_mode"\n <table tal:condition="is_domain_tree_mode"\n
style="width: 100%;" cellpadding="0" cellspacing="0"\n style="width: 100%;" cellpadding="0" cellspacing="0"\n
summary="This table contains the domain tree with the switch button"\n
tal:define="selected_domain_path here/getSelectedDomainPath">\n tal:define="selected_domain_path here/getSelectedDomainPath">\n
<tr>\n <tr>\n
<td valign="top">\n <td valign="top">\n
...@@ -102,6 +100,7 @@ ...@@ -102,6 +100,7 @@
</tal:block>\n </tal:block>\n
</select>\n </select>\n
<table id="listbox_domain_tree_table" cellpadding="0"\n <table id="listbox_domain_tree_table" cellpadding="0"\n
summary="This table contains the domain tree"\n
tal:attributes="id string:${field_id}_domain_tree_table"\n tal:attributes="id string:${field_id}_domain_tree_table"\n
tal:define="report_tree_list python: here.makeReportTreeList(report_path = selected_domain_path, unfolded_list = selection.getDomainList(), is_report_opened = False);\n tal:define="report_tree_list python: here.makeReportTreeList(report_path = selected_domain_path, unfolded_list = selection.getDomainList(), is_report_opened = False);\n
total_depth python: max([report_tree.depth for report_tree in report_tree_list] + [-1])">\n total_depth python: max([report_tree.depth for report_tree in report_tree_list] + [-1])">\n
...@@ -137,7 +136,8 @@ ...@@ -137,7 +136,8 @@
<tal:block metal:use-macro="template/macros/ListBoxContainer">\n <tal:block metal:use-macro="template/macros/ListBoxContainer">\n
<tal:block metal:fill-slot="ListBoxBody">\n <tal:block metal:fill-slot="ListBoxBody">\n
<div class="ListSummary">\n <div class="ListSummary">\n
<table cellpadding="0" cellspacing="0">\n <table cellpadding="0" cellspacing="0"\n
summary="This table contains the listbox headers">\n
<tr>\n <tr>\n
<td style="height: 10px">\n <td style="height: 10px">\n
<img src="Left.png" alt="left"\n <img src="Left.png" alt="left"\n
...@@ -228,7 +228,8 @@ ...@@ -228,7 +228,8 @@
</table>\n </table>\n
</div>\n </div>\n
<div class="ListContent">\n <div class="ListContent">\n
<table cellpadding="0" cellspacing="0">\n <table cellpadding="0" cellspacing="0"\n
summary="This table contains the listbox content">\n
<tr id="listbox_label_line" tal:attributes="id string:${field_id}_label_line">\n <tr id="listbox_label_line" tal:attributes="id string:${field_id}_label_line">\n
<td tal:condition="is_report_tree_mode"\n <td tal:condition="is_report_tree_mode"\n
class="Data" style="width: 50px; text-align: left; vertical-align: middle">\n class="Data" style="width: 50px; text-align: left; vertical-align: middle">\n
...@@ -383,10 +384,22 @@ ...@@ -383,10 +384,22 @@
]]></string> </value> ]]></string> </value>
</item> </item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ListBox_asHTML</string> </value> <value> <string>ListBox_asHTML</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
479 480
\ No newline at end of file \ 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