diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb index e5279862a19..217d6953261 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb @@ -1,6 +1,16 @@ +<!--[if lte IE 7 ]> +<div style="position:fixed;z-index:99999;top:0;bottom:0;left:0;right:0;background:#fff;"> + <div style="margin-top:150px;text-align:center;line-height:1.4;color:#333;"> + The web interface cannot be displayed because IE 7 is not supported.<br> + Please switch to a <a target="_blank" href="http://docs.codehaus.org/x/zYHEBg">supported version or another supported browser</a>. + </div> +</div> +<!--<![endif]--> + + </body><script> <% if flash[:notice] %>info('<%=escape_javascript(flash[:notice])-%>');<% end %> <% if flash[:warning] %>warning('<%=escape_javascript(flash[:warning])-%>');<% end %> <% if flash[:error] %>error('<%=escape_javascript(flash[:error])-%>');<% end %> </script> -</html>
\ No newline at end of file +</html> |