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

Add a separator between developper mode actions and "real" jump actions in the jump menu

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14706 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ced8f09c
......@@ -94,6 +94,7 @@ XXX: Folder_filter accesses selection directly\n
</tal:block>\n
<tal:block tal:condition="preferred_html_style_developper_mode">\n
<tal:block tal:condition="python: here.getPortalTypeName() in here.portal_types.objectIds() and here.portal_types.getTypeInfo(here).Base_getSourceVisibility()">\n
<option value="1" disabled="disabled" i18n:translate="" i18n:domain="ui">-- Developper Mode --</option>\n
<option tal:attributes="value python: \'%s/manage_workspace\' % (here.portal_types.getTypeInfo(here).absolute_url(),)"\n
i18n:translate="" i18n:domain="ui">\n
Edit Portal Type \'<tal:block tal:content="python: here.getPortalTypeName()"\n
......
370
\ No newline at end of file
371
\ 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