[Zope3-checkins] CVS: Zope3/src/zope/app/securitypolicy/browser -
configure.zcml:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:32 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/securitypolicy/browser
In directory cvs.zope.org:/tmp/cvs-serv22597/src/zope/app/securitypolicy/browser
Modified Files:
configure.zcml
Log Message:
Rip out usage everywhere.
=== Zope3/src/zope/app/securitypolicy/browser/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/securitypolicy/browser/configure.zcml:1.5 Sun Mar 21 19:52:16 2004
+++ Zope3/src/zope/app/securitypolicy/browser/configure.zcml Tue Mar 23 17:08:01 2004
@@ -20,8 +20,7 @@
content_factory="zope.app.securitypolicy.role.PersistentRole"
arguments="title"
keyword_arguments="description"
- fields="title description"
- usage="addingdialog" />
+ fields="title description" />
<editform
schema="zope.app.securitypolicy.interfaces.IRole"
@@ -53,8 +52,7 @@
content_factory="zope.app.securitypolicy.role.RoleRegistration"
arguments="name interface componentPath"
set_after_add="status"
- fields="name interface componentPath permission status"
- usage="addingdialog" />
+ fields="name interface componentPath permission status" />
<!-- Role Permissions -->
More information about the Zope3-Checkins
mailing list