[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/browser - importexport_index.pt:1.2 workflows.pt:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:07:57 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv22183/src/zope/app/workflow/browser

Modified Files:
	importexport_index.pt workflows.pt 
Log Message:


Use the right macro for the purpose of the view.




=== Zope3/src/zope/app/workflow/browser/importexport_index.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/workflow/browser/importexport_index.pt:1.1	Fri Feb 27 11:50:37 2004
+++ Zope3/src/zope/app/workflow/browser/importexport_index.pt	Tue Mar 23 17:07:55 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/workflow/browser/workflows.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/browser/workflows.pt:1.2	Wed Mar  3 15:20:34 2004
+++ Zope3/src/zope/app/workflow/browser/workflows.pt	Tue Mar 23 17:07:55 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