Commit a7d27082 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2007-10-10 Kazuhiko

* add a read-only field of filename in File view and Image view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16938 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8aa57c68
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -90,15 +87,15 @@
<value>
<list>
<string>my_title</string>
<string>my_source_reference</string>
<string>my_file</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list>
<string>my_file</string>
</list>
<list/>
</value>
</item>
</dictionary>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -90,6 +87,8 @@
<value>
<list>
<string>my_title</string>
<string>my_source_reference</string>
<string>my_file</string>
</list>
</value>
</item>
......@@ -97,7 +96,6 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_file</string>
<string>image_view</string>
</list>
</value>
......
2007-10-10 Kazuhiko
* add a read-only field of filename in File view and Image view.
2007-09-25 yo
* Set module group on portal types.
......
207
\ No newline at end of file
208
\ 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