~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to gosa-core/plugins/addons/propertyEditor/property-list.xml

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
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>
 
13
 
 
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>
 
21
 
 
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>
 
29
 
 
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>
 
37
 
 
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>
 
45
 
 
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>
 
53
 
 
54
  </definition>
 
55
 
 
56
  <table>
 
57
    <layout>|20px;c|||||70px;r|</layout>
 
58
 
 
59
    <column>
 
60
      <value>%{filter:objectType(dn,objectClass)}</value>
 
61
    </column>
 
62
 
 
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>
 
70
 
 
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>
 
78
 
 
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>
 
86
 
 
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>
 
94
 
 
95
    <column>
 
96
      <label>Actions</label>
 
97
      <value>%{filter:actions(dn,row,objectClass)}</value>
 
98
    </column>
 
99
 
 
100
  </table>
 
101
 
 
102
  <actionmenu>
 
103
 
 
104
    <action>
 
105
      <name>remove</name>
 
106
      <type>entry</type>
 
107
      <image>images/lists/trash.png</image>
 
108
      <label>Remove</label>
 
109
    </action>
 
110
 
 
111
    <action>
 
112
      <type>exporter</type>
 
113
    </action>
 
114
 
 
115
  </actionmenu>
 
116
 
 
117
  <actiontriggers snapshot="false" copypaste="false">
 
118
 
 
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>
 
126
 
 
127
  </actiontriggers>
 
128
 
 
129
</list>