File tree 12 files changed +12
-12
lines changed
app/code/Magento/Bundle/Block
Adminhtml/Catalog/Product
Composite/Fieldset/Options/Type
Catalog/Product/View/Type/Bundle/Option
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Checkbox extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Op
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'product/composite/fieldset/options/type/checkbox.phtml ' ;
20
+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/checkbox.phtml ' ;
21
21
22
22
/**
23
23
* @param string $elementId
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'product/composite/fieldset/options/type/multi.phtml ' ;
20
+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/multi.phtml ' ;
21
21
22
22
/**
23
23
* @param string $elementId
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'product/composite/fieldset/options/type/radio.phtml ' ;
20
+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/radio.phtml ' ;
21
21
22
22
/**
23
23
* @param string $elementId
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Select extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Opti
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'product/composite/fieldset/options/type/select.phtml ' ;
20
+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/select.phtml ' ;
21
21
22
22
/**
23
23
* @param string $elementId
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Bundle extends \Magento\Backend\Block\Widget implements \Magento\Backend\B
20
20
/**
21
21
* @var string
22
22
*/
23
- protected $ _template = 'product/edit/bundle.phtml ' ;
23
+ protected $ _template = 'Magento_Bundle:: product/edit/bundle.phtml ' ;
24
24
25
25
/**
26
26
* Core registry
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Option extends \Magento\Backend\Block\Widget
26
26
/**
27
27
* @var string
28
28
*/
29
- protected $ _template = 'product/edit/bundle/option.phtml ' ;
29
+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option.phtml ' ;
30
30
31
31
/**
32
32
* Core registry
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Search extends \Magento\Backend\Block\Widget
15
15
/**
16
16
* @var string
17
17
*/
18
- protected $ _template = 'product/edit/bundle/option/search.phtml ' ;
18
+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option/search.phtml ' ;
19
19
20
20
/**
21
21
* @return void
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Selection extends \Magento\Backend\Block\Widget
15
15
/**
16
16
* @var string
17
17
*/
18
- protected $ _template = 'product/edit/bundle/option/selection.phtml ' ;
18
+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option/selection.phtml ' ;
19
19
20
20
/**
21
21
* Catalog data
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Checkbox extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Op
16
16
/**
17
17
* @var string
18
18
*/
19
- protected $ _template = 'catalog/product/view/type/bundle/option/checkbox.phtml ' ;
19
+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/checkbox.phtml ' ;
20
20
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Multi extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
16
16
/**
17
17
* @var string
18
18
*/
19
- protected $ _template = 'catalog/product/view/type/bundle/option/multi.phtml ' ;
19
+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/multi.phtml ' ;
20
20
21
21
/**
22
22
* @inheritdoc
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Optio
16
16
/**
17
17
* @var string
18
18
*/
19
- protected $ _template = 'catalog/product/view/type/bundle/option/radio.phtml ' ;
19
+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/radio.phtml ' ;
20
20
}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Select extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Opti
16
16
/**
17
17
* @var string
18
18
*/
19
- protected $ _template = 'catalog/product/view/type/bundle/option/select.phtml ' ;
19
+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/select.phtml ' ;
20
20
}
You can’t perform that action at this time.
0 commit comments