[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security/grants - manage_access.pt:1.3
Jim Fulton
jim@zope.com
Mon, 30 Dec 2002 07:24:08 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/security/grants
In directory cvs.zope.org:/tmp/cvs-serv10117
Modified Files:
manage_access.pt
Log Message:
Got rid of old styles and added a tip.
=== Zope3/src/zope/app/browser/security/grants/manage_access.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/security/grants/manage_access.pt:1.2 Wed Dec 25 09:12:34 2002
+++ Zope3/src/zope/app/browser/security/grants/manage_access.pt Mon Dec 30 07:24:07 2002
@@ -1,191 +1,18 @@
<html metal:use-macro="views/standard_macros/page">
<head>
-<style metal:fill-slot="headers" type="text/css">
-<!--
-
-h1 {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 24pt;
- font-weight: bold;
-}
-
-h2 {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 18pt;
- font-weight: bold;
-}
-
-h3 {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 14pt;
- font-weight: bold;
-}
-
-a:hover {
- font-family: Verdana, Helvetica, sans-serif;
- text-decoration: underline;
- color: #333333;
-}
-
-a:link {
- font-family: Verdana, Helvetica, sans-serif;
- text-decoration: none;
- color: #000099;
-}
-
-a {
- font-family: Verdana, Helvetica, sans-serif;
- text-decoration: none;
- color: #000099;
-}
-
-a.strong-link {
- font-family: Verdana, Helvetica, sans-serif;
- text-decoration: underline;
- color: #000099;
-}
-
-p {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- color: #333333;
-}
-
-th {
- font-family: Verdana, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 10pt;
- color: #333333;
-}
-
-.form-help {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- color: #333333;
-}
-
-.std-text {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- color: #333333;
-}
-
-.tab-small {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- color: #333333;
-}
-
-.location-bar {
- background-color: #efefef;
- border: none;
-}
-
-.strong-header {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 12pt;
- font-weight: bold;
- background-color: #000000;
- color: #ffffff;
-}
-
-.list-header {
- background-color: #c0c0c0;
- border: none;
-}
-
-.list-item {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
-}
-
-.list-nav {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- font-weight: bold;
-}
-
-.row-normal {
- background-color: #ffffff;
- border: none;
-
-}
-
-.row-hilite {
- background-color: #efefef;
- border: none;
-}
-
-.section-bar {
- background-color: #c0c0c0;
- border: none;
-}
-
-.system-msg {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- background-color: #ffffff;
- border: 1px solid #000000;
- margin-bottom: 6px;
- margin-top: 6px;
- padding: 4px;
- width: 100%;
- color: #660033;
-}
-
-.form-title {
- font-family: Verdana, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 12pt;
- color: #333333;
-}
-
-.form-label {
- font-family: Verdana, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 10pt;
- color: #333333;
-}
-
-.form-optional {
- font-family: Verdana, Helvetica, sans-serif;
- font-weight: bold;
- font-style: italic;
- font-size: 10pt;
- color: #333333;
-}
-
-.form-element {
- font-family: Verdana, Helvetica, aans-serif;
- font-size: 10pt;
- color: #000000;
-}
-
-.form-text {
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- color: #333333;
-}
-
-.form-mono {
- font-family: monospace;
- font-size: 12px;
- text-decoration: none;
-}
-
--->
-</style>
-
+<tal:block
+ metal:fill-slot="headers"
+ tal:define="global pagetip string:
+ For each permission you want to grant (or deny) to a role,
+ set the entry for that permission and role to a '+' (or '-').
+ Permissions are shown on the left side, going down.
+ Roles are shown accross the top.
+ "
+ />
</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
-<div metal:fill-slot="body">
-<p class="form-help">
-a helpful message
-</p>
-<p class="form-help">
-another helpful message
-</p>
+<div metal:fill-slot="body">
<form action="ChangeAllRolePermissions.html" method="post">