Commit 407061bc 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@25784 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6279f295
871
\ No newline at end of file
872
\ No newline at end of file
......@@ -13,7 +13,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>editable</string>
</list>
</value>
......@@ -77,7 +76,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The name of a document in ERP5</string> </value>
<value> <string>The usual name of the person.</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
......@@ -85,11 +84,11 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_title</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
<value> <string>Person_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......@@ -97,7 +96,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Title</string> </value>
<value> <string>Usual Name</string> </value>
</item>
</dictionary>
</value>
......
1096
\ No newline at end of file
1097
\ 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