Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp @ 696:ae1e616ecf94
Replaced standard html input buttons with selfmade ones.
gnv/trunk@927 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 13 Apr 2010 17:55:32 +0000 |
parents | 6c46f9b16166 |
children | 28a0628b11b0 |
comparison
equal
deleted
inserted
replaced
695:883b366e3b15 | 696:ae1e616ecf94 |
---|---|
23 <option value="<%=ao.getId()%>" <%=(ao.isSelected() ? "selected=\"selected\"" : "")%> ><bean-el:message key="<%=(prefix+ao.getName())%>"/></option> | 23 <option value="<%=ao.getId()%>" <%=(ao.isSelected() ? "selected=\"selected\"" : "")%> ><bean-el:message key="<%=(prefix+ao.getName())%>"/></option> |
24 <%}%> | 24 <%}%> |
25 </select> | 25 </select> |
26 <%}%> | 26 <%}%> |
27 <br/> | 27 <br/> |
28 <input type="submit" value="<bean:message key="gnviewer.select.button"/>" /> | 28 <input style="margin-top: 5px;" type="image" src="<bean:message key="gnviewer.select.button.src"/>"/> |
29 </fieldset> | 29 </fieldset> |
30 </form> | 30 </form> |
31 </div> | 31 </div> |