![]() 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/controls/bookmarks/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="action-dropdown-menu-item-edit" if="$view.editable"> <input class="admin__control-text" data-bind=" value: $view.value, hasFocus: $parent.isEditing($view.index), attr: { placeholder: $view.label }, keyboard: { 13: $parent.updateAndSave.bind($parent, $view.index), 27: $parent.endEdit.bind($parent, $view.index) }" type="text"/> <button class="action-submit" type="button" attr="title: $t('Save all changes')" click="$parent.updateAndSave.bind($parent, $view.index)"> <span translate="'Submit'"></span> </button> <div class="action-dropdown-menu-item-actions"> <button class="action-delete" type="button" attr="title: $t('Delete bookmark')" click="$parent.removeView.bind($parent, $view.index)"> <span translate="'Delete'"></span> </button> </div> </div> <div class="action-dropdown-menu-item"> <a href="" class="action-dropdown-menu-link" translate="$view.label" click="$parent.applyView.bind($parent, $view.index)" closeCollapsible></a> <div class="action-dropdown-menu-item-actions" if="$view.editable"> <button class="action-edit" type="button" attr="title: $t('Edit bookmark')" click="$parent.editView.bind($parent, $view.index)"> <span translate="'Edit'"></span> </button> </div> </div>