Code

Updated password fields
[gosa.git] / gosa-core / plugins / admin / users / user-list.xml
index a05b6817c84b0865dc58e10d81e30c5ec4450b90..3a8f0749c772ef2f864e9a1ff114600336f87cf3 100644 (file)
     <defaultSortColumn>1</defaultSortColumn>
 
     <objectType>
-      <label>Users</label>
-      <objectClass>gosaAccount</objectClass>
-      <objectClass>!gosaUserTemplate</objectClass>
-      <image>plugins/users/images/select_user.png</image>
+      <label>Template</label>
+      <objectClass>gosaUserTemplate</objectClass>
+      <category>users</category>
+      <class>user</class>
+      <image>plugins/users/images/select_template.png</image>
     </objectType>
 
     <objectType>
-      <label>Templates</label>
-      <objectClass>gosaUserTemplate</objectClass>
-      <image>plugins/users/images/select_template.png</image>
+      <label>User</label>
+      <objectClass>gosaAccount</objectClass>
+      <category>users</category>
+      <class>user</class>
+      <image>plugins/users/images/select_user.png</image>
     </objectType>
 
   </definition>
 
   <table>
-    <layout>|20px||145px|100px;r|</layout>
+    <layout>|20px;c||||150px|185px;r|</layout>
+
+    <department>
+      <value>%{filter:objectType(dn,objectClass)}</value>
+    </department>
+
+    <department>
+      <value>%{filter:departmentLink(row,dn,description)}</value>
+      <span>3</span>
+    </department>
 
     <column>
       <value>%{filter:objectType(dn,objectClass)}</value>
     </column>
 
     <column>
-      <label>Name / Department</label>
+      <label>Surname</label>
       <sortAttribute>sn</sortAttribute>
       <sortType>string</sortType>
-      <value>%{filter:link(row,pid,dn,"%s, %s [%s]",sn,givenName,uid)}</value>
+      <value>%{filter:link(row,dn,"%s",sn)}</value>
+      <export>true</export>
+    </column>
+
+    <column>
+      <label>Given name</label>
+      <sortAttribute>givenName</sortAttribute>
+      <sortType>string</sortType>
+      <value>%{filter:link(row,dn,"%s",givenName)}</value>
+      <export>true</export>
+    </column>
+
+    <column>
+      <label>Login</label>
+      <sortAttribute>uid</sortAttribute>
+      <sortType>string</sortType>
+      <value>%{filter:link(row,dn,"%s",uid)}</value>
+      <export>true</export>
     </column>
 
     <column>
       <label>Properties</label>
-      <value>%{filter:accountProperties(dn,row,objectClass)}</value>
+      <value>%{filter:filterProperties(row,objectClass)}</value>
     </column>
 
     <column>
   </table>
 
   <actionmenu>
-    <action>
-      <type>sub</type>
-      <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</image>
-        <acl>users/user[c]</acl>
-        <label>User</label>
-      </action>
+    <action>
+     <type>sub</type>
+     <image>images/lists/element.png[new]</image>
+     <label>Create</label>
 
-      <action>
-        <name>create_template</name>
-        <type>entry</type>
-        <image>images/lists/new.png</image>
-        <acl>users/user[c]</acl>
-        <label>Template</label>
-      </action>
+     <action>
+      <name>new</name>
+      <type>entry</type>
+      <image>plugins/users/images/select_user.png[new]</image>
+      <label>User</label>
+     </action>
 
+     <action>
+      <name>new_template</name>
+      <type>entry</type>
+      <image>plugins/users/images/select_template.png[new]</image>
+      <label>Template</label>
+     </action>
     </action>
 
     <action>
       <label>Edit</label>
     </action>
 
+    <action>
+      <name>remove</name>
+      <type>entry</type>
+      <image>images/lists/trash.png</image>
+      <label>Remove</label>
+    </action>
+
     <action>
       <name>password</name>
       <type>entry</type>
     </action>
 
     <action>
-      <name>remove</name>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <name>lockUsers</name>
       <type>entry</type>
-      <image>images/lists/trash.png</image>
-      <label>Remove</label>
+      <image>images/lists/locked.png</image>
+      <acl>users/password[w]</acl>
+      <label>Lock users</label>
+    </action>
+
+    <action>
+      <name>unlockUsers</name>
+      <type>entry</type>
+      <image>images/lists/unlocked.png</image>
+      <acl>users/password[w]</acl>
+      <label>Unlock users</label>
+    </action>
+
+    <action>
+      <name>sendMessage</name>
+      <type>entry</type>
+      <depends>DaemonEvent_notify</depends>
+      <image>plugins/goto/images/notify.png</image>
+      <label>Send message</label>
+    </action>
+
+    <action>
+      <type>separator</type>
     </action>
 
     <action>
     </action>
 
     <action>
-      <type>daemon</type>
+      <type>exporter</type>
     </action>
 
     <action>
   </actionmenu>
 
   <actiontriggers snapshot="true" copypaste="true">
+
     <action>
-      <type>copypaste</type>
+      <name>newfromtpl</name>
+      <type>entry</type>
+      <image>images/lists/new.png</image>
+      <objectclass>gosaUserTemplate</objectclass>
+      <label>New user from template</label>
     </action>
 
     <action>
-      <name>templatize</name>
-      <type>entry</type>
+      <name>cp</name>
       <objectclass>!gosaUserTemplate</objectclass>
-      <image>plugins/users/images/wizard.png</image>
-      <label>Apply template</label>
+      <type>copypaste</type>
     </action>
 
     <action>
     <action>
       <name>lock</name>
       <type>entry</type>
-      <objectclass>gosaAccount</objectclass>
+      <objectclass>!gosaUserTemplate</objectclass>
       <image>%{filter:lockImage(userPassword)}</image>
       <acl>users/password[w]</acl>
       <label>%{filter:lockLabel(userPassword)}</label>
     <action>
       <name>password</name>
       <type>entry</type>
-      <objectclass>gosaAccount</objectclass>
+      <objectclass>!gosaUserTemplate</objectclass>
       <image>plugins/users/images/list_password.png</image>
-      <acl>users/password[w]</acl>
       <label>Change password</label>
     </action>
 
     <action>
+      <name>snapshot</name>
       <type>snapshot</type>
+      <objectclass>!gosaUserTemplate</objectclass>
     </action>
 
     <action>
       <name>remove</name>
       <type>entry</type>
-      <objectclass>gosaAccount</objectclass>
       <image>images/lists/trash.png</image>
+      <objectclass>gosaAccount</objectclass>
       <acl>users/user[d]</acl>
       <label>Remove user</label>
     </action>