Mercurial > dive4elements > river
changeset 2293:c308c4ce45b0
Map themes to manualpoint themes.
flys-artifacts/trunk@3958 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 08 Feb 2012 10:02:43 +0000 |
parents | 206353680254 |
children | ab9b1c0ce125 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Feb 08 09:52:52 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Feb 08 10:02:43 2012 +0000 @@ -1,3 +1,9 @@ +2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix flys/issue478 (Manuelle Punkte: Stil nicht änderbar). + + * doc/conf/themes: Map correct theme to manualpoint themes. + 2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> Partial fix flys/issue472 .
--- a/flys-artifacts/doc/conf/themes.xml Wed Feb 08 09:52:52 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Feb 08 10:02:43 2012 +0000 @@ -967,6 +967,12 @@ <mapping from="cross_section.area" to="Area"/> <mapping from="hyk" to="Hyk"/> <mapping from="longitudinal_section.area" to="Area"/> + <mapping from="longitudinal_section.manualpoints" to="ManualPoints"/> + <mapping from="cross_section.manualpoints" to="ManualPoints"/> + <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints"/> + <mapping from="duration_curve.manualpoints" to="ManualPoints"/> + <mapping from="wdifferences.manualpoints" to="ManualPoints"/> + <mapping from="discharge_longitudinal_section.manualpoints" to="ManualPoints"/> <mapping from="manualpoints" to="ManualPoints"/> <mapping from="reference_curve" to="ReferenceCurve"/> </mappings>