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