Code

Updated xml files to respect actions
[gosa.git] / gosa-core / plugins / admin / users / user-list.xml
index 6e5af62f903a13eb377fb0f209da09187646bf31..5b6f00d8ee5b267ec5263c01f2af3fc89210bfdc 100644 (file)
@@ -6,8 +6,8 @@
     <departmentRootVisible>false</departmentRootVisible>
     <multiSelect>true</multiSelect>
     <template>user-list.tpl</template>
-    <summary>List of users</summary>
-    <summary xml:lang="de">Benutzerliste</summary>
+    <module>users</module>
+    <label>List of users</label>
 
     <objectType>
       <objectClass>gosaAccount</objectClass>
   </definition>
 
   <table>
-    <!--<oddColor></oddColor>
-    <evenColor></evenColor>-->
-    <layout>|20px||120px|80px;r|</layout>
+    <layout>|20px||145px|80px;r|</layout>
 
     <column>
       <value>%{filter:objectType(dn,objectClass)}</value>
     </column>
 
     <column>
-      <header>Name / Department</header>
-      <header xml:lang="de">Name / Organisationseinheit</header>
+      <label>Name / Department</label>
       <sortable>true</sortable>
       <value>%{filter:link(row,pid,dn,"%s, %s [%s]",sn,givenName,uid)}</value>
     </column>
 
     <column>
-      <header>Properties</header>
-      <header xml:lang="de">Eigenschaften</header>
+      <label>Properties</label>
       <sortable>false</sortable>
-      <value>%{filter:accountProperties(objectClass)}</value>
+      <value>%{filter:accountProperties(dn,row,objectClass)}</value>
     </column>
 
     <column>
-      <header>Actions</header>
-      <header xml:lang="de">Aktionen</header>
+      <label>Actions</label>
       <sortable>false</sortable>
       <value>%{filter:actions()}</value>
     </column>
 
   </table>
 
+  <actionmenu>
+    <action>
+      <type>sub</type>
+      <image>images/lists/new.png</timage>
+      <label>Create</label>
+
+      <action>
+        <name>create_user</name>
+        <type>entry</type>
+        <image>plugins/users/images/list_new_user.png</timage>
+        <acl>c</acl>
+        <label>User</label>
+      </action>
+
+      <action>
+        <name>create_template</name>
+        <type>entry</type>
+        <image>images/lists/new.png</timage>
+        <acl>c</acl>
+        <label>Template</label>
+      </action>
+
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <name>edit</name>
+      <type>entry</type>
+      <image>images/lists/edit.png</timage>
+      <acl>rw</acl>
+      <label>Edit</label>
+    </action>
+
+    <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>
+
+    <action>
+      <name>remove</name>
+      <type>entry</type>
+      <image>images/lists/trash.png</timage>
+      <acl>d</acl>
+      <label>Remove</label>
+    </action>
+
+    <action>
+      <name>templatize</name>
+      <type>entry</type>
+      <image>plugins/users/images/wizard.png</timage>
+      <acl>w</acl>
+      <label>Apply template</label>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <type>copypaste</type>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <type>snapshot</type>
+    </action>
+
+  </actionmenu>
+
+  <actiontriggers snapshot="true" copypaste="true">
+    <action>
+      <type>copypaste</type>
+    </action>
+
+    <action>
+      <name>edit</name>
+      <type>entry</type>
+      <image>images/lists/edit.png</timage>
+      <acl>w</acl>
+      <label>Edit user</label>
+    </action>
+
+    <action>
+      <name>lock</name>
+      <type>entry</type>
+      <image>%{filter:lockImage(userPassword)}</timage>
+      <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>
+      <acl>users/password;w</acl>
+      <label>Change password</label>
+    </action>
+
+    <action>
+      <type>snapshot</type>
+    </action>
+
+    <action>
+      <name>remove</name>
+      <type>entry</type>
+      <image>images/lists/trash.png</timage>
+      <acl>d</acl>
+      <label>Remove user</label>
+    </action>
+
+  </actiontriggers>
+
 </list>