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

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
parent b07a6159
......@@ -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
......
658
\ No newline at end of file
659
\ 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