Commit a6712413 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* use 'Usual Name' instead of 'Title' in all tabs in Person or Organisation view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25781 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddea30de
...@@ -85,7 +85,9 @@ ...@@ -85,7 +85,9 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list>
<string>my_title</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -99,9 +101,7 @@ ...@@ -99,9 +101,7 @@
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list/>
<string>my_title</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -74,6 +74,10 @@ ...@@ -74,6 +74,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The usual name of the person.</string> </value>
</item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -84,12 +88,16 @@ ...@@ -84,12 +88,16 @@
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value> <value> <string>Person_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Usual Name</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
337 338
\ 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