[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security/grants - grant.pt:1.2 manage_access.pt:1.4 principal_role_association.pt:1.3
Jim Fulton
jim@zope.com
Mon, 30 Dec 2002 11:47:52 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/security/grants
In directory cvs.zope.org:/tmp/cvs-serv14731
Modified Files:
grant.pt manage_access.pt principal_role_association.pt
Log Message:
Use the dialog macro
=== Zope3/src/zope/app/browser/security/grants/grant.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/security/grants/grant.pt:1.1 Mon Dec 30 10:31:05 2002
+++ Zope3/src/zope/app/browser/security/grants/grant.pt Mon Dec 30 11:47:51 2002
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/standard_macros/dialog">
<head>
<style metal:fill-slot="headers" type="text/css" ></style>
</head>
=== Zope3/src/zope/app/browser/security/grants/manage_access.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/security/grants/manage_access.pt:1.3 Mon Dec 30 07:24:07 2002
+++ Zope3/src/zope/app/browser/security/grants/manage_access.pt Mon Dec 30 11:47:51 2002
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/standard_macros/dialog">
<head>
<tal:block
metal:fill-slot="headers"
=== Zope3/src/zope/app/browser/security/grants/principal_role_association.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/security/grants/principal_role_association.pt:1.2 Wed Dec 25 09:12:34 2002
+++ Zope3/src/zope/app/browser/security/grants/principal_role_association.pt Mon Dec 30 11:47:51 2002
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/page">
+<html metal:use-macro="views/standard_macros/dialog">
<head>
<style metal:fill-slot="headers" type="text/css"> </style>
</head>