Mercurial > dive4elements > river
changeset 3740:c3d3b2760a75
Remove unnecessary theme attributes (#836)
flys-artifacts/trunk@5419 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Mon, 10 Sep 2012 12:42:11 +0000 |
parents | 0edc05642fa4 |
children | 4f161926416f |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/default-themes.xml flys-artifacts/doc/conf/second-themes.xml |
diffstat | 3 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Sep 10 08:23:08 2012 +0000 +++ b/flys-artifacts/ChangeLog Mon Sep 10 12:42:11 2012 +0000 @@ -1,3 +1,9 @@ +2012-09-10 Christian Lins <christian.lins@intevation.de> + + * doc/conf/second-themes.xml, + doc/conf/default-themes.xml: + Remove unnecessary attributes for fixation derived curve (#836). + 2012-09-10 Björn Ricks <bjoern.ricks@intevation.de> * doc/conf/conf.xml,
--- a/flys-artifacts/doc/conf/default-themes.xml Mon Sep 10 08:23:08 2012 +0000 +++ b/flys-artifacts/doc/conf/default-themes.xml Mon Sep 10 12:42:11 2012 +0000 @@ -1144,6 +1144,10 @@ </inherits> <fields> <field name="linecolor" type="Color" default="227, 27, 162" /> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="h" hidden="true" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" hints="h" hidden="true" /> </fields> </theme>
--- a/flys-artifacts/doc/conf/second-themes.xml Mon Sep 10 08:23:08 2012 +0000 +++ b/flys-artifacts/doc/conf/second-themes.xml Mon Sep 10 12:42:11 2012 +0000 @@ -1145,6 +1145,10 @@ </inherits> <fields> <field name="linecolor" type="Color" default="0, 27, 162" /> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="h" hidden="true" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" hints="h" hidden="true" /> </fields> </theme>