Commit 91ed12f5 authored by Vincent Pelletier's avatar Vincent Pelletier

Inline call to ERP5XhtmlStyle_renderLink.

Remove static attribute defined in tal:attributes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8da8b7d7
......@@ -102,13 +102,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<ul>\n
<li tal:repeat="action actions"\n
tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
<a tal:attributes="href python: here.ERP5XhtmlStyle_renderLink(action[\'url\'], http_parameters)"\n
<a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&amp;\' or \'?\', http_parameters)"\n
tal:content="action/name"\n
i18n:translate="" i18n:domain="ui"/>\n
</li>\n
</ul>\n
</div>\n
<div class="content" tal:attributes="class python: editable_mode and \'content editable\' or \'content\'">\n
<div tal:attributes="class python: editable_mode and \'content editable\' or \'content\'">\n
<tal:block metal:define-slot="main"/>\n
</div>\n
</div>\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