# HG changeset patch # User Tim Englich # Date 1257945634 0 # Node ID 3be414dc974ab1bb7f5be0c6aa70c3f2e676019e # Parent 9b35599f50bbc425eaddc02aea12443081a17300 The Submitbutton now is placed properly after single IinputFields issue81 gnv/trunk@322 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 9b35599f50bb -r 3be414dc974a gnv/ChangeLog --- 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 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: + Remove
Tag after Input-Elements + * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: + Add an
-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 + * 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 diff -r 9b35599f50bb -r 3be414dc974a gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl --- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Wed Nov 11 12:12:10 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Wed Nov 11 13:20:34 2009 +0000 @@ -61,7 +61,7 @@ : -
+ diff -r 9b35599f50bb -r 3be414dc974a gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl --- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Wed Nov 11 12:12:10 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Wed Nov 11 13:20:34 2009 +0000 @@ -10,11 +10,13 @@ +
   
+
   
diff -r 9b35599f50bb -r 3be414dc974a gnv/src/main/webapp/WEB-INF/jsp/index.jsp --- a/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Wed Nov 11 12:12:10 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Wed Nov 11 13:20:34 2009 +0000 @@ -23,8 +23,8 @@
") method="post">
- <%=ui != null ? ui.toString() : "" %> -
+ <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> + <%if(furthertargets){%> "/> <%}else{%>