Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv20471/CMFDefault/skins/zpt_generic
Modified Files:
main_template.pt
Log Message:
- added style_slot to main_template
- added a five_template that bridges to main_template
=== Products/CMFDefault/skins/zpt_generic/main_template.pt 1.16 => 1.17 ===
--- Products/CMFDefault/skins/zpt_generic/main_template.pt:1.16 Sun Mar 13
14:06:29 2005
+++ Products/CMFDefault/skins/zpt_generic/main_template.pt Thu Jun 16
04:49:53 2005
@@ -24,13 +24,14 @@
<head>
<title tal:content="here/expanded_title"> Title goes here </title>
- <metal:block define-slot="base" />
+ <metal:slot define-slot="base" />
<link rel="stylesheet" type="text/css" href="zpt_stylesheet.css"
tal:attributes="href here/zpt_stylesheet.css/absolute_url" />
<link rel="stylesheet" type="text/css" href="CalendarStyle.css"
tal:condition="here/CalendarStyle.css|nothing"
tal:attributes="href here/CalendarStyle.css/absolute_url" />
+ <metal:slot define-slot="style_slot" />
</head>
<body>
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins