[Zope-Checkins] SVN: Products.Five/trunk/formlib/pageform.pt Added
appropriate @@standard_macros usage.
Rocky Burt
rocky at serverzen.com
Sun May 28 15:59:53 EDT 2006
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">
More information about the Zope-Checkins
mailing list