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 3030 < legend class ="admin__legend ">
3131 < span text ="$parent.label "/>
3232 </ legend > < br />
33-
33+
3434 < each args ="getRegion('body') " render =""/>
3535 </ fieldset >
3636 </ div >
Original file line number Diff line number Diff line change 1616 < div class ="admin__field-control "
1717 css ="'_with-tooltip': $data.tooltip ">
1818 < div class ="admin__field admin__field-option " outereach ="options ">
19- < input
19+ < input
2020 ko-checked ="$parent.value "
2121 ko-disabled ="$parent.disabled "
2222 css ="
2323 'admin__control-radio': !$parent.multiple,
2424 'admin__control-checkbox': $parent.multiple "
2525 attr ="
26- id: ++ko.uid,
26+ id: ++ko.uid,
2727 value: value,
2828 type: $parent.multiple ? 'checkbox' : 'radio' "/>
2929
Original file line number Diff line number Diff line change 3535 < div class ="admin__field-note " if ="$data.notice " attr ="id: noticeId ">
3636 < span translate ="notice "/>
3737 </ div >
38-
38+
3939 < div class ="admin__additional-info " if ="$data.additionalInfo " html ="$data.additionalInfo "> </ div >
4040
4141 < render args ="$data.service.template " if ="$data.hasService() "/>
Original file line number Diff line number Diff line change 1313 </ button >
1414 </ with >
1515 </ if >
16-
16+
1717 < if args ="$data.isEditor ">
1818 < label class ="admin__field-label admin__field-label-vertical " attr ="for: uid " translate ="'All in Column' "/>
1919 < render />
Original file line number Diff line number Diff line change 1111 < span class ="data-grid-row-changed " css ="_changed: $parent.hasChanges ">
1212 < span class ="data-grid-row-changed-tooltip " translate ="'Record contains unsaved changes.' "/>
1313 </ span >
14- </ td >
15-
14+ </ td >
15+
1616 <!-- ko ifnot: $parent.isActionsColumn($data) -->
1717 < td if ="$col.isEditor " template ="$parent.fieldTmpl "/>
1818 < td ifnot ="$col.isEditor " css ="$col.getFieldClass() " template ="$col.getBody() "/>
Original file line number Diff line number Diff line change 77< div style ="display: none; " css ="stickyClass " afterRender ="setStickyNode ">
88 < span class ="data-grid-cap-left " afterRender ="setLeftCap "/>
99 < span class ="data-grid-cap-right " afterRender ="setRightCap "/>
10-
10+
1111 < div afterRender ="setStickyToolbarNode ">
1212 < div class ="admin__data-grid-header ">
1313 < div class ="admin__data-grid-header-row ">
Original file line number Diff line number Diff line change 1919 < render args ="elementTmpl " if ="element.input_type == 'checkbox' || element.input_type == 'radio' "/>
2020 </ if >
2121 </ each >
22-
22+
2323 < each args ="getRegion('insideGroup') " render =""/>
2424
2525 < each args ="elems " if ="validateWholeGroup ">
You can’t perform that action at this time.
0 commit comments