Skip to content

Commit 093dd63

Browse files
author
Kolesov, Ievgen(ikolesov)
committed
Merge pull request #32 from magento-webdev/PR-5
[WebDev] Bugfixes
2 parents 1f0b802 + 7a51473 commit 093dd63

File tree

18 files changed

+619
-365
lines changed

18 files changed

+619
-365
lines changed

app/code/Magento/LayeredNavigation/view/frontend/layout/1column.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-left.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/2columns-right.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/3columns.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/code/Magento/LayeredNavigation/view/frontend/layout/page_empty.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="content.top" after="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
10+
</layout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9+
<move element="catalog.leftnav" destination="category.product.list.additional" before="-"/>
10+
</layout>

0 commit comments

Comments
 (0)