![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-ui/view/base/web/templates/grid/columns/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <th class="data-grid-multicheck-cell"> <div class="action-multicheck-wrap" css="_disabled: !totalRecords()" collapsible=""> <input class="admin__control-checkbox" type="checkbox" data-bind=" checked: allSelected(), attr: {id: ++ko.uid}, event: { change: togglePage }, css: { '_indeterminate': indetermine }, enable: totalRecords"/> <label attr="for: ko.uid"></label> <button class="action-multicheck-toggle" data-toggle="dropdown" data-bind="css: { '_active': $collapsible.opened }, enable: totalRecords, toggleCollapsible"> <span translate="'Options'"></span> </button> <ul class="action-menu" each="actions" closeCollapsible=""> <li data-bind="click: $parent[value].bind($parent), visible: $parent.isActionRelevant(value)"> <span class="action-menu-item" text="label"></span> </li> </ul> </div> </th>