![]() 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/search/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="data-grid-search-control-wrap"> <label class="data-grid-search-label" attr="title: $t('Search'), for: index" data-bind="click: scrollTo"> <span translate="'Search'"></span> </label> <input class="admin__control-text data-grid-search-control" type="text" data-bind=" i18n: placeholder, attr: { id: index, placeholder: $t(placeholder), 'aria-label': $t(placeholder), }, textInput: inputValue, hasFocus: focused, keyboard: { 13: apply.bind($data, false), 27: cancel }"> <button class="action-submit" type="button" click="apply.bind($data, false)" attr="'aria-label': $t('Search')"> <span translate="'Search'"></span> </button> </div>