Code

Added property class to get_cfg_requests
[gosa.git] / gosa-core / plugins / admin / users / user-list.xml
index b52543dfbed4fa1dbbd109abd2b9f03beff7b745..3a8f0749c772ef2f864e9a1ff114600336f87cf3 100644 (file)
   <definition>
     <departmentBrowser>true</departmentBrowser>
     <departmentRootVisible>false</departmentRootVisible>
+    <baseMode>true</baseMode>
     <multiSelect>true</multiSelect>
     <template>user-list.tpl</template>
     <module>users</module>
-    <headline>List of users</headline>
-    <headline xml:lang="de">Benutzerliste</headline>
+    <label>List of users</label>
+    <defaultSortColumn>1</defaultSortColumn>
 
     <objectType>
-      <objectClass>gosaAccount</objectClass>
-      <image>plugins/users/images/select_user.png</image>
-      <priority>2</priority>
-    </objectType>
-    <objectType>
+      <label>Template</label>
       <objectClass>gosaUserTemplate</objectClass>
-      <priority>1</priority>
+      <category>users</category>
+      <class>user</class>
       <image>plugins/users/images/select_template.png</image>
     </objectType>
 
+    <objectType>
+      <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|80px;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>
-      <header>Name / Department</header>
-      <header xml:lang="de">Name / Organisationseinheit</header>
-      <sortable>true</sortable>
-      <value>%{filter:link(row,pid,dn,"%s, %s [%s]",sn,givenName,uid)}</value>
+      <label>Surname</label>
+      <sortAttribute>sn</sortAttribute>
+      <sortType>string</sortType>
+      <value>%{filter:link(row,dn,"%s",sn)}</value>
+      <export>true</export>
     </column>
 
     <column>
-      <header>Properties</header>
-      <header xml:lang="de">Eigenschaften</header>
-      <sortable>false</sortable>
-      <value>%{filter:accountProperties(dn,row,objectClass)}</value>
+      <label>Given name</label>
+      <sortAttribute>givenName</sortAttribute>
+      <sortType>string</sortType>
+      <value>%{filter:link(row,dn,"%s",givenName)}</value>
+      <export>true</export>
     </column>
 
     <column>
-      <header>Actions</header>
-      <header xml:lang="de">Aktionen</header>
-      <sortable>false</sortable>
-      <value>%{filter:actions()}</value>
+      <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:filterProperties(row,objectClass)}</value>
+    </column>
+
+    <column>
+      <label>Actions</label>
+      <value>%{filter:actions(dn,row,objectClass)}</value>
     </column>
 
   </table>
 
+  <actionmenu>
+
+    <action>
+     <type>sub</type>
+     <image>images/lists/element.png[new]</image>
+     <label>Create</label>
+
+     <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>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <name>edit</name>
+      <type>entry</type>
+      <image>images/lists/edit.png</image>
+      <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>
+      <image>plugins/users/images/list_password.png</image>
+      <label>Change password</label>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <name>lockUsers</name>
+      <type>entry</type>
+      <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>
+      <name>templatize</name>
+      <type>entry</type>
+      <image>plugins/users/images/wizard.png</image>
+      <label>Apply template</label>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <type>exporter</type>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <type>copypaste</type>
+    </action>
+
+    <action>
+      <type>snapshot</type>
+    </action>
+
+  </actionmenu>
+
+  <actiontriggers snapshot="true" copypaste="true">
+
+    <action>
+      <name>newfromtpl</name>
+      <type>entry</type>
+      <image>images/lists/new.png</image>
+      <objectclass>gosaUserTemplate</objectclass>
+      <label>New user from template</label>
+    </action>
+
+    <action>
+      <name>cp</name>
+      <objectclass>!gosaUserTemplate</objectclass>
+      <type>copypaste</type>
+    </action>
+
+    <action>
+      <name>edit</name>
+      <type>entry</type>
+      <objectclass>gosaAccount</objectclass>
+      <image>images/lists/edit.png</image>
+      <label>Edit user</label>
+    </action>
+
+    <action>
+      <name>lock</name>
+      <type>entry</type>
+      <objectclass>!gosaUserTemplate</objectclass>
+      <image>%{filter:lockImage(userPassword)}</image>
+      <acl>users/password[w]</acl>
+      <label>%{filter:lockLabel(userPassword)}</label>
+    </action>
+
+    <action>
+      <name>password</name>
+      <type>entry</type>
+      <objectclass>!gosaUserTemplate</objectclass>
+      <image>plugins/users/images/list_password.png</image>
+      <label>Change password</label>
+    </action>
+
+    <action>
+      <name>snapshot</name>
+      <type>snapshot</type>
+      <objectclass>!gosaUserTemplate</objectclass>
+    </action>
+
+    <action>
+      <name>remove</name>
+      <type>entry</type>
+      <image>images/lists/trash.png</image>
+      <objectclass>gosaAccount</objectclass>
+      <acl>users/user[d]</acl>
+      <label>Remove user</label>
+    </action>
+
+  </actiontriggers>
+
 </list>