From 94a610a1e1fe687c169038dee481b81827bac6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 16 Oct 2006 12:35:34 +0000 Subject: [PATCH] translate jump actions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10744 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/context_box_render.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml index a80be5a6de..dab5cd4bb7 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 10b0c0dbc8..b1ef57c1f7 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -264 +265 \ No newline at end of file -- 2.30.9