Commit 0207a057 authored by Ivan Tyagov's avatar Ivan Tyagov

Finish proxification forgotten in previous commit.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35457 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2321a3e8
...@@ -64,8 +64,8 @@ dialog_mode = request.get(\'dialog_mode\', False)\n ...@@ -64,8 +64,8 @@ dialog_mode = request.get(\'dialog_mode\', False)\n
list_style = request.get(\'list_style\', None)\n list_style = request.get(\'list_style\', None)\n
\n \n
if portal.portal_membership.isAnonymousUser() or \\\n if portal.portal_membership.isAnonymousUser() or \\\n
list_mode == True or \\\n dialog_mode == True or \\\n
dialog_mode == True:\n (list_mode and list_style==\'search\'):\n
return False\n return False\n
\n \n
return True\n return True\n
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<string>css_class</string> <string>css_class</string>
<string>default</string> <string>default</string>
<string>editable</string> <string>editable</string>
<string>enabled</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -68,12 +67,6 @@ ...@@ -68,12 +67,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -105,10 +98,6 @@ ...@@ -105,10 +98,6 @@
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>listbox_action_widget</string> </value> <value> <string>listbox_action_widget</string> </value>
...@@ -143,20 +132,4 @@ ...@@ -143,20 +132,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: not(request.dialog_mode) and request.get(\'list_style\', None)!=\'search\' and request.list_mode</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
1407 1408
\ 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