Commit 0b4dcfeb authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2010-12-23 Kazuhiko

* use my_filename instead of my_source_reference in File_view and Image_view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41715 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0146f908
......@@ -80,7 +80,7 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_source_reference</string>
<string>my_filename</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_source_reference</string> </value>
<value> <string>my_filename</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -80,7 +80,7 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_source_reference</string>
<string>my_filename</string>
<string>my_thumbnail</string>
</list>
</value>
......
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_source_reference</string> </value>
<value> <string>my_filename</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
2010-12-23 Kazuhiko
* use my_filename instead of my_source_reference in File_view and Image_view.
2010-12-22 Ivan
* Add "Embedded File" & "Embedded Folder" portal types
......
923
\ No newline at end of file
924
\ 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