[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - editform.pt:1.2

Brian Lloyd brian at zope.com
Mon Aug 11 11:27:08 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv1210

Modified Files:
	editform.pt 
Log Message:
fix syntax error

=== Products/ZopeOrg-NV/skins/nzo/editform.pt 1.1 => 1.2 ===
                              (page, request, action=action,
                              text=text, id=id, page=page, oldid=oldid)
 <body>
-<div metal:fill-slot="header" metal:define-macro="header"
+<div metal:fill-slot="header">
+<div  metal:define-macro="header"
      tal:define="global wiki_header_present python:1">
   <h1>
   <span tal:omit-tag="" tal:condition="python:action=='Create'">Creating</span>
@@ -18,6 +19,7 @@
   <span tal:omit-tag="" tal:content="id">page</span>
   </h1>
 </div>
+</div>
 
 <div metal:fill-slot="main">
 
@@ -102,6 +104,8 @@
 <div tal:condition="not: wiki_footer_present|nothing">
   <span tal:condition="nothing"> In case master has no "footer" macro. </span>
   <div tal:replace="structure here/wikipage_footer"> </div>
+</div>
+
 </div>
 
 </div>





More information about the zopeorg-checkins mailing list