Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 688:f3f433053bdd
Changed the behavior of parameter-measurement-matrix (issue210).
gnv/trunk@893 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 09 Apr 2010 09:50:12 +0000 |
parents | acf62a4a23db |
children | 8487581dfe3b |
line wrap: on
line diff
--- a/gnv/ChangeLog Fri Apr 09 07:45:18 2010 +0000 +++ b/gnv/ChangeLog Fri Apr 09 09:50:12 2010 +0000 @@ -1,3 +1,23 @@ +2010-04-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue210 + + * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Changed the + parameter-measurement matrix rendering. Its content is no more selectable + - it is just to inform the user about the existence of a measurement for a + given parameter. Instead, there is a new row with a checkbox for each + measurement in the header of the matrix. So, the user is able to select a + measurement without a relation to a specific parameter - all parameters + which are available for this measurement are effected by this choice in + future outputs. + + * src/main/webapp/styles/default.css: New classes for styling the + parameter-measurement matrix. + + * src/main/webapp/images/delete.png, + src/main/webapp/images/tick.png: New icons to inform the user about the + existence of a measurement for a given parameter. + 2010-04-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue216