From 5578959097b839dab9f96c296bbfd3c076dc236f Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Mon, 17 Jan 2005 17:46:20 +0000 Subject: [PATCH] Add a new skin selection Print. Rename the selection ERP5 to View. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2227 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Site.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index bfdcbb5b72..c0c06d070d 100755 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -641,10 +641,14 @@ class ERP5Generator(PortalGenerator): ps.manage_addProduct['OFSP'].manage_addFolder(id='custom') #ps.manage_addProduct['OFSP'].manage_addFolder(id='local_pro') #ps.manage_addProduct['OFSP'].manage_addFolder(id='local_mrp') - ps.addSkinSelection('ERP5', 'custom, external_method, activity, ' + ps.addSkinSelection('View', 'custom, external_method, activity, ' + 'zpt_content, zpt_generic,' + 'zpt_control, content, generic, control, Images', make_default=1) + ps.addSkinSelection('Print', 'custom, external_method, activity, ' + + 'zpt_content, zpt_generic,' + + 'zpt_control, content, generic, control, Images', + make_default=0) p.setupCurrentSkin() def setupWorkflow(self, p): -- 2.30.9