Mercurial > dive4elements > river
view artifacts/doc/conf/themes/default/reference.xml @ 6021:5f34e4cb8095 3.0.4
Use the out attribute everywhere where there is a factory
This removes the ID's hack with outs and resolves problems
created by that.
Where the out was already set previously the dynamic out has
been commented out.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 14 May 2013 18:55:55 +0200 |
parents | 5aa05a7a34b7 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!--themegroup name="default"--> <theme name="ReferenceCurve"> <inherits> <inherit from="Lines" /> <inherit from="Points" /> <inherit from="Label" /> <inherit from="MinMaxPoints" /> </inherits> <fields> <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> </fields> </theme> <theme name="ReferenceCurveNormalized"> <inherits> <inherit from="ReferenceCurve" /> </inherits> <fields> </fields> </theme> <!--/themegroup-->