From bf9e1563feb27f6918701106aa0f050c1a636550 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 16 Mar 2009 16:47:02 +0000
Subject: [PATCH] some actions were translated twice in report tab

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26056 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_access_tab/ERP5Site_renderReportActionList.xml     | 6 +++---
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderReportActionList.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderReportActionList.xml
index b63a164077..e5a0def164 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderReportActionList.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderReportActionList.xml
@@ -66,17 +66,17 @@
                                       default_action python:test(len(action_list) > 1, None, action_list[0])"\n
                           tal:condition="python:action_list">\n
                   <li style="color:#002e3f;">\n
-                    <span style="color:#002e3f;" i18n:translate=""\n
+                    <span style="color:#002e3f;"\n
                           tal:condition="not:default_action"\n
                           tal:content="python:module[0]"></span>\n
-                    <a tal:condition="default_action" i18n:translate=""\n
+                    <a tal:condition="default_action"\n
                       tal:content="python:module[0]"\n
                       tal:attributes="href python:default_action[1]"></a>\n
                   </li>\n
                   <ul tal:condition="not:default_action"\n
                       style="list-style-type:none; padding-left:15px;">\n
                     <li tal:repeat="action action_list">\n
-                      <a style="color:#3d7474" i18n:translate=""\n
+                      <a style="color:#3d7474" \n
                         tal:content="python:action[0]"\n
                         tal:attributes="href python:action[1]"></a>\n
                     </li>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index e59f0632ab..5cb222c0b2 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-658
\ No newline at end of file
+659
\ No newline at end of file
-- 
2.30.9