Commit 94a610a1 authored by Jérome Perrin's avatar Jérome Perrin

translate jump actions.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10744 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27d8dd76
......@@ -90,7 +90,7 @@ XXX: Folder_filter accesses selection directly\n
i18n:translate="" i18n:domain="ui">Jump...</option>\n
<tal:block tal:repeat="jump actions/object_jump | nothing">\n
<option tal:attributes="value jump/url"\n
tal:content="jump/name"/>\n
tal:content="jump/name" i18n:translate="" i18n:domain="ui"/>\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
......
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