From 3474af1e05f55d15f0595560f575a2c5934fb75d Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Wed, 13 Sep 2006 14:21:48 +0000 Subject: [PATCH] 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 --- .../portal_skins/erp5_xhtml_style/global_definitions.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log | 1 + product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml index 443bd224fc..25b9ab4fcf 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/global_definitions.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index c11d15f56b..298e7a0156 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -1,5 +1,6 @@ 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. diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 83981c0e3a..12e2555919 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -175 \ No newline at end of file +177 \ No newline at end of file -- 2.30.9