[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic - main_template.pt:1.15.2.2

Yvo Schubbe y.2005- at wcm-solutions.de
Wed Jun 22 09:25:14 EDT 2005


Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv22781/CMFDefault/skins/zpt_generic

Modified Files:
      Tag: CMF-1_5-branch
	main_template.pt 
Log Message:
backported changes from HEAD:
- added style_slot to main_template
- added a five_template that bridges to main_template


=== Products/CMFDefault/skins/zpt_generic/main_template.pt 1.15.2.1 => 1.15.2.2 ===
--- Products/CMFDefault/skins/zpt_generic/main_template.pt:1.15.2.1	Mon Oct  4 03:56:16 2004
+++ Products/CMFDefault/skins/zpt_generic/main_template.pt	Wed Jun 22 09:24:44 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>



More information about the CMF-checkins mailing list