From bf107ab31f26227fdb8d5f8c22a338ef770b6e9f Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 7 Apr 2011 19:47:21 +0000 Subject: [PATCH] 2011-04-07 lucas * Load the CSS file to customize the new user interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45201 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../wizard_template_erp5_xhtml_style.xml | 2 +- bt5/erp5_configurator/bt/change_log | 3 +++ bt5/erp5_configurator/bt/revision | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml index 21d3fcc8df..272344e6a1 100644 --- a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml +++ b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml @@ -75,7 +75,7 @@ IDEAS:\n tal:attributes="type python:\'text/css\'">\n </style>\n </tal:block>\n - <tal:block tal:define="dummy python: css_list.extend(field.get_css_list(REQUEST=request))" />\n + <tal:block tal:define="dummy python: css_list.extend(field.get_css_list(REQUEST=request) + [\'wizard.css\'])" />\n <tal:block tal:define="dummy python: js_list.extend(field.get_javascript_list(REQUEST=request))" />\n </tal:block>\n </tal:block>\n diff --git a/bt5/erp5_configurator/bt/change_log b/bt5/erp5_configurator/bt/change_log index ad01a27819..e7d04642d4 100644 --- a/bt5/erp5_configurator/bt/change_log +++ b/bt5/erp5_configurator/bt/change_log @@ -1,3 +1,6 @@ +2011-04-07 lucas +* Load the CSS file to customize the new user interface. + 2011-04-07 lucas * Replaced the your_business_configuration list field for an editor field, which must render the new business configuration list. diff --git a/bt5/erp5_configurator/bt/revision b/bt5/erp5_configurator/bt/revision index 2e790af68a..430faa64e7 100644 --- a/bt5/erp5_configurator/bt/revision +++ b/bt5/erp5_configurator/bt/revision @@ -1 +1 @@ -510 \ No newline at end of file +511 \ No newline at end of file -- 2.30.9