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

Change Preference_view to make it possible not to select date order, also translate date orders.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 25057f90
......@@ -79,7 +79,7 @@
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_owner</string>
......
......@@ -166,7 +166,9 @@
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>required</string> </key>
......@@ -242,20 +244,7 @@
<item>
<key> <string>items</string> </key>
<value>
<list>
<tuple>
<string>year/month/day</string>
<string>ymd</string>
</tuple>
<tuple>
<string>day/month/year</string>
<string>dmy</string>
</tuple>
<tuple>
<string>month/day/year</string>
<string>mdy</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
......@@ -284,4 +273,23 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(here.Base_translateString(display), value) for (display, value) in ((\'\', \'\'), (\'Year / Month / Day\', \'ymd\'), (\'Day / Month / Year\', \'dmy\'), (\'Month / Day / Year\', \'mdy\'))]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
348
\ No newline at end of file
349
\ 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