Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second/sq-relation.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/second/sq-relation.xml@1c1effe530bc |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="SQMeasurements"> | |
4 <inherits> | |
5 <inherit from="Points" /> | |
6 </inherits> | |
7 <fields> | |
8 <field name="pointcolor" type="Color" default="0, 153, 255" /> | |
9 </fields> | |
10 </theme> | |
11 | |
12 <theme name="SQOutliers"> | |
13 <inherits> | |
14 <inherit from="Points" /> | |
15 </inherits> | |
16 <fields> | |
17 <field name="pointcolor" type="Color" default="204, 0, 0" /> | |
18 </fields> | |
19 </theme> | |
20 | |
21 <theme name="SQCurve"> | |
22 <inherits> | |
23 <inherit from="Lines" /> | |
24 <inherit from="Points" /> | |
25 <inherit from="Label" /> | |
26 </inherits> | |
27 <fields> | |
28 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
29 default="false" /> | |
30 <field name="showpointlabel" type="boolean" | |
31 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
32 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
33 </fields> | |
34 </theme> | |
35 <!--/themegroup--> |