[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.5

Guido van Rossum guido@python.org
Mon, 28 Apr 2003 15:07:48 -0400


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

Modified Files:
	add.pt 
Log Message:
Use the "dialog" macro for the dialogs to add configuration objects,
rather than pages, to emphasizes the fact that these are part of a
creation sequence.  Also use context/@@standard_macros rather than
views/standard_macros, as I believe the latter is being phased out.


=== Zope3/src/zope/app/browser/form/add.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.4	Thu Apr 10 02:17:34 2003
+++ Zope3/src/zope/app/browser/form/add.pt	Mon Apr 28 15:07:17 2003
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="context/@@standard_macros/dialog">
   <body>
   <div metal:fill-slot="body">