[bugzilla-gnome-org-extensions] Add a warning for old IE



commit b1fcda71bb96adc738523f6cc6ba1e0089f08eea
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Oct 10 23:58:01 2009 -0400

    Add a warning for old IE
    
    For IE < 7, add a prominent box to the top of the page with the
    message:
    
      Splinter Patch Review requires a modern browser, such as
      _Firefox_, for correct operation.

 web/index.html.body |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/web/index.html.body b/web/index.html.body
index b2da8fd..1681472 100644
--- a/web/index.html.body
+++ b/web/index.html.body
@@ -1,3 +1,9 @@
+<!--[if lt IE 7]>
+<p style="border: 1px solid #880000; padding: 1em; background: #ffee88; font-size: 120%;">
+   Splinter Patch Review requires a modern browser, such as
+   <a href="http://www.firefox.com";>Firefox</a>, for correct operation.
+</p>
+<![endif]-->
 <div id="error" style="display: none;"> </div>
 <div id="navigation" style="display: none;"></div>
 <div id="bugInfo" style="display: none;">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]