File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Ui/view/base/web/templates/grid/columns Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="masonry-image-preview " if ="$col.isVisible($row()) " data-image-preview ko-style ="$col.getStyles($row()) ">
8
8
< div class ="container ">
9
9
< div class ="action-buttons ">
10
- < button class ="action-previous " type ="button " data-bind =" click: function () { $col.prev($row()); } ">
10
+ < button class ="action-previous " type ="button " click =" function () { $col.prev($row()); } ">
11
11
< span translate ="'Previous' "/>
12
12
</ button >
13
- < button class ="action-next " type ="button " data-bind =" click: function () { $col.next($row()); } ">
13
+ < button class ="action-next " type ="button " click =" function () { $col.next($row()); } ">
14
14
< span translate ="'Next' "/>
15
15
</ button >
16
- < button class ="action-close " type ="button " data-bind =" click: function () { $col.hide(); } ">
16
+ < button class ="action-close " type ="button " click =" function () { $col.hide(); } ">
17
17
< span translate ="'Close' "/>
18
18
</ button >
19
19
</ div >
You can’t perform that action at this time.
0 commit comments