Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 413:0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
gnv/trunk@621 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 25 Jan 2010 14:53:38 +0000 |
parents | 49898531c0b6 |
children | 59c6c7b62e43 |
comparison
equal
deleted
inserted
replaced
412:49898531c0b6 | 413:0ce07c6e132c |
---|---|
1 2010-01-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/webapp/styles/default.css: Added a class for dynamic tables | |
4 - enabled input fields - to adjust font size of input fields. | |
5 | |
6 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Removed | |
7 local-name() method, inserted a table for 'group' items (like input fields | |
8 of dates) and resized the height of multi select boxes - max 5 items or | |
9 less. | |
10 | |
11 * src/main/webapp/WEB-INF/jsp/index.jsp: Removed a typo which made the html | |
12 output invalid. | |
13 | |
1 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Add width, | 16 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Add width, |
4 height and the boolean value to adjust the visibility of points in charts | 17 height and the boolean value to adjust the visibility of points in charts |
5 to the pdf and svg export links. | 18 to the pdf and svg export links. |