Commit 848be0d6 authored by Romain Courteaud's avatar Romain Courteaud

Add a new page template for ListBox, in order to unify the display style rendering.

More work is needed to make it replace the page teamplates defined in erp5_xhtml_style.

Work by FX Algrain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35538 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb780bcf
......@@ -309,7 +309,16 @@
<item>
<key> <string>all_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>getIconAsHTML</string>
<string>Icon</string>
</tuple>
<tuple>
<string>getSummaryAsHTML</string>
<string>Summary</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -322,6 +331,10 @@
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
......@@ -381,6 +394,12 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>display_style_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>domain_root_list</string> </key>
<value>
......@@ -403,6 +422,14 @@
<string>thumbnail</string>
<string>Thumbnail</string>
</tuple>
<tuple>
<string>getIconAsHTML</string>
<string>Icon</string>
</tuple>
<tuple>
<string>getSummaryAsHTML</string>
<string>Summary</string>
</tuple>
</list>
</value>
</item>
......@@ -414,6 +441,10 @@
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>full_text_search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>global_attributes</string> </key>
<value>
......@@ -424,6 +455,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>15</int> </value>
......@@ -464,6 +499,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>1</int> </value>
......@@ -508,6 +547,12 @@
<key> <string>title</string> </key>
<value> <string>Search Results</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
......@@ -523,11 +568,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -542,11 +584,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
1411
\ No newline at end of file
1412
\ 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