[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - index_html.pt:1.7 main_template.pt:1.13

Tres Seaver tseaver@zope.com
Tue, 30 Oct 2001 18:32:17 -0500


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

Modified Files:
	index_html.pt main_template.pt 
Log Message:


 - Fix metal problems.

 - Make description in header a span, so DW can update presentation.


=== Products/CMFDecor/skins/zpt_generic/index_html.pt 1.6 => 1.7 ===
          tal:content="here/Title">Document Title</h1>
 
-     <div id="DesktopDescription" tal:content="here/Description">
+     <span id="DesktopDescription" tal:content="here/Description">
          Document Description goes here.
-     </div>
+     </span>
 
   </div>
 
   <div tal:condition="has_local">
 
-   <div metal:use-macro="here/local_html/macros/header">
+   <div metal:use-macro="here/local_html/macros/header|default">
      'local_html' body goes here.
    </div>
 
@@ -126,7 +126,7 @@
 
  <div tal:condition="has_local">
 
-   <div metal:use-macro="here/local_html/macros/body">
+   <div metal:use-macro="here/local_html/macros/body|default">
      'local_html' body goes here.
    </div>
 


=== Products/CMFDecor/skins/zpt_generic/main_template.pt 1.12 => 1.13 ===
 </div>
 
-<div metal:define-macro="main_body">
+<div id="main_body">
 
 
  <table class="Forematter"