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

Changed:
  U   Products.Five/trunk/formlib/pageform.pt

-=-
Modified: Products.Five/trunk/formlib/pageform.pt
===================================================================
--- Products.Five/trunk/formlib/pageform.pt     2006-05-28 15:34:06 UTC (rev 
68313)
+++ Products.Five/trunk/formlib/pageform.pt     2006-05-28 19:59:53 UTC (rev 
68314)
@@ -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">
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to