Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second/reference.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/reference.xml@dfac28805d79 |
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="ReferenceCurve"> | |
4 <inherits> | |
5 <inherit from="Lines" /> | |
6 <inherit from="Points" /> | |
7 <inherit from="Label" /> | |
8 <inherit from="MinMaxPoints" /> | |
9 </inherits> | |
10 <fields> | |
11 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
12 default="false" /> | |
13 <field name="showpointlabel" type="boolean" | |
14 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
15 <field name="linecolor" type="Color" display="Linienfarbe" | |
16 default="204, 204, 204" /> | |
17 </fields> | |
18 </theme> | |
19 | |
20 <theme name="ReferenceCurveNormalized"> | |
21 <inherits> | |
22 <inherit from="ReferenceCurve" /> | |
23 </inherits> | |
24 <fields> | |
25 </fields> | |
26 </theme> | |
27 <!--/themegroup--> |