Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 411:8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
gnv/trunk@606 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 16:08:42 +0000 |
parents | 9602f4bffc07 |
children | 0ce07c6e132c |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Fri Jan 22 13:58:30 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Fri Jan 22 16:08:42 2010 +0000 @@ -18,7 +18,12 @@ <%if (staticui == null){ %> <jsp:include page="includes/display_fis_inc.jsp"></jsp:include> <%} else {%> - <%=staticui.toString()%> + <div class="down"> + <fieldset> + <legend><bean:message key="gnviewer.history.title"/></legend> + <%=staticui.toString()%> + </fieldset> + </div> <%}%> <%-- render the dynamic part to feed the state and advance to the next state --%>