diff flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 2900:7715324132bf

Render checked checkboxes in html event overview. flys-client/trunk@4657 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 14 Jun 2012 10:01:16 +0000
parents 180a500d7ddb
children 329db21372ba
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl	Mon Jun 11 15:06:57 2012 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl	Thu Jun 14 10:01:16 2012 +0000
@@ -96,7 +96,7 @@
     <tr id="{@cid}">
       <xsl:if test="$render-checkboxes">
         <td>
-          <input type="checkbox" name="{$project-uuid}:{@cid}" onclick="{$callback}"/>
+          <input type="checkbox" name="{$project-uuid}:{@cid}" checked="true" onclick="{$callback}"/>
         </td>
       </xsl:if>
       <td>

http://dive4elements.wald.intevation.org