Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 703:21ad44ccdb84
Tooltip text of the back-button became language specific (issue227).
gnv/trunk@943 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Apr 2010 08:37:35 +0000 |
parents | acb0cea94258 |
children | ae946acba005 |
comparison
equal
deleted
inserted
replaced
702:acb0cea94258 | 703:21ad44ccdb84 |
---|---|
1 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue227 | |
4 | |
5 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java, | |
6 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | |
7 Added a new method to retrieve the current locale. | |
8 | |
9 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Feed the xsl | |
10 transformer with a tooltip text for the back-button. | |
11 | |
12 * src/main/resources/applicationMessages.properties, | |
13 src/main/resources/applicationMessages_en.properties: Added a tooltip text | |
14 for the back-button. | |
15 | |
16 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Use the | |
17 tooltip text that is fed in DescribeUIAction. | |
18 | |
19 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Removed a | |
20 PropertiesReader which isn't used there. | |
21 | |
1 2010-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2010-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * src/main/resources/applicationMessages.properties: Forgot a dot. ;-) | 24 * src/main/resources/applicationMessages.properties: Forgot a dot. ;-) |
4 | 25 |
5 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 26 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> |