[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security/pt - manage_access.pt:1.1.2.2

Jim Fulton jim@zope.com
Sun, 6 Jan 2002 16:08:52 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security/pt
In directory cvs.zope.org:/tmp/cvs-serv6240/Zope/App/Security/pt

Modified Files:
      Tag: Zope-3x-branch
	manage_access.pt 
Log Message:
Added and debugged standard macros for view-component use

=== Zope3/lib/python/Zope/App/Security/pt/manage_access.pt 1.1.2.1 => 1.1.2.2 ===
-<html>
+<html metal:use-macro="views/standard_macros/page">
 <head>
-<title>Zope</title>
-<style type="text/css">
+<style metal:fill-slot="headers" type="text/css">
 <!--
 
 h1 {
@@ -180,7 +178,7 @@
 
 </head>
 <body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
-
+<div metal:fill-slot="body">
 <p class="form-help">
 a helpful message
 jim was here
@@ -286,7 +284,7 @@
 </tr>
 </table>
 </form>
-
+</div>
 </body>
 </html>