diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index a00e19bf6d83ee1d081fd74ab80bf5cefabfb7ef..3c6d8f09bf7955c19955aece0192fb60bb1e1703 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -2232,7 +2232,7 @@ class ERP5Generator(PortalGenerator): # layer when installing new business templates. ps['custom'].manage_addProperty("business_template_skin_layer_priority", 100.0, "float") skin_folders = ', '.join(('custom', 'external_method')) - ps.addSkinSelection( 'ViewJS' + ps.addSkinSelection( 'View' , skin_folders , make_default = 1 ) @@ -2402,8 +2402,8 @@ class ERP5Generator(PortalGenerator): """ template_tool = p.portal_templates if template_tool.getInstalledBusinessTemplate('erp5_core') is None: - for bt in ('erp5_property_sheets', 'erp5_core', p.erp5_catalog_storage, - 'erp5_renderjs_style'): + for bt in ('erp5_property_sheets', 'erp5_core', p.erp5_catalog_storage, 'erp5_jquery', + 'erp5_xhtml_style'): if not bt: continue url = getBootstrapBusinessTemplateUrl(bt)