Commit ee1213c6 authored by Aurel's avatar Aurel

preferred time zone is set on System Preference

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3398e797
......@@ -89,7 +89,6 @@
<string>my_priority</string>
<string>my_preferred_section_category</string>
<string>my_preferred_section</string>
<string>my_preferred_time_zone</string>
<string>my_translated_preference_state_title</string>
</list>
</value>
......
......@@ -87,6 +87,7 @@
<value>
<list>
<string>my_priority</string>
<string>my_preferred_time_zone</string>
<string>my_preferred_ooodoc_server_address</string>
<string>my_preferred_ooodoc_server_port_number</string>
<string>my_translated_preference_state_title</string>
......
......@@ -21,8 +21,8 @@
<list>
<string>title</string>
<string>description</string>
<string>default</string>
<string>items</string>
<string>enabled</string>
</list>
</value>
</item>
......@@ -65,15 +65,15 @@
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -111,10 +111,6 @@
<key> <string>description</string> </key>
<value> <string>Preferred timezone</string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_category</string> </value>
......@@ -146,18 +142,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getPortalObject().portal_membership.checkPermission("Manage portal", here)</string> </value>
<value> <string>python: here.getPreferredTimeZone() or preferences.getPreferredTimeZone()</string> </value>
</item>
</dictionary>
</pickle>
......@@ -165,11 +158,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
822
\ No newline at end of file
823
\ 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