Code

Updated filter list
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 13:27:22 +0000 (13:27 +0000)
committerhickert <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

index 75a744bb95a699797597408f32429d3ffdcf78b8..c703ab0cecec9c066d29506809c9ba74e99c1e3d 100644 (file)
@@ -60,7 +60,7 @@
         <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>
 
@@ -68,7 +68,7 @@
         <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>
 
@@ -82,7 +82,6 @@
       <name>edit</name>
       <type>entry</type>
       <image>images/lists/edit.png</timage>
-      <acl>rw</acl>
       <label>Edit</label>
     </action>
 
@@ -90,7 +89,6 @@
       <name>password</name>
       <type>entry</type>
       <image>plugins/users/images/list_password.png</timage>
-      <acl>users/password:w</acl>
       <label>Change password</label>
     </action>
 
@@ -98,7 +96,6 @@
       <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>