changeset 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 93302bd16f42
children 2fdeb239bbd2
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	Mon Jun 11 15:06:57 2012 +0000
+++ b/flys-client/ChangeLog	Thu Jun 14 10:01:16 2012 +0000
@@ -1,3 +1,8 @@
+2012-06-14  Raimund Renkert <raimund.renkert@intevation.de>
+
+	* main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl:
+	  Render checked checkboxes in html event overview.
+
 2012-06-11	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/shared/model/FixAnalysisArtifact.java,
--- 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