Commit 47ff7809 authored by Jérome Perrin's avatar Jérome Perrin

Fix width on some AnnotationLine fields; also fix a typo in title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ace22a74
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list/>
<string>display_width</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -74,10 +72,6 @@ ...@@ -74,10 +72,6 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>display_width</string> </key>
<value> <int>35</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_source_title</string> </value> <value> <string>my_source_title</string> </value>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>display_width</string>
<string>allow_jump</string> <string>allow_jump</string>
<string>portal_type</string> <string>portal_type</string>
</list> </list>
...@@ -85,10 +84,6 @@ ...@@ -85,10 +84,6 @@
<key> <string>default_module</string> </key> <key> <string>default_module</string> </key>
<value> <string>service</string> </value> <value> <string>service</string> </value>
</item> </item>
<item>
<key> <string>display_width</string> </key>
<value> <int>35</int> </value>
</item>
<item> <item>
<key> <string>editable_permission</string> </key> <key> <string>editable_permission</string> </key>
<value> <value>
...@@ -134,7 +129,7 @@ ...@@ -134,7 +129,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Ressource</string> </value> <value> <string>Resource</string> </value>
</item> </item>
<item> <item>
<key> <string>viewable_permission</string> </key> <key> <string>viewable_permission</string> </key>
......
235 236
\ 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