File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Viewed extends \Magento\Backend\Block\Widget\Grid\Container
15
15
/**
16
16
* @var string
17
17
*/
18
- protected $ _template = 'report/grid/container.phtml ' ;
18
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
19
19
20
20
/**
21
21
* @return void
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Bestsellers extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Coupons extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Invoiced extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Refunded extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Sales extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Shipping extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Tax extends \Magento\Backend\Block\Widget\Grid\Container
17
17
*
18
18
* @var string
19
19
*/
20
- protected $ _template = 'report/grid/container.phtml ' ;
20
+ protected $ _template = 'Magento_Reports:: report/grid/container.phtml ' ;
21
21
22
22
/**
23
23
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Wishlist extends \Magento\Backend\Block\Template
18
18
*
19
19
* @var string
20
20
*/
21
- protected $ _template = 'report/wishlist.phtml ' ;
21
+ protected $ _template = 'Magento_Reports:: report/wishlist.phtml ' ;
22
22
23
23
/**
24
24
* Reports wishlist collection factory
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Form extends \Magento\Backend\Block\Widget\Form\Generic
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'rating/form.phtml ' ;
20
+ protected $ _template = 'Magento_Review:: rating/form.phtml ' ;
21
21
22
22
/**
23
23
* Session
You can’t perform that action at this time.
0 commit comments