File tree 12 files changed +23
-13
lines changed
Store/Switcher/Form/Renderer
Catalog/Model/ResourceModel/Product
design/frontend/Magento/luma/Magento_Theme/web/css/source
12 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Dashboard extends \Magento\Backend\Block\Template
20
20
/**
21
21
* @var string
22
22
*/
23
- protected $ _template = 'dashboard/index.phtml ' ;
23
+ protected $ _template = 'Magento_Backend:: dashboard/index.phtml ' ;
24
24
25
25
/**
26
26
* @return void
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Graph extends \Magento\Backend\Block\Dashboard\AbstractDashboard
90
90
/**
91
91
* @var string
92
92
*/
93
- protected $ _template = 'dashboard/graph.phtml ' ;
93
+ protected $ _template = 'Magento_Backend:: dashboard/graph.phtml ' ;
94
94
95
95
/**
96
96
* Adminhtml dashboard data
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'dashboard/grid.phtml ' ;
20
+ protected $ _template = 'Magento_Backend:: dashboard/grid.phtml ' ;
21
21
22
22
/**
23
23
* Setting default for every grid on dashboard
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Sales extends \Magento\Backend\Block\Dashboard\Bar
15
15
/**
16
16
* @var string
17
17
*/
18
- protected $ _template = 'dashboard/salebar.phtml ' ;
18
+ protected $ _template = 'Magento_Backend:: dashboard/salebar.phtml ' ;
19
19
20
20
/**
21
21
* @var \Magento\Framework\Module\Manager
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Totals extends \Magento\Backend\Block\Dashboard\Bar
16
16
/**
17
17
* @var string
18
18
*/
19
- protected $ _template = 'dashboard/totalbar.phtml ' ;
19
+ protected $ _template = 'Magento_Backend:: dashboard/totalbar.phtml ' ;
20
20
21
21
/**
22
22
* @var \Magento\Framework\Module\Manager
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ class Copyright extends \Magento\Backend\Block\Template
18
18
*
19
19
* @var string
20
20
*/
21
- protected $ _template = 'page/copyright.phtml ' ;
21
+ protected $ _template = 'Magento_Backend:: page/copyright.phtml ' ;
22
22
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Footer extends \Magento\Backend\Block\Template
17
17
/**
18
18
* @var string
19
19
*/
20
- protected $ _template = 'page/footer.phtml ' ;
20
+ protected $ _template = 'Magento_Backend:: page/footer.phtml ' ;
21
21
22
22
/**
23
23
* @var \Magento\Framework\App\ProductMetadataInterface
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Header extends \Magento\Backend\Block\Template
18
18
/**
19
19
* @var string
20
20
*/
21
- protected $ _template = 'page/header.phtml ' ;
21
+ protected $ _template = 'Magento_Backend:: page/header.phtml ' ;
22
22
23
23
/**
24
24
* Backend data
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Fieldset extends \Magento\Backend\Block\Template implements RendererInterf
25
25
/**
26
26
* @var string
27
27
*/
28
- protected $ _template = 'store/switcher/form/renderer/fieldset.phtml ' ;
28
+ protected $ _template = 'Magento_Backend:: store/switcher/form/renderer/fieldset.phtml ' ;
29
29
30
30
/**
31
31
* Retrieve an element
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Element extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\Eleme
23
23
/**
24
24
* @var string
25
25
*/
26
- protected $ _template = 'store/switcher/form/renderer/fieldset/element.phtml ' ;
26
+ protected $ _template = 'Magento_Backend:: store/switcher/form/renderer/fieldset/element.phtml ' ;
27
27
28
28
/**
29
29
* Retrieve an element
Original file line number Diff line number Diff line change @@ -1569,7 +1569,7 @@ protected function getEntityPkName(\Magento\Eav\Model\Entity\AbstractEntity $ent
1569
1569
}
1570
1570
1571
1571
/**
1572
- * Add requere tax percent flag for product collection
1572
+ * Add require tax percent flag for product collection
1573
1573
*
1574
1574
* @return $this
1575
1575
*/
Original file line number Diff line number Diff line change 262
262
.copyright {
263
263
.lib-css (background-color , @copyright__background-color );
264
264
.lib-css (color , @color-white );
265
+ box-sizing : border-box ;
265
266
display : block ;
266
267
padding : @indent__s ;
267
268
text-align : center ;
313
314
//
314
315
// Widgets
315
316
// ---------------------------------------------
316
-
317
+ // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
317
318
.sidebar {
318
319
.widget.block :not (:last-child ),
319
320
.widget :not (:last-child ) {
320
321
margin-bottom : @indent__xl ;
321
322
}
322
323
}
324
+ // @codingStandardsIgnoreEnd
323
325
324
326
.widget {
325
327
clear : both ;
333
335
.widget.block {
334
336
.lib-css (margin , @indent__base 0 );
335
337
}
336
- .links .widget.block { margin : 0 ; }
338
+ .links .widget.block {
339
+ margin : 0 ;
340
+ }
337
341
}
338
342
339
343
.no-display :extend(.abs-no-display all ) {
415
419
}
416
420
}
417
421
}
422
+ .page-footer ,
423
+ .copyright {
424
+ bottom : 0 ;
425
+ position : absolute ;
426
+ width : 100% ;
427
+ }
418
428
}
419
429
420
430
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__s ) {
You can’t perform that action at this time.
0 commit comments