[CMF-checkins] CVS: Products/CMFDefault - Portal.py:1.41

Yvo Schubbe y.2004_ at wcm-solutions.de
Wed Jul 7 04:57:15 EDT 2004


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv26035/CMFDefault

Modified Files:
	Portal.py 
Log Message:
- removing the dtml layers 'topic', 'content', 'generic' and 'control' from zpt skins should now be save


=== Products/CMFDefault/Portal.py 1.40 => 1.41 ===
--- Products/CMFDefault/Portal.py:1.40	Thu Apr 29 12:13:18 2004
+++ Products/CMFDefault/Portal.py	Wed Jul  7 04:57:15 2004
@@ -252,7 +252,7 @@
         ps.manage_addProduct['OFSP'].manage_addFolder(id='custom')
         ps.addSkinSelection('Basic',
             'custom, zpt_topic, zpt_content, zpt_generic,'
-            + 'zpt_control, topic, content, generic, control, Images',
+            + 'zpt_control, Images',
             make_default=1)
         ps.addSkinSelection('Nouvelle',
             'nouvelle, custom, topic, content, generic, control, Images')



More information about the CMF-checkins mailing list