Commit c9681a25 authored by Jérome Perrin's avatar Jérome Perrin

- "Usual Name" cannot be used for title on Base_viewDocumentList, because it's...

- "Usual Name" cannot be used for title on Base_viewDocumentList, because it's not only used on entities.
- change the form title to match what's usually used as action name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dba5b15
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>Entity_viewDocuments</string> </value> <value> <string>Base_viewDocumentList</string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>View Files and Images</string> </value> <value> <string>Documents</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>description</string>
<string>editable</string> <string>editable</string>
</list> </list>
</value> </value>
...@@ -76,10 +74,6 @@ ...@@ -76,10 +74,6 @@
<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 or the organisation.</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>
...@@ -96,10 +90,6 @@ ...@@ -96,10 +90,6 @@
<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>
......
1099 1100
\ 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