Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/exportButton.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->

<div class="admin__action-dropdown-wrap admin__data-grid-action-export" collapsible>
    <button class="admin__action-dropdown" type="button" toggleCollapsible>
        <span class="admin__action-dropdown-text" translate="'Export'"></span>
    </button>
    <div class="admin__action-dropdown-menu admin__data-grid-action-export-menu">
        <div class="admin__field admin__field-option" outereach="options">
            <input class="admin__control-radio" type="radio"
                data-bind="
                    attr: {
                        id: ++ko.uid
                    },
                    checkedValue: value,
                    checked: $parent.checked"/>
            <label class="admin__field-label" text="label" attr="for: ko.uid"></label>
        </div>
        <div class="admin__action-dropdown-footer-main-actions">
            <button class="action-tertiary" type="button" translate="'Cancel'" closeCollapsible></button>
            <button class="action-secondary" type="button" translate="'Export'" click="applyOption"></button>
        </div>
    </div>
</div>