Mercurial > dive4elements > river
changeset 2771:e22469664c20
Added concrete themes for areas.
flys-artifacts/trunk@4510 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 25 May 2012 07:32:18 +0000 |
parents | 9ab82fe0f27b |
children | 5e8e42a36a90 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 20 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu May 24 13:59:07 2012 +0000 +++ b/flys-artifacts/ChangeLog Fri May 25 07:32:18 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-24 Raimund Renkert <raimund.renkert@intevation.de> + + * doc/conf/themes.xml: + Added concrete themes for areas. + 2012-05-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> * doc/conf/meta-data.xml: Load mainvalues in reference curves.
--- a/flys-artifacts/doc/conf/themes.xml Thu May 24 13:59:07 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri May 25 07:32:18 2012 +0000 @@ -773,6 +773,13 @@ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> </fields> </theme> + + <!-- Areas --> + <theme name="Area"> + <inherits> + <inherit from="Areas"/> + </inherits> + </theme> </themegroup> <themegroup name="default-2"> @@ -1536,6 +1543,13 @@ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> </fields> </theme> + + <!-- Areas --> + <theme name="Area"> + <inherits> + <inherit from="Areas"/> + </inherits> + </theme> </themegroup> <!-- Virtual themes are following now! --> @@ -1612,7 +1626,7 @@ </theme> <!-- Area relevant theme(s) --> - <theme name="Area"> + <theme name="Areas"> <inherits> <inherit from="Text"/> </inherits>