Code

Updated get_ou it receives values from the config registry now.
[gosa.git] / gosa-plugins / fai / admin / fai / classSelect / selectClass-list.xml
1 <?xml version="1.0" encoding="UTF-8"?>
3 <list>
4   <definition>
5     <departmentBrowser>false</departmentBrowser>
6     <departmentRootVisible>false</departmentRootVisible>
7     <baseMode>false</baseMode>
8     <multiSelect>true</multiSelect>
9     <template>../plugins/admin/fai/classSelect/selectClass-list.tpl</template>
10     <module>users</module>
11     <label>Please select the desired entries</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>FAI</label>
16       <objectClass>FAIclass</objectClass>
17       <category>fai</category>
18       <class>fai</class>
19       <image>plugins/fai/images/script.png</image>
20     </objectType>
22   </definition>
24   <table>
25     <layout>|220px||</layout>
27     <column>
28       <label>Name</label>
29       <sortAttribute>cn</sortAttribute>
30       <sortType>string</sortType>
31       <value>%{cn}</value>
32       <export>true</export>
33     </column>
35     <column>
36       <label>Properties</label>
37       <value>%{filter:filterProperties(row,objectClass)}</value>
38     </column>
40   </table>
42   <actionmenu>
43   </actionmenu>
45   <actiontriggers snapshot="false" copypaste="false">
46   </actiontriggers>
47 </list>