Code

272473e02f7c128cfc9b31d01a87e279262ff597
[gosa.git] / gosa-core / plugins / addons / propertyEditor / property-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>property-list.tpl</template>
10     <module>all</module>
11     <label>List of configuration settings</label>
12     <defaultSortColumn>1</defaultSortColumn>
14     <objectType>
15       <label>Property not used</label>
16       <objectClass>undefined</objectClass>
17       <category>all</category>
18       <class>all</class>
19       <image>images/lists/element.png</image>
20     </objectType>
22     <objectType>
23       <label>Property will be restored</label>
24       <objectClass>removed</objectClass>
25       <category>all</category>
26       <class>all</class>
27       <image>images/lists/trash.png</image>
28     </objectType>
30     <objectType>
31       <label>Modified property</label>
32       <objectClass>modified</objectClass>
33       <category>all</category>
34       <class>all</class>
35       <image>plugins/propertyEditor/images/ldap.png[new]</image>
36     </objectType>
38     <objectType>
39       <label>Property configured in LDAP</label>
40       <objectClass>ldap</objectClass>
41       <category>all</category>
42       <class>all</class>
43       <image>plugins/propertyEditor/images/ldap.png</image>
44     </objectType>
46     <objectType>
47       <label>Property configured in config file</label>
48       <objectClass>file</objectClass>
49       <category>all</category>
50       <class>all</class>
51       <image>plugins/propertyEditor/images/file.png</image>
52     </objectType>
54   </definition>
56   <table>
57     <layout>|20px;c|||||70px;r|</layout>
59     <column>
60       <value>%{filter:objectType(dn,objectClass)}</value>
61     </column>
63     <column>
64       <label>Name</label>
65       <sortAttribute>cn</sortAttribute>
66       <sortType>string</sortType>
67       <value>%{filter:propertyName(class,cn,description,mandatory)}</value>
68       <export>true</export>
69     </column>
71     <column>
72       <label>Group</label>
73       <sortAttribute>group</sortAttribute>
74       <sortType>string</sortType>
75       <value>%{filter:propertyGroup(group,description)}</value>
76       <export>true</export>
77     </column>
79     <column>
80       <label>Class</label>
81       <sortAttribute>group</sortAttribute>
82       <sortType>string</sortType>
83       <value>%{filter:propertyClass(class,description)}</value>
84       <export>true</export>
85     </column>
87     <column>
88       <label>Value</label>
89       <sortAttribute>value</sortAttribute>
90       <sortType>string</sortType>
91       <value>%{filter:propertyValue(class,cn,value,type,default,defaults,check,mandatory)}</value>
92       <export>true</export>
93     </column>
95     <column>
96       <label>Actions</label>
97       <value>%{filter:actions(dn,row,objectClass)}</value>
98     </column>
100   </table>
102   <actionmenu>
104     <action>
105       <name>remove</name>
106       <type>entry</type>
107       <image>images/lists/trash.png</image>
108       <label>Remove</label>
109     </action>
111     <action>
112       <type>exporter</type>
113     </action>
115   </actionmenu>
117   <actiontriggers snapshot="false" copypaste="false">
119     <action>
120       <name>remove</name>
121       <type>entry</type>
122       <objectclass>ldap</objectclass>
123       <image>images/lists/trash.png</image>
124       <label>Restore to default</label>
125     </action>
127   </actiontriggers>
129 </list>