|
Revision 2907, 371 bytes
(checked in by jmorliaguet, 3 years ago)
|
- added zope3 permissions
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<configure |
|---|
| 2 |
xmlns="http://namespaces.zope.org/zope"> |
|---|
| 3 |
|
|---|
| 4 |
<permission |
|---|
| 5 |
id="zope.ManageSite" |
|---|
| 6 |
title="Manage site" |
|---|
| 7 |
/> |
|---|
| 8 |
|
|---|
| 9 |
<permission |
|---|
| 10 |
id="zope.View" |
|---|
| 11 |
title="View content" |
|---|
| 12 |
/> |
|---|
| 13 |
|
|---|
| 14 |
<permission |
|---|
| 15 |
id="zope.ManageContent" |
|---|
| 16 |
title="Manage content" |
|---|
| 17 |
/> |
|---|
| 18 |
|
|---|
| 19 |
<permission |
|---|
| 20 |
id="zope.ManageServices" |
|---|
| 21 |
title="Manage services" |
|---|
| 22 |
/> |
|---|
| 23 |
|
|---|
| 24 |
</configure> |
|---|