Mercurial > dive4elements > river
changeset 2913:6d96443ed6e6
FixA: Overview: render column header too when rendering checkboxes.
flys-client/trunk@4734 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 21 Jun 2012 08:38:18 +0000 |
parents | 329db21372ba |
children | 7d69e570e79b |
files | flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl |
diffstat | 2 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jun 20 17:30:42 2012 +0000 +++ b/flys-client/ChangeLog Thu Jun 21 08:38:18 2012 +0000 @@ -1,3 +1,9 @@ +2012-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl: + Forgot header cell when rendering checkboxes. + Some small layout adjustments. + 2012-06-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl:
--- a/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl Wed Jun 20 17:30:42 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl Thu Jun 21 08:38:18 2012 +0000 @@ -148,16 +148,19 @@ </xsl:template> <xsl:template match="events"> - <table width="95%" border="1" cellspacing="0" cellpadding="0" - style="font-size: 11pt;font-family:Arial;Verdana,sans-serif"> + <table width="97%" border="1" cellspacing="0" cellpadding="0" + style="font-size: 10pt;font-family:Arial;Verdana,sans-serif"> <colgroup> <xsl:if test="$render-checkboxes"> <col width="20px"/> </xsl:if> <col width="*"/> - <col width="90px"/> + <col width="75px"/> </colgroup> <tr> + <xsl:if test="$render-checkboxes"> + <th> </th> + </xsl:if> <th>km <xsl:value-of select="$events-min"/> - <xsl:value-of select="$events-max"/></th> <th>Ereignis</th> </tr>