Code

Fixed typo in closing image tag
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 15:00:07 +0000 (15:00 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 15:00:07 +0000 (15:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14056 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/user-list.xml

index c703ab0cecec9c066d29506809c9ba74e99c1e3d..88ff5d578f4a73d051efb582e9021461542e24e6 100644 (file)
   <actionmenu>
     <action>
       <type>sub</type>
-      <image>images/lists/new.png</timage>
+      <image>images/lists/new.png</image>
       <label>Create</label>
 
       <action>
         <name>create_user</name>
         <type>entry</type>
-        <image>plugins/users/images/list_new_user.png</timage>
+        <image>plugins/users/images/list_new_user.png</image>
         <acl>users/user:c</acl>
         <label>User</label>
       </action>
@@ -67,7 +67,7 @@
       <action>
         <name>create_template</name>
         <type>entry</type>
-        <image>images/lists/new.png</timage>
+        <image>images/lists/new.png</image>
         <acl>users/user:c</acl>
         <label>Template</label>
       </action>
     <action>
       <name>edit</name>
       <type>entry</type>
-      <image>images/lists/edit.png</timage>
+      <image>images/lists/edit.png</image>
       <label>Edit</label>
     </action>
 
     <action>
       <name>password</name>
       <type>entry</type>
-      <image>plugins/users/images/list_password.png</timage>
+      <image>plugins/users/images/list_password.png</image>
       <label>Change password</label>
     </action>
 
     <action>
       <name>remove</name>
       <type>entry</type>
-      <image>images/lists/trash.png</timage>
+      <image>images/lists/trash.png</image>
       <label>Remove</label>
     </action>
 
     <action>
       <name>templatize</name>
       <type>entry</type>
-      <image>plugins/users/images/wizard.png</timage>
+      <image>plugins/users/images/wizard.png</image>
       <label>Apply template</label>
     </action>
 
     <action>
       <name>edit</name>
       <type>entry</type>
-      <image>images/lists/edit.png</timage>
-      <acl>w</acl>
+      <image>images/lists/edit.png</image>
       <label>Edit user</label>
     </action>
 
     <action>
       <name>lock</name>
       <type>entry</type>
-      <image>%{filter:lockImage(userPassword)}</timage>
+      <image>%{filter:lockImage(userPassword)}</image>
       <acl>users/password:w</acl>
       <label>%{filter:lockLabel(userPassword)}</label>
     </action>
     <action>
       <name>password</name>
       <type>entry</type>
-      <image>plugins/users/images/list_password.png</timage>
+      <image>plugins/users/images/list_password.png</image>
       <acl>users/password:w</acl>
       <label>Change password</label>
     </action>
     <action>
       <name>remove</name>
       <type>entry</type>
-      <image>images/lists/trash.png</timage>
-      <acl>d</acl>
+      <image>images/lists/trash.png</image>
+      <acl>users/user:d</acl>
       <label>Remove user</label>
     </action>