Commit 55789590 authored by Yoshinori Okuji's avatar Yoshinori Okuji

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
parent e9591260
......@@ -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):
......
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