[Zope3-checkins] CVS: Zope3/src/zope/app/sqlscript/browser -
edit.pt:1.3 test.pt:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:25 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/sqlscript/browser
In directory cvs.zope.org:/tmp/cvs-serv22183/src/zope/app/sqlscript/browser
Modified Files:
edit.pt test.pt
Log Message:
Use the right macro for the purpose of the view.
=== Zope3/src/zope/app/sqlscript/browser/edit.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/sqlscript/browser/edit.pt:1.2 Tue Feb 24 11:50:37 2004
+++ Zope3/src/zope/app/sqlscript/browser/edit.pt Tue Mar 23 17:07:53 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@standard_macros/page">
+<html metal:use-macro="context/@@standard_macros/view">
<head>
<title>SQL Script</title>
=== Zope3/src/zope/app/sqlscript/browser/test.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/sqlscript/browser/test.pt:1.2 Tue Feb 24 11:50:37 2004
+++ Zope3/src/zope/app/sqlscript/browser/test.pt Tue Mar 23 17:07:53 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/standard_macros/view">
<body>
<div metal:fill-slot="body">
More information about the Zope3-Checkins
mailing list