Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 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 | 573655a161d7 |
children | a8b1875dcd93 |
line wrap: on
line diff
--- 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 @@ <div id="timeseriesfilter"> <form id="fisSelectionForm" onsubmit="displayOverlay()" action="<%=response.encodeURL("next.do")%>") method="post"> <fieldset> - <%=ui != null ? ui.toString() : "" %> - <br/> + <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> + <%if(furthertargets){%> <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> <%}else{%>