[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security/grants - grant.pt:1.3

Alexander Limi limi@plone.org
Thu, 6 Feb 2003 12:21:09 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/security/grants
In directory cvs.zope.org:/tmp/cvs-serv32627/src/zope/app/browser/security/grants

Modified Files:
	grant.pt 
Log Message:
Just a change to show the effect of removing the action/view bars, mail about this is sent to mailing list.

=== Zope3/src/zope/app/browser/security/grants/grant.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/security/grants/grant.pt:1.2	Mon Dec 30 11:47:51 2002
+++ Zope3/src/zope/app/browser/security/grants/grant.pt	Thu Feb  6 12:20:30 2003
@@ -1,15 +1,38 @@
-<html metal:use-macro="views/standard_macros/dialog">
-<head>
-<style metal:fill-slot="headers" type="text/css" ></style>
-</head>
-<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
-<div metal:fill-slot="body">
-    <p>
-    <a href="@@AllRolePermissions.html">Grant permissions to roles</a>
-    </p>
-    <p>
-    <a href="@@PrincipalRoles.html">Grant roles to principals</a>
-    </p>
-</div>
-</body>
-</html>
+<html metal:use-macro="views/standard_macros/page">
+
+<head>
+
+<style metal:fill-slot="headers" type="text/css" ></style>
+
+</head>
+
+<body>
+
+<!-- XXX : This is just a temporary way of overriding the elements not needed,
+            only done for visual purposes. Do not clone this ;)
+						- Alexander
+						-->
+<div metal:fill-slot="tabs" />
+
+<div metal:fill-slot="actions" />
+
+<div metal:fill-slot="body">
+
+    <p>
+
+    <a href="@@AllRolePermissions.html">Grant permissions to roles</a>
+
+    </p>
+
+    <p>
+
+    <a href="@@PrincipalRoles.html">Grant roles to principals</a>
+
+    </p>
+
+</div>
+
+</body>
+
+</html>
+