Commit 96f4fe6e authored by Jean-Paul Smets's avatar Jean-Paul Smets

2006-08-22 jps

* Added suport for subject (lines) in listbox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9314 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46144284
<property_sheet_list> <property_sheet_list>
<portal_type id="Foo"> <portal_type id="Foo">
<item>Amount</item> <item>Amount</item>
<item>DublinCore</item>
</portal_type> </portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
<value> <value>
<list> <list>
<string>listbox_id</string> <string>listbox_id</string>
<string>listbox_subject_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -349,6 +349,10 @@ ...@@ -349,6 +349,10 @@
<string>getQuantity</string> <string>getQuantity</string>
<string>Quantity</string> <string>Quantity</string>
</tuple> </tuple>
<tuple>
<string>subject_list</string>
<string>Subject</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -393,7 +397,12 @@ ...@@ -393,7 +397,12 @@
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>subject_list</string>
<string>Subject</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
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