File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
app/code/Magento/Ui/view/base/web/templates Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
< legend class ="admin__legend ">
31
31
< span text ="$parent.label "/>
32
32
</ legend > < br />
33
-
33
+
34
34
< each args ="getRegion('body') " render =""/>
35
35
</ fieldset >
36
36
</ div >
Original file line number Diff line number Diff line change 16
16
< div class ="admin__field-control "
17
17
css ="'_with-tooltip': $data.tooltip ">
18
18
< div class ="admin__field admin__field-option " outereach ="options ">
19
- < input
19
+ < input
20
20
ko-checked ="$parent.value "
21
21
ko-disabled ="$parent.disabled "
22
22
css ="
23
23
'admin__control-radio': !$parent.multiple,
24
24
'admin__control-checkbox': $parent.multiple "
25
25
attr ="
26
- id: ++ko.uid,
26
+ id: ++ko.uid,
27
27
value: value,
28
28
type: $parent.multiple ? 'checkbox' : 'radio' "/>
29
29
Original file line number Diff line number Diff line change 35
35
< div class ="admin__field-note " if ="$data.notice " attr ="id: noticeId ">
36
36
< span translate ="notice "/>
37
37
</ div >
38
-
38
+
39
39
< div class ="admin__additional-info " if ="$data.additionalInfo " html ="$data.additionalInfo "> </ div >
40
40
41
41
< render args ="$data.service.template " if ="$data.hasService() "/>
Original file line number Diff line number Diff line change 13
13
</ button >
14
14
</ with >
15
15
</ if >
16
-
16
+
17
17
< if args ="$data.isEditor ">
18
18
< label class ="admin__field-label admin__field-label-vertical " attr ="for: uid " translate ="'All in Column' "/>
19
19
< render />
Original file line number Diff line number Diff line change 11
11
< span class ="data-grid-row-changed " css ="_changed: $parent.hasChanges ">
12
12
< span class ="data-grid-row-changed-tooltip " translate ="'Record contains unsaved changes.' "/>
13
13
</ span >
14
- </ td >
15
-
14
+ </ td >
15
+
16
16
<!-- ko ifnot: $parent.isActionsColumn($data) -->
17
17
< td if ="$col.isEditor " template ="$parent.fieldTmpl "/>
18
18
< td ifnot ="$col.isEditor " css ="$col.getFieldClass() " template ="$col.getBody() "/>
Original file line number Diff line number Diff line change 7
7
< div style ="display: none; " css ="stickyClass " afterRender ="setStickyNode ">
8
8
< span class ="data-grid-cap-left " afterRender ="setLeftCap "/>
9
9
< span class ="data-grid-cap-right " afterRender ="setRightCap "/>
10
-
10
+
11
11
< div afterRender ="setStickyToolbarNode ">
12
12
< div class ="admin__data-grid-header ">
13
13
< div class ="admin__data-grid-header-row ">
Original file line number Diff line number Diff line change 19
19
< render args ="elementTmpl " if ="element.input_type == 'checkbox' || element.input_type == 'radio' "/>
20
20
</ if >
21
21
</ each >
22
-
22
+
23
23
< each args ="getRegion('insideGroup') " render =""/>
24
24
25
25
< each args ="elems " if ="validateWholeGroup ">
You can’t perform that action at this time.
0 commit comments