Changeset 8e38047
- Timestamp:
- Jul 19, 2009 11:59:03 PM (12 years ago)
- Branches:
- master
- Children:
- cbde15b
- Parents:
- dc1d019
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/configui.jsp
rdc1d019 r8e38047 24 24 <div class="configure"> 25 25 <h3>Router Console Theme</h3> 26 <% 27 // userAgent defined in confignav 28 if (userAgent == null || !userAgent.contains("MSIE")) { 29 %> 26 30 <form action="configui.jsp" method="POST"> 27 31 <% String prev = System.getProperty("net.i2p.router.web.ConfigUIHandler.nonce"); … … 34 38 <input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" /> 35 39 </form> 40 <% } else { %> 41 Theme selection disabled for Internet Explorer, sorry. 42 <% } %> 36 43 </div> 37 44 </div>
Note: See TracChangeset
for help on using the changeset viewer.