[Zope3-checkins] CVS: Zope3/src/zope/app/registration/browser -
editregistration.pt:1.2 registered.pt:1.2 registration.pt:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:53 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/registration/browser
In directory cvs.zope.org:/tmp/cvs-serv22183/src/zope/app/registration/browser
Modified Files:
editregistration.pt registered.pt registration.pt
Log Message:
Use the right macro for the purpose of the view.
=== Zope3/src/zope/app/registration/browser/editregistration.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/registration/browser/editregistration.pt:1.1 Sat Mar 13 13:01:17 2004
+++ Zope3/src/zope/app/registration/browser/editregistration.pt Tue Mar 23 17:07:50 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/standard_macros/view">
<head>
<title metal:fill-slot="title" i18n:translate="">
View Registration Manager
=== Zope3/src/zope/app/registration/browser/registered.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/registration/browser/registered.pt:1.1 Sat Mar 13 13:01:17 2004
+++ Zope3/src/zope/app/registration/browser/registered.pt Tue Mar 23 17:07:50 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@standard_macros/page">
+<html metal:use-macro="context/@@standard_macros/view">
<body>
<div metal:fill-slot="body">
=== Zope3/src/zope/app/registration/browser/registration.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/registration/browser/registration.pt:1.1 Sat Mar 13 13:01:17 2004
+++ Zope3/src/zope/app/registration/browser/registration.pt Tue Mar 23 17:07:50 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@standard_macros/page">
+<html metal:use-macro="context/@@standard_macros/view">
<body>
<div metal:fill-slot="body">
More information about the Zope3-Checkins
mailing list