Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl @ 586:97d90e314af5
ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
gnv/trunk@737 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 05 Mar 2010 09:58:57 +0000 |
parents | 60caaa265e2b |
children | ef1ff5fdab5b |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Fri Mar 05 09:33:30 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Fri Mar 05 09:58:57 2010 +0000 @@ -93,7 +93,7 @@ <td class="matrixHeader"><xsl:value-of select="position()"/>.</td> </xsl:for-each> </tr> - <xsl:apply-templates mode="matrix" /> + <xsl:apply-templates select="xform:select" mode="matrix" /> </table> <xsl:apply-templates select="xform:select[1]" mode="matrixLegend"/> </xsl:otherwise>