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 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple>
<global name="StringField" module="Products.Formulator.StandardFields"/> <global name="StringField" module="Products.Formulator.StandardFields"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -240,7 +237,7 @@ ...@@ -240,7 +237,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Navigation Menu Width</string> </value> <value> <string>Navigation Menu Indent</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <string>if context.portal_membership.isAnonymousUser():\n <value> <string>if context.portal_membership.isAnonymousUser():\n
return False\n return False\n
\n \n
choice = context.getLayoutProperty(\'layout_display_toolbar_widget\',\'restricted\')\n choice = context.getLayoutProperty(\'layout_display_toolbar_widget\',\'display\')\n
\n \n
if choice == \'display\':\n if choice == \'display\':\n
return True\n return True\n
......
1688 1689
\ 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