Commit 30158787 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

display title and gadget title in KnowledgePad_view listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 072baf1c
...@@ -325,8 +325,12 @@ ...@@ -325,8 +325,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>title</string>
<string>Id</string> <string>Title</string>
</tuple>
<tuple>
<string>specialise_title</string>
<string>Gadget</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
...@@ -395,6 +399,10 @@ ...@@ -395,6 +399,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>20</int> </value> <value> <int>20</int> </value>
...@@ -440,6 +448,10 @@ ...@@ -440,6 +448,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>0</int> </value> <value> <int>0</int> </value>
...@@ -484,6 +496,12 @@ ...@@ -484,6 +496,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Boxes</string> </value> <value> <string>Boxes</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>
...@@ -499,11 +517,8 @@ ...@@ -499,11 +517,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>
......
405 406
\ 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