Mercurial > dive4elements > river
changeset 3805:c35ef7f4b88f
Picked rev3182 from trunk.
flys-artifacts/tags/pre2.6-2011-11-04@3184 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Nov 2011 12:30:19 +0000 |
parents | bfaa5578e79d |
children | 881fcd01e056 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Nov 08 12:23:18 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Nov 08 12:30:19 2011 +0000 @@ -1,3 +1,10 @@ +2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix flys/issue406 (Themestyle-editor: themes for "other.wkms" and + "other.wqkms" missing) + + * doc/conf/themes.xml: Fixed typos in WKms and WQKms theme names. + 2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix flys/issue405 (Datacage: Recommendations get loaded twice).
--- a/flys-artifacts/doc/conf/themes.xml Tue Nov 08 12:23:18 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue Nov 08 12:30:19 2011 +0000 @@ -589,14 +589,14 @@ <!-- General --> - <theme name="WKMs"> + <theme name="WKms"> <inherits><inherit from="HiddenColorLines"/></inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> </fields> </theme> - <theme name="WQKMs"> + <theme name="WQKms"> <inherits><inherit from="HiddenColorLines"/></inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> @@ -813,6 +813,7 @@ <mapping from="w_differences" to="Differences"/> <mapping from="floodmap.riveraxis" to="RiverAxis"/> <mapping from="floodmap.kms" to="Kms"/> + <mapping from="other.wkms" to="WKms"/> <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/>