summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8712d2e)
raw | patch | inline | side by side (parent: 8712d2e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Aug 2009 13:27:22 +0000 (13:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Aug 2009 13:27:22 +0000 (13:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14050 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/users/user-list.xml | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/user-list.xml b/gosa-core/plugins/admin/users/user-list.xml
index 75a744bb95a699797597408f32429d3ffdcf78b8..c703ab0cecec9c066d29506809c9ba74e99c1e3d 100644 (file)
<name>create_user</name>
<type>entry</type>
<image>plugins/users/images/list_new_user.png</timage>
- <acl>c</acl>
+ <acl>users/user:c</acl>
<label>User</label>
</action>
<name>create_template</name>
<type>entry</type>
<image>images/lists/new.png</timage>
- <acl>c</acl>
+ <acl>users/user:c</acl>
<label>Template</label>
</action>
<name>edit</name>
<type>entry</type>
<image>images/lists/edit.png</timage>
- <acl>rw</acl>
<label>Edit</label>
</action>
<name>password</name>
<type>entry</type>
<image>plugins/users/images/list_password.png</timage>
- <acl>users/password:w</acl>
<label>Change password</label>
</action>
<name>remove</name>
<type>entry</type>
<image>images/lists/trash.png</timage>
- <acl>d</acl>
<label>Remove</label>
</action>
<name>templatize</name>
<type>entry</type>
<image>plugins/users/images/wizard.png</timage>
- <acl>w</acl>
<label>Apply template</label>
</action>