[Zope-Checkins] SVN: Products.Five/branches/1.4/formlib/pageform.pt Added appropriate @@standard_macros usage.

Rocky Burt rocky at serverzen.com
Sun May 28 16:05:06 EDT 2006


Log message for revision 68315:
  Added appropriate @@standard_macros usage.

Changed:
  U   Products.Five/branches/1.4/formlib/pageform.pt

-=-
Modified: Products.Five/branches/1.4/formlib/pageform.pt
===================================================================
--- Products.Five/branches/1.4/formlib/pageform.pt	2006-05-28 19:59:53 UTC (rev 68314)
+++ Products.Five/branches/1.4/formlib/pageform.pt	2006-05-28 20:05:06 UTC (rev 68315)
@@ -1,9 +1,13 @@
-<html metal:define-macro="main">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:metal="http://xml.zope.org/namespaces/metal"
+      xmlns:tal="http://xml.zope.org/namespaces/tal"
+      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+      metal:use-macro="context/@@standard_macros/page">
 <head>
 </head>
 
 <body>
-<div>
+<div metal:fill-slot="body">
 
 <div metal:define-macro="form">
 



More information about the Zope-Checkins mailing list