Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 162:3be414dc974a
The Submitbutton now is placed properly after single
IinputFields issue81
gnv/trunk@322 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 11 Nov 2009 13:20:34 +0000 |
parents | 9b35599f50bb |
children | 1fe52a0cbd1f |
line wrap: on
line diff
--- a/gnv/ChangeLog Wed Nov 11 12:12:10 2009 +0000 +++ b/gnv/ChangeLog Wed Nov 11 13:20:34 2009 +0000 @@ -1,6 +1,15 @@ 2009-11-11 Tim Englich <tim.englich@intevation.de> * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: + Remove <br/> Tag after Input-Elements + * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: + Add an <br/>-Tag after the generation of Select-Boxes to get + a better look and feel in the ui. issue81 + * src/main/webapp/WEB-INF/jsp/index.jsp: + Replace NonBreakingSpace-Strings from UI issue81 + +2009-11-11 Tim Englich <tim.englich@intevation.de> + * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: BugFix: Text-Inputfields will now be diabaled in static-ui issue81 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de>