Skip to content

Commit 5c46e3b

Browse files
committed
Remove IE files
1 parent 310a4f2 commit 5c46e3b

File tree

49 files changed

+11
-10222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+11
-10222
lines changed

app/design/adminhtml/default/default/layout/main.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,8 @@ Default layout, loads most of the pages
8383
<action method="addCss"><name>boxes.css</name></action>
8484
<action method="addCss"><name>custom.css</name></action>
8585

86-
<action method="addItem"><type>skin_css</type><name>iestyles.css</name><params/><if>lt IE 8</if></action>
87-
<action method="addItem"><type>skin_css</type><name>below_ie7.css</name><params/><if>lt IE 7</if></action>
88-
<action method="addItem"><type>skin_css</type><name>ie7.css</name><params/><if>IE 7</if></action>
89-
9086
<action method="addCss"><name>print.css</name><params>media="print"</params></action>
9187

92-
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params>defer</params><if>lt IE 7</if></action>
93-
<action method="addItem"><type>js</type><name>varien/iehover-fix.js</name><params/><if>lt IE 7</if></action>
94-
9588
<action method="addItem"><type>skin_css</type><name>menu.css</name><params>media="screen, projection"</params></action>
9689

9790
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>

app/design/adminhtml/default/default/layout/oauth.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696
<action method="removeItem"><type>js</type><name>mage/adminhtml/product.js</name></action>
9797
<action method="removeItem"><type>js</type><name>mage/adminhtml/rules.js</name></action>
9898
<action method="removeItem"><type>js</type><name>mage/adminhtml/wysiwyg/tiny_mce/setup.js</name></action>
99-
<action method="removeItem"><type>js</type><name>lib/ds-sleight.js</name></action>
100-
<action method="removeItem"><type>js</type><name>varien/iehover-fix.js</name></action>
10199

102100
<action method="removeItem"><type>css</type><name>print.css</name></action>
103101
<action method="removeItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name></action>

app/design/adminhtml/default/default/layout/xmlconnect.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<default>
3131
<reference name="head">
3232
<action method="addCss"><name>xmlconnect/boxes.css</name></action>
33-
<action method="addItem"><type>skin_css</type><name>xmlconnect/iestyles.css</name><params/><if>lte IE 8</if></action>
3433
</reference>
3534
</default>
3635

app/design/adminhtml/default/default/template/example.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
/*<![CDATA[*/ @import "<?php echo $this->getSkinUrl('styles.css') ?>"; /*]]>*/
3434
</style>
3535
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php echo $this->getSkinUrl('menu-top.css') ?>" />
36-
<!--[if IE]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('iestyles.css') ?>" type="text/css" media="all" /> <![endif]-->
37-
<!--[if lt IE 7]><script defer type="text/javascript" src="<?php echo $baseUrl ?>js/lib/ds-sleight.js"></script><![endif]-->
3836
<script type="text/javascript" src="<?php echo $baseUrl ?>js/lib/dropdown.js"></script>
3937
</head>
4038
<body>

app/design/adminhtml/default/default/template/forgotpassword.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737

3838
<script type="text/javascript" src="<?php echo $this->getJsUrl(); ?>index.php/x.js?f=prototype/prototype.js,prototype/validation.js,mage/adminhtml/events.js,mage/adminhtml/form.js,scriptaculous/effects.js"></script>
3939
<script type="text/javascript" src="<?php echo $this->getJsUrl('mage/captcha.js') ?>"></script>
40-
41-
<!--[if IE]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('iestyles.css'); ?>" type="text/css" media="all" /> <![endif]-->
42-
<!--[if lt IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('below_ie7.css'); ?>" type="text/css" media="all" /> <![endif]-->
43-
<!--[if IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('ie7.css'); ?>" type="text/css" media="all" /> <![endif]-->
4440
</head>
4541
<body id="page-login">
4642
<div class="login-container">

app/design/adminhtml/default/default/template/login.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<script type="text/javascript" src="<?php echo $this->getJsUrl('scriptaculous/effects.js') ?>"></script>
4141
<script type="text/javascript" src="<?php echo $this->getJsUrl('mage/adminhtml/form.js') ?>"></script>
4242
<script type="text/javascript" src="<?php echo $this->getJsUrl('mage/captcha.js') ?>"></script>
43-
44-
<!--[if IE]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('iestyles.css') ?>" type="text/css" media="all" /> <![endif]-->
45-
<!--[if lt IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('below_ie7.css') ?>" type="text/css" media="all" /> <![endif]-->
46-
<!--[if IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('ie7.css') ?>" type="text/css" media="all" /> <![endif]-->
4743
</head>
4844
<body id="page-login" onload="document.forms.loginForm.username.focus();">
4945
<div class="login-container">

app/design/adminhtml/default/default/template/resetforgottenpassword.phtml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
<link rel="shortcut icon" href="<?php echo $this->getSkinUrl('favicon.ico'); ?>" type="image/x-icon" />
3737

3838
<script type="text/javascript" src="<?php echo $this->getJsUrl() ?>index.php/x.js?f=prototype/prototype.js,prototype/validation.js,mage/adminhtml/events.js,mage/adminhtml/form.js,scriptaculous/effects.js"></script>
39-
40-
<!--[if IE]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('iestyles.css'); ?>" type="text/css" media="all" /> <![endif]-->
41-
<!--[if lt IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('below_ie7.css'); ?>" type="text/css" media="all" /> <![endif]-->
42-
<!--[if IE 7]> <link rel="stylesheet" href="<?php echo $this->getSkinUrl('ie7.css'); ?>" type="text/css" media="all" /> <![endif]-->
4339
</head>
4440
<body id="page-login">
4541
<div class="login-container">

app/design/frontend/base/default/layout/page.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@ Default layout, loads most of the pages
5252
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
5353

5454
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
55-
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
5655
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
5756
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
58-
59-
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
60-
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
6157
</block>
6258

6359
<block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
@@ -128,13 +124,8 @@ Default layout, loads most of the pages
128124
<action method="addJs"><script>varien/js.js</script></action>
129125

130126
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
131-
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
132127
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
133128
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
134-
135-
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
136-
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
137-
138129
</block>
139130

140131
<block type="core/text_list" name="content" as="content" translate="label">

app/design/frontend/base/default/template/checkout/cart.phtml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -102,28 +102,6 @@
102102
<?php endif; ?>
103103
<button type="submit" name="update_cart_action" value="update_qty" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Update Shopping Cart')); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
104104
<button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Clear Shopping Cart')); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
105-
<!--[if lt IE 8]>
106-
<input type="hidden" id="update_cart_action_container" />
107-
<script type="text/javascript">
108-
//<![CDATA[
109-
Event.observe(window, 'load', function()
110-
{
111-
// Internet Explorer (lt 8) does not support value attribute in button elements
112-
$emptyCartButton = $('empty_cart_button');
113-
$cartActionContainer = $('update_cart_action_container');
114-
if ($emptyCartButton && $cartActionContainer) {
115-
Event.observe($emptyCartButton, 'click', function()
116-
{
117-
$emptyCartButton.setAttribute('name', 'update_cart_action_temp');
118-
$cartActionContainer.setAttribute('name', 'update_cart_action');
119-
$cartActionContainer.setValue('empty_cart');
120-
});
121-
}
122-
123-
});
124-
//]]>
125-
</script>
126-
<![endif]-->
127105
</td>
128106
</tr>
129107
</tfoot>

app/design/frontend/base/default/template/page/html/head.phtml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@
3131
<meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
3232
<link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
3333
<link rel="shortcut icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
34-
<!--[if lt IE 7]>
35-
<script type="text/javascript">
36-
//<![CDATA[
37-
var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
38-
var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
39-
//]]>
40-
</script>
41-
<![endif]-->
4234
<?php echo $this->getCssJsHtml() ?>
4335
<?php echo $this->getChildHtml() ?>
4436
<?php echo $this->helper('core/js')->getTranslatorScript() ?>

0 commit comments

Comments
 (0)