This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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
1717 /**
1818 * @var string
1919 */
20- protected $ _template = 'product/composite/fieldset/options/type/checkbox.phtml ' ;
20+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/checkbox.phtml ' ;
2121
2222 /**
2323 * @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
1717 /**
1818 * @var string
1919 */
20- protected $ _template = 'product/composite/fieldset/options/type/multi.phtml ' ;
20+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/multi.phtml ' ;
2121
2222 /**
2323 * @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
1717 /**
1818 * @var string
1919 */
20- protected $ _template = 'product/composite/fieldset/options/type/radio.phtml ' ;
20+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/radio.phtml ' ;
2121
2222 /**
2323 * @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
1717 /**
1818 * @var string
1919 */
20- protected $ _template = 'product/composite/fieldset/options/type/select.phtml ' ;
20+ protected $ _template = 'Magento_Bundle:: product/composite/fieldset/options/type/select.phtml ' ;
2121
2222 /**
2323 * @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
2020 /**
2121 * @var string
2222 */
23- protected $ _template = 'product/edit/bundle.phtml ' ;
23+ protected $ _template = 'Magento_Bundle:: product/edit/bundle.phtml ' ;
2424
2525 /**
2626 * Core registry
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Option extends \Magento\Backend\Block\Widget
2626 /**
2727 * @var string
2828 */
29- protected $ _template = 'product/edit/bundle/option.phtml ' ;
29+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option.phtml ' ;
3030
3131 /**
3232 * Core registry
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Search extends \Magento\Backend\Block\Widget
1515 /**
1616 * @var string
1717 */
18- protected $ _template = 'product/edit/bundle/option/search.phtml ' ;
18+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option/search.phtml ' ;
1919
2020 /**
2121 * @return void
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Selection extends \Magento\Backend\Block\Widget
1515 /**
1616 * @var string
1717 */
18- protected $ _template = 'product/edit/bundle/option/selection.phtml ' ;
18+ protected $ _template = 'Magento_Bundle:: product/edit/bundle/option/selection.phtml ' ;
1919
2020 /**
2121 * 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
1616 /**
1717 * @var string
1818 */
19- protected $ _template = 'catalog/product/view/type/bundle/option/checkbox.phtml ' ;
19+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/checkbox.phtml ' ;
2020}
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
1616 /**
1717 * @var string
1818 */
19- protected $ _template = 'catalog/product/view/type/bundle/option/multi.phtml ' ;
19+ protected $ _template = 'Magento_Bundle:: catalog/product/view/type/bundle/option/multi.phtml ' ;
2020
2121 /**
2222 * @inheritdoc
You can’t perform that action at this time.
0 commit comments