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

r37396 was not enough for front page tabs, generally we include...

r37396 was not enough for front page tabs, generally we include ERP5Site_getJavaScriptRelativeUrlList before js_list defined in the page templates

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37401 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ec838be2
......@@ -63,8 +63,8 @@
dummy python:css_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getCssRelativeUrlList()]);\n
css_list_template css_list_template | python:[\'%s/erp5.css\' % (portal_path,)];\n
dummy python:css_list.extend(css_list_template);\n
global js_list js_list | python:[];\n
dummy python:js_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getJavaScriptRelativeUrlList() + (\'erp5_xhtml_appearance.js\',)]);\n
global js_list js_list | python:[\'%s/erp5_xhtml_appearance.js\' % portal_path];\n
global js_list python: [\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getJavaScriptRelativeUrlList()] + js_list;\n
global http_parameter_list python: portal.ERP5Site_filterParameterList(request.form);\n
dummy python: http_parameter_list.update(local_parameter_list);\n
global http_parameters python: portal.ERP5Site_renderHTTPParameterList(http_parameter_list);\n
......
970
\ No newline at end of file
971
\ 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