Skip to content

Commit 6cb335d

Browse files
Merge pull request #16700 to #16699
2 parents e31a8c3 + f30b65e commit 6cb335d

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

app/code/Magento/Reports/Block/Adminhtml/Product/Viewed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Viewed extends \Magento\Backend\Block\Widget\Grid\Container
1717
/**
1818
* @var string
1919
*/
20-
protected $_template = 'report/grid/container.phtml';
20+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2121

2222
/**
2323
* @return void

app/code/Magento/Reports/Block/Adminhtml/Sales/Bestsellers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Bestsellers extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Coupons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Coupons extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Invoiced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Invoiced extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Refunded extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Sales.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Sales extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Shipping extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Sales/Tax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Tax extends \Magento\Backend\Block\Widget\Grid\Container
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'report/grid/container.phtml';
22+
protected $_template = 'Magento_Reports::report/grid/container.phtml';
2323

2424
/**
2525
* {@inheritdoc}

app/code/Magento/Reports/Block/Adminhtml/Wishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Wishlist extends \Magento\Backend\Block\Template
1818
*
1919
* @var string
2020
*/
21-
protected $_template = 'report/wishlist.phtml';
21+
protected $_template = 'Magento_Reports::report/wishlist.phtml';
2222

2323
/**
2424
* Reports wishlist collection factory

app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tab/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Form extends \Magento\Backend\Block\Widget\Form\Generic
1717
/**
1818
* @var string
1919
*/
20-
protected $_template = 'rating/form.phtml';
20+
protected $_template = 'Magento_Review::rating/form.phtml';
2121

2222
/**
2323
* Session

0 commit comments

Comments
 (0)