Commit 3474af1e authored by Kevin Deldycke's avatar Kevin Deldycke

erp5.js is needed in web mode by admin toolbox which display context_box_render.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9880 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8bcc313
......@@ -65,7 +65,7 @@
global css_list css_list | python: [];\n
dummy python: not is_web_mode and css_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getCSSList()]);\n
global js_list js_list | python: [];\n
dummy python: not is_web_mode and js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getJSList()]);\n
dummy python: js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getJSList()]);\n
\n
global http_parameter_list request/form/copy;\n
http_parameter_list python: here.ERP5XhtmlStyle_filterParameterList(http_parameter_list);\n
......
2006-09-13 Kevin
* Fix developper mode rendering bug.
* erp5.js is needed in web mode by admin toolbox which display context_box_render.
2006-09-12 Kevin
* Refactor login_form screen to match new xhtml style form structure.
......
175
\ No newline at end of file
177
\ 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