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 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<string>Products.ERP5Form.Form</string> <tuple/>
<string>ERP5Form</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -90,15 +87,15 @@ ...@@ -90,15 +87,15 @@
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
<string>my_source_reference</string>
<string>my_file</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list/>
<string>my_file</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<string>Products.ERP5Form.Form</string> <tuple/>
<string>ERP5Form</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -90,6 +87,8 @@ ...@@ -90,6 +87,8 @@
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
<string>my_source_reference</string>
<string>my_file</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -97,7 +96,6 @@ ...@@ -97,7 +96,6 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_file</string>
<string>image_view</string> <string>image_view</string>
</list> </list>
</value> </value>
......
2007-10-10 Kazuhiko
* add a read-only field of filename in File view and Image view.
2007-09-25 yo 2007-09-25 yo
* Set module group on portal types. * Set module group on portal types.
......
207 208
\ 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