Skip to content

Commit ea19ec2

Browse files
author
Mykhailo Miroshnikov
committed
Merge branch 'admin-styles-migration' of github.corp.ebay.com:magento-webdev/magento2ce into MAGETWO-34476
2 parents 1431cc6 + d11adfb commit ea19ec2

File tree

3 files changed

+4
-2
lines changed
  • app/code/Magento
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Composite

3 files changed

+4
-2
lines changed

app/code/Magento/Integration/view/adminhtml/templates/integration/activate/permissions.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
*/
1010
?>
1111
<div><p><?php echo __('The integration you selected asks you to approve access to the following:'); ?></p></div>
12+
<div class="admin__scope">
1213
<div id="integration-activate-permissions-tabs">
1314
<?php echo $block->getChildHtml('tabs'); ?>
1415
</div>
1516
<div id="integrations-activate-permissions-content"></div>
17+
</div>

app/code/Magento/Tax/view/adminhtml/templates/rule/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ require([
176176
taxRateFormElement.mage('form').mage('validation');
177177

178178
taxRateForm.dialogRates({
179-
title: '<?php echo __('Tax Rate1'); ?>',
179+
title: '<?php echo __('Tax Rate'); ?>',
180180
autoOpen: false,
181181
id: '<?php echo $block->getJsId() ?>',
182182
minWidth: 560,

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Composite/Configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Configure extends AbstractConfigureBlock
3030
*
3131
* @var string
3232
*/
33-
protected $okButton = '.ui-dialog-buttonset button:nth-of-type(2)';
33+
protected $okButton = '.ui-button.action-primary';
3434

3535
/**
3636
* Backend abstract block

0 commit comments

Comments
 (0)