Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl @ 149:9b7f74e58f8d
Changed Lablevalues according to issue47
gnv/trunk@237 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 19 Oct 2009 09:10:15 +0000 |
parents | 6c46f9b16166 |
children | 330871ca1fd3 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Fri Oct 16 15:07:59 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Mon Oct 19 09:10:15 2009 +0000 @@ -28,6 +28,11 @@ </xsl:choose> </xsl:template> + <xsl:template match="*[local-name() = 'group']"> + <xsl:variable name="selectName" select="@ref"/> + <legend><xsl:value-of select="*[local-name() = 'label']"/></legend> + <xsl:apply-templates/> + </xsl:template> <xsl:template match="*[local-name() = 'input']"> <xsl:variable name="inputValue" select="*[local-name() = 'value']"/>