changeset 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 b07c36e47970
children 180a500d7ddb
files flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Wed May 16 11:16:57 2012 +0000
+++ b/flys-client/ChangeLog	Wed May 16 13:02:44 2012 +0000
@@ -1,3 +1,8 @@
+2012-05-16	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
+
+	* src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl:
+	  Make the description of the event the title of the date column cells.
+
 2012-05-16  Ingo Weinzierl <ingo@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,
--- 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>

http://dive4elements.wald.intevation.org