Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 708:7448b6f5f1ed
Replaced standard html input button with a load image like the choose buttons (issue225).
gnv/trunk@978 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 23 Apr 2010 14:47:52 +0000 |
parents | cb1bae26e7ae |
children | 68d0fba6f23e |
line wrap: on
line diff
--- a/gnv/ChangeLog Fri Apr 23 13:22:12 2010 +0000 +++ b/gnv/ChangeLog Fri Apr 23 14:47:52 2010 +0000 @@ -1,3 +1,21 @@ +2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue225 + + * src/main/webapp/WEB-INF/jsp/index.jsp: Replaced the standard html input + button with an image as the choose button. + + * src/main/resources/applicationMessages.properties, + src/main/resources/applicationMessages_en.properties: Added specific + strings that represent pathes to german and english load button images. + + * src/main/webapp/styles/default.css: New styles to adjust the upload box + and the load button. + + + * src/main/webapp/images/load.png, + src/main/webapp/images/laden.png: Images for project load button. + 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue237