Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/web/template/submenu/components/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/web/template/submenu/components/link.html

<a data-bind="
        attr: {
            title: $t('Open ') + item.label,
            class: (!$data.classes || item.type == 'link') ? 'ambase-link -submenu' + ' -' + item.type : '',
            href: item.url,
            target: ((!item.type || item.type === 'link') && item.add_info !== 'open_current') ? '_blank' : '_self'
        },
        css: $data.classes ? 'ambase-menu-item -link' : ''">
    <!-- ko template: { name: $parent.templates.item_label, data: { item: item } } --><!-- /ko-->
</a>