annotate artifacts/doc/conf/themes/default/general.xml @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-artifacts/doc/conf/themes/default/general.xml@a5d4904e6bb2
children 89d03518e5b9
rev   line source
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <!--themegroup name="default"-->
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <theme name="MainValuesQ">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <field name="linecolor" type="Color" display="Farbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 default="200, 0, 15" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 <field name="textorientation" type="boolean" display="Textausrichtung"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 default="true" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
12 <field name="showlinelabel" type="boolean"
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 </fields>
5781
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
15 </theme>
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
16
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
17 <theme name="MainValuesQVerticalText">
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
18 <inherits>
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
19 <inherit from="Lines" />
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
20 </inherits>
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
21 <fields>
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
22 <field name="linecolor" type="Color" display="Farbe"
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
23 default="200, 0, 15" />
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
24 <field name="textorientation" type="boolean" display="Textausrichtung"
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
25 default="false" />
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
26 <field name="showlinelabel" type="boolean"
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
a5d4904e6bb2 Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5161
diff changeset
28 </fields>
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <theme name="MainValuesW">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
33 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
34 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
35 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
36 <field name="linecolor" type="Color" display="Farbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
37 default="0, 215, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
38 <field name="textorientation" type="boolean" display="Textausrichtung"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
39 default="true" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
40 <field name="showlinelabel" type="boolean"
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
41 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
42 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
43 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
44
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 <theme name="RelativePoint">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
51 <theme name="Annotations">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
52 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
53 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
54 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
55 <inherit from="Text" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
56 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
57 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
58 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
59 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
60
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
61 <theme name="ManualPoints">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
62 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
63 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
64 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
65 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
66 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
67 <field name="pointsize" type="int" display="Punktdicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
68 default="3" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
69 <field name="textorientation" type="boolean" display="Textausrichtung"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
70 default="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
71 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
72 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
73
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
74 <theme name="WKms">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
75 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
76 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
77 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
78 <inherit from="MinMaxPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
79 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
80 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
81 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
82 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
83 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
84 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
85 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
86 default="204, 204, 204" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
87 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
88 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
89
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
90 <theme name="WKmsAnnotation">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
91 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
92 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
93 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
94 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
95 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
96 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
97 default="204, 204, 204" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
98 <field name="pointsize" type="int" display="Punktdicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
99 default="3" hints="h" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
100 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
101 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
102
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
103 <theme name="WQKms">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
104 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
105 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
106 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
107 <inherit from="MinMaxPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
108 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
109 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
110 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
111 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
112 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
113 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
114 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
115 default="204, 204, 204" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
116 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
117 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
118
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
119 <theme name="WQPoints">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
120 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
121 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
122 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
123 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
124 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
125 <field name="pointcolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
126 default="204, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
127 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
128 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
129
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
130 <theme name="heightmarks_points">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
131 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
132 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
133 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
134 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
135 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
136 <field name="pointcolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
137 default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
138 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
139 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
140
5161
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
141 <theme name="Area">
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
142 <inherits>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
143 <inherit from="Areas" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
144 </inherits>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
145 <fields>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
146 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
147 default="true" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
148 <field name="areashowborder" type="boolean" display="Begrenzung"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
149 default="false" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
150 <field name="areabordercolor" type="Color" default="0, 0, 0"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
151 display="Begrenzungslinienfarbe" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
152 <field name="showarea" type="boolean" display="Flaeche anzeigen"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
153 default="true" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
154 <field name="showarealabel" type="boolean"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
155 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
156 </fields>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
157 </theme>
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
158
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
159 <!--/themegroup-->

http://dive4elements.wald.intevation.org