Commit 9c36453c authored by Jérome Perrin's avatar Jérome Perrin

2008-04-21 jerome

* Fix default images on Person and Organisation (for virtual hosting)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 56bc64d0
......@@ -117,7 +117,7 @@
<string>my_social_capital</string>
<string>my_start_date</string>
<string>my_skill_list</string>
<string>my_default_image_path</string>
<string>my_default_image_absolute_url</string>
<string>my_default_image_file</string>
</list>
</value>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_default_image_path</string> </value>
<value> <string>my_default_image_absolute_url</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -76,7 +76,7 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -92,7 +92,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Logo</string> </value>
</item>
</dictionary>
......
......@@ -121,7 +121,7 @@
<string>my_prefix</string>
<string>my_suffix</string>
<string>my_marital_status</string>
<string>my_default_image_path</string>
<string>my_default_image_absolute_url</string>
<string>my_default_image_file</string>
</list>
</value>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_default_image_path</string> </value>
<value> <string>my_default_image_absolute_url</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -76,7 +76,7 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -92,7 +92,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Photo</string> </value>
</item>
</dictionary>
......
2008-04-21 jerome
* Fix default images on Person and Organisation (for virtual hosting)
2008-04-17 yusei
* Revise version to 5.0.
......
295
\ No newline at end of file
296
\ 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