Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 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 | ae1e616ecf94 |
children | 5f29bfeb61bd |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Fri Apr 23 13:22:12 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/index.jsp Fri Apr 23 14:47:52 2010 +0000 @@ -52,8 +52,8 @@ <td style="float: left; width: 400px;"> <div id="projectload"> <form id="loadProject" action="<%=response.encodeURL("load.do")%>" method="post" enctype="multipart/form-data"> - <input type="submit" name="loadProject" value="<bean:message key="gnviewer.project.load.button"/>"/> - <input type="file" name="document" accept="application/xml"/> + <div id="browseDiv"><input type="file" name="document" accept="application/xml"/></div> + <div id="loadDiv"><input type="image" src="<bean:message key="gnviewer.project.load.button.src"/>"/></div> </form> </div> </td>