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 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>display_width</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -74,10 +72,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>display_width</string> </key>
<value> <int>35</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_source_title</string> </value>
......
......@@ -14,7 +14,6 @@
<value>
<list>
<string>title</string>
<string>display_width</string>
<string>allow_jump</string>
<string>portal_type</string>
</list>
......@@ -85,10 +84,6 @@
<key> <string>default_module</string> </key>
<value> <string>service</string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>35</int> </value>
</item>
<item>
<key> <string>editable_permission</string> </key>
<value>
......@@ -134,7 +129,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Ressource</string> </value>
<value> <string>Resource</string> </value>
</item>
<item>
<key> <string>viewable_permission</string> </key>
......
235
\ No newline at end of file
236
\ 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