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>
<portal_type id="Foo">
<item>Amount</item>
<item>DublinCore</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
......@@ -89,6 +89,7 @@
<value>
<list>
<string>listbox_id</string>
<string>listbox_subject_list</string>
</list>
</value>
</item>
......
......@@ -349,6 +349,10 @@
<string>getQuantity</string>
<string>Quantity</string>
</tuple>
<tuple>
<string>subject_list</string>
<string>Subject</string>
</tuple>
</list>
</value>
</item>
......@@ -393,7 +397,12 @@
<item>
<key> <string>editable_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>subject_list</string>
<string>Subject</string>
</tuple>
</list>
</value>
</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