[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - rdbadd.pt:1.2

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


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

Modified Files:
	rdbadd.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/rdb/rdbadd.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/rdb/rdbadd.pt:1.1	Fri Feb  7 10:48:39 2003
+++ Zope3/src/zope/app/browser/rdb/rdbadd.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">
 <head>
   <title>Add Relational Database Adapter</title>
 </head>