Commit 3c5221e7 authored by Vincent Pelletier's avatar Vincent Pelletier

Use the good script name to generate help url.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28cf6578
......@@ -296,7 +296,7 @@ XXX: Folder_filter accesses selection directly\n
<span class="second">\n
<a tal:condition="here/portal_preferences/getPreferredHtmlStyleContextualHelp"\n
class="jump_help" title="Help"\n
tal:attributes="href python: here.Base_getHelpUrl(current_action=current_action, current_form_id=current_form_id, workflow_action=request.get(\'workflow_action\'))">\n
tal:attributes="href python: here.ERP5XhtmlStyle_getHelpUrl(current_action=current_action, current_form_id=current_form_id, workflow_action=request.get(\'workflow_action\'))">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Help</span>\n
</a>\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