LMS: removes ie-fixes static:css group from all template references

This commit is contained in:
Brian Talbot
2013-10-11 12:54:33 -04:00
parent 56b2205e25
commit e379a770b8
4 changed files with 10 additions and 15 deletions

View File

@@ -59,7 +59,7 @@
% endif
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<meta name="path_prefix" content="${MITX_ROOT_URL}">

View File

@@ -19,9 +19,6 @@
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<meta name="path_prefix" content="{{MITX_ROOT_URL}}">
</head>

View File

@@ -1,6 +1,9 @@
<%namespace name='static' file='static_content.html'/>
<!DOCTYPE html>
<html class="view-iframe">
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7 view-iframe"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8 view-iframe"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9 view-iframe"><![endif]-->
<!--[if gt IE 9]><!--><html class="view-iframe">><!--<![endif]-->
<head>
<%block name="title"></%block>
@@ -13,14 +16,10 @@
<%static:js group='main_vendor'/>
<!--[if IE]>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<%block name="headextra"/>
% if not course:

View File

@@ -2,7 +2,10 @@
<%namespace name='static' file='static_content.html'/>
<!DOCTYPE html>
<html>
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!--><html><!--<![endif]-->
<head>
## "edX" should not be translated
<%block name="title"><title>edX</title></%block>
@@ -15,14 +18,10 @@
<%static:js group='main_vendor'/>
<%block name="headextra"/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<meta name="path_prefix" content="${MITX_ROOT_URL}">
</head>