From 8e38047d43de6c4cff1e896faeed82a99b19d969 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 19 Jul 2009 23:59:03 +0000
Subject: [PATCH] add a msg for IE ppl

---
 apps/routerconsole/jsp/configui.jsp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp
index 7ea842c65f..ae5fa56364 100644
--- a/apps/routerconsole/jsp/configui.jsp
+++ b/apps/routerconsole/jsp/configui.jsp
@@ -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>
-- 
GitLab