Fix title of my_layout_navigation_menu_indent

Restore initial toolbar display : enable by default

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40559 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c9aa402
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/>
</pickle>
<pickle>
<dictionary>
......@@ -240,7 +237,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Navigation Menu Width</string> </value>
<value> <string>Navigation Menu Indent</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
......@@ -53,7 +53,7 @@
<value> <string>if context.portal_membership.isAnonymousUser():\n
return False\n
\n
choice = context.getLayoutProperty(\'layout_display_toolbar_widget\',\'restricted\')\n
choice = context.getLayoutProperty(\'layout_display_toolbar_widget\',\'display\')\n
\n
if choice == \'display\':\n
return True\n
......
1688
\ No newline at end of file
1689
\ 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