Mercurial > dive4elements > river
diff flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 2530:1b6270b00c91
Fixing overview XSLT: Make the description of the event the title of the date column cells.
flys-client/trunk@4426 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 16 May 2012 13:02:44 +0000 |
parents | 87ac5c532523 |
children | 180a500d7ddb |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl Wed May 16 11:16:57 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl Wed May 16 13:02:44 2012 +0000 @@ -97,7 +97,7 @@ <xsl:apply-templates mode="sectors"/> </td> <td align="center"> - <xsl:attribute name="title"><xsl:value-of select="@name"/></xsl:attribute> + <xsl:attribute name="title"><xsl:value-of select="@description"/></xsl:attribute> <xsl:value-of select="@date"/> </td> </tr>