[CMF-checkins] CVS: Products/CMFCalendar/profiles/default -
skins.xml:1.2
Yvo Schubbe
y.2005- at wcm-solutions.de
Tue Apr 5 08:23:46 EDT 2005
Update of /cvs-repository/Products/CMFCalendar/profiles/default
In directory cvs.zope.org:/tmp/cvs-serv26775/CMFCalendar/profiles/default
Modified Files:
skins.xml
Log Message:
- refactored event_edit_form, making it similar to CMFDefault forms and independent of the dtml layer
- improved Install.py, backporting stuff from setuphandlers.py
=== Products/CMFCalendar/profiles/default/skins.xml 1.1 => 1.2 ===
--- Products/CMFCalendar/profiles/default/skins.xml:1.1 Wed Mar 16 03:48:00 2005
+++ Products/CMFCalendar/profiles/default/skins.xml Tue Apr 5 08:23:15 2005
@@ -1,11 +1,8 @@
<?xml version="1.0"?>
<skins-tool>
- <skin-directory id="calendar"
- directory="CMFCalendar/skins/calendar"/>
<skin-directory id="zpt_calendar"
directory="CMFCalendar/skins/zpt_calendar"/>
<skin-path id="*">
<layer name="zpt_calendar" insert-before="zpt_content"/>
- <layer name="calendar" insert-before="content"/>
</skin-path>
</skins-tool>
More information about the CMF-checkins
mailing list