Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-backend/view/adminhtml/templates/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-backend/view/adminhtml/templates/pageactions.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php if ($block->getChildHtml()) :?>
    <div data-mage-init='{"floatingHeader": {}}' class="page-actions floating-header" <?= /* @noEscape */ $block->getUiId('content-header') ?>>
        <?= $block->getChildHtml() ?>
    </div>
<?php endif; ?>