I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8e38047d authored by zzz's avatar zzz
Browse files

add a msg for IE ppl

parent dc1d0195
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@
<jsp:getProperty name="formhandler" property="allMessages" />
<div class="configure">
<h3>Router Console Theme</h3>
<%
// userAgent defined in confignav
if (userAgent == null || !userAgent.contains("MSIE")) {
%>
<form action="configui.jsp" method="POST">
<% String prev = System.getProperty("net.i2p.router.web.ConfigUIHandler.nonce");
if (prev != null) System.setProperty("net.i2p.router.web.ConfigUIHandler.noncePrev", prev);
......@@ -33,6 +37,9 @@
<hr>
<input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" />
</form>
<% } else { %>
Theme selection disabled for Internet Explorer, sorry.
<% } %>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment