Skip to content

Commit f0ba6c3

Browse files
committed
2080: removed ok and cancels
1 parent 9dbe896 commit f0ba6c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+18
-1349
lines changed

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/CreateAPluginDialog.form

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,47 +10,6 @@
1010
</properties>
1111
<border type="none"/>
1212
<children>
13-
<grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
14-
<margin top="0" left="0" bottom="0" right="0"/>
15-
<constraints>
16-
<grid row="9" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
17-
</constraints>
18-
<properties/>
19-
<border type="none"/>
20-
<children>
21-
<hspacer id="98af6">
22-
<constraints>
23-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
24-
</constraints>
25-
</hspacer>
26-
<grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1">
27-
<margin top="0" left="0" bottom="0" right="0"/>
28-
<constraints>
29-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
30-
</constraints>
31-
<properties/>
32-
<border type="none"/>
33-
<children>
34-
<component id="e7465" class="javax.swing.JButton" binding="buttonOK">
35-
<constraints>
36-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
37-
</constraints>
38-
<properties>
39-
<text resource-bundle="magento2/common" key="common.ok"/>
40-
</properties>
41-
</component>
42-
<component id="5723f" class="javax.swing.JButton" binding="buttonCancel">
43-
<constraints>
44-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
45-
</constraints>
46-
<properties>
47-
<text resource-bundle="magento2/common" key="common.cancel"/>
48-
</properties>
49-
</component>
50-
</children>
51-
</grid>
52-
</children>
53-
</grid>
5413
<grid id="e3588" layout-manager="GridLayoutManager" row-count="4" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
5514
<margin top="0" left="0" bottom="0" right="0"/>
5615
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/CreateAnObserverDialog.form

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,6 @@
1212
</properties>
1313
<border type="none"/>
1414
<children>
15-
<grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
16-
<margin top="0" left="0" bottom="0" right="0"/>
17-
<constraints>
18-
<grid row="5" column="0" row-span="1" col-span="3" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
19-
</constraints>
20-
<properties/>
21-
<border type="none"/>
22-
<children>
23-
<hspacer id="98af6">
24-
<constraints>
25-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
26-
</constraints>
27-
</hspacer>
28-
<grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1">
29-
<margin top="0" left="0" bottom="0" right="0"/>
30-
<constraints>
31-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
32-
</constraints>
33-
<properties/>
34-
<border type="none"/>
35-
<children>
36-
<component id="e7465" class="javax.swing.JButton" binding="buttonOK">
37-
<constraints>
38-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
39-
</constraints>
40-
<properties>
41-
<text resource-bundle="magento2/common" key="common.ok"/>
42-
</properties>
43-
</component>
44-
<component id="5723f" class="javax.swing.JButton" binding="buttonCancel">
45-
<constraints>
46-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
47-
</constraints>
48-
<properties>
49-
<text resource-bundle="magento2/common" key="common.cancel"/>
50-
</properties>
51-
</component>
52-
</children>
53-
</grid>
54-
</children>
55-
</grid>
5615
<grid id="e3588" layout-manager="GridLayoutManager" row-count="3" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
5716
<margin top="0" left="0" bottom="0" right="0"/>
5817
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/GatherArrayValuesDialog.form

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,6 @@
1919
<border type="none"/>
2020
<children/>
2121
</grid>
22-
<grid id="bf79c" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
23-
<margin top="0" left="0" bottom="0" right="0"/>
24-
<constraints>
25-
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
26-
</constraints>
27-
<properties/>
28-
<border type="none"/>
29-
<children>
30-
<component id="9b2c5" class="javax.swing.JButton" binding="buttonCancel">
31-
<constraints>
32-
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
33-
</constraints>
34-
<properties>
35-
<text value="Cancel"/>
36-
</properties>
37-
</component>
38-
<hspacer id="1d0">
39-
<constraints>
40-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
41-
</constraints>
42-
</hspacer>
43-
<component id="6d22e" class="javax.swing.JButton" binding="buttonOK">
44-
<constraints>
45-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
46-
</constraints>
47-
<properties>
48-
<text value="OK"/>
49-
</properties>
50-
</component>
51-
</children>
52-
</grid>
5322
<grid id="cc44f" binding="itemsPane" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
5423
<margin top="0" left="0" bottom="0" right="0"/>
5524
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/InjectAViewModelDialog.form

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,6 @@
1111
</properties>
1212
<border type="none"/>
1313
<children>
14-
<grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
15-
<margin top="0" left="0" bottom="0" right="0"/>
16-
<constraints>
17-
<grid row="1" column="0" row-span="1" col-span="3" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
18-
</constraints>
19-
<properties/>
20-
<border type="none"/>
21-
<children>
22-
<hspacer id="98af6">
23-
<constraints>
24-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
25-
</constraints>
26-
</hspacer>
27-
<grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1">
28-
<margin top="0" left="0" bottom="0" right="0"/>
29-
<constraints>
30-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
31-
</constraints>
32-
<properties/>
33-
<border type="none"/>
34-
<children>
35-
<component id="e7465" class="javax.swing.JButton" binding="buttonOK">
36-
<constraints>
37-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
38-
</constraints>
39-
<properties>
40-
<text resource-bundle="magento2/common" key="common.ok"/>
41-
</properties>
42-
</component>
43-
<component id="5723f" class="javax.swing.JButton" binding="buttonCancel">
44-
<constraints>
45-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
46-
</constraints>
47-
<properties>
48-
<text resource-bundle="magento2/common" key="common.cancel"/>
49-
</properties>
50-
</component>
51-
</children>
52-
</grid>
53-
</children>
54-
</grid>
5514
<grid id="e3588" layout-manager="GridLayoutManager" row-count="3" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
5615
<margin top="0" left="0" bottom="0" right="0"/>
5716
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/NewArgumentInjectionDialog.form

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,6 @@
1111
</properties>
1212
<border type="none"/>
1313
<children>
14-
<grid id="22c08" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
15-
<margin top="0" left="0" bottom="0" right="0"/>
16-
<constraints>
17-
<grid row="9" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
18-
</constraints>
19-
<properties/>
20-
<border type="none"/>
21-
<children>
22-
<component id="f749d" class="javax.swing.JButton" binding="buttonCancel">
23-
<constraints>
24-
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
25-
</constraints>
26-
<properties>
27-
<text value="Cancel"/>
28-
</properties>
29-
</component>
30-
<hspacer id="c5da2">
31-
<constraints>
32-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
33-
</constraints>
34-
</hspacer>
35-
<component id="55c38" class="javax.swing.JButton" binding="buttonOK">
36-
<constraints>
37-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
38-
</constraints>
39-
<properties>
40-
<text value="OK"/>
41-
</properties>
42-
</component>
43-
</children>
44-
</grid>
4514
<grid id="603b6" layout-manager="GridLayoutManager" row-count="5" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4615
<margin top="0" left="0" bottom="0" right="0"/>
4716
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/NewBlockDialog.form

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,6 @@
1212
</properties>
1313
<border type="none"/>
1414
<children>
15-
<grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
16-
<margin top="0" left="0" bottom="0" right="0"/>
17-
<constraints>
18-
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
19-
</constraints>
20-
<properties/>
21-
<border type="none"/>
22-
<children>
23-
<hspacer id="98af6">
24-
<constraints>
25-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
26-
</constraints>
27-
</hspacer>
28-
<grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1">
29-
<margin top="0" left="0" bottom="0" right="0"/>
30-
<constraints>
31-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
32-
</constraints>
33-
<properties/>
34-
<border type="none"/>
35-
<children>
36-
<component id="e7465" class="javax.swing.JButton" binding="buttonOK">
37-
<constraints>
38-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
39-
</constraints>
40-
<properties>
41-
<text resource-bundle="magento2/common" key="common.ok"/>
42-
</properties>
43-
</component>
44-
<component id="5723f" class="javax.swing.JButton" binding="buttonCancel">
45-
<constraints>
46-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
47-
</constraints>
48-
<properties>
49-
<text resource-bundle="magento2/common" key="common.cancel"/>
50-
</properties>
51-
</component>
52-
</children>
53-
</grid>
54-
</children>
55-
</grid>
5615
<grid id="e3588" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
5716
<margin top="0" left="0" bottom="0" right="0"/>
5817
<constraints>

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/NewCLICommandDialog.form

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -90,42 +90,6 @@
9090
<text resource-bundle="magento2/common" key="common.description"/>
9191
</properties>
9292
</component>
93-
<grid id="5f3c" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
94-
<margin top="0" left="0" bottom="0" right="0"/>
95-
<constraints>
96-
<grid row="8" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
97-
</constraints>
98-
<properties/>
99-
<border type="none"/>
100-
<children>
101-
<hspacer id="a90e6">
102-
<constraints>
103-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
104-
</constraints>
105-
</hspacer>
106-
<vspacer id="d4f72">
107-
<constraints>
108-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
109-
</constraints>
110-
</vspacer>
111-
<component id="2f87d" class="javax.swing.JButton" binding="buttonOK">
112-
<constraints>
113-
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
114-
</constraints>
115-
<properties>
116-
<text resource-bundle="magento2/common" key="common.ok"/>
117-
</properties>
118-
</component>
119-
<component id="1c5a0" class="javax.swing.JButton" binding="buttonCancel">
120-
<constraints>
121-
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
122-
</constraints>
123-
<properties>
124-
<text resource-bundle="magento2/common" key="common.cancel"/>
125-
</properties>
126-
</component>
127-
</children>
128-
</grid>
12993
<component id="d786e" class="javax.swing.JTextArea" binding="cliCommandDescriptionField">
13094
<constraints>
13195
<grid row="6" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">

src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -338,48 +338,6 @@
338338
</component>
339339
</children>
340340
</grid>
341-
<grid id="181ea" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
342-
<margin top="0" left="0" bottom="0" right="0"/>
343-
<constraints>
344-
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
345-
</constraints>
346-
<properties/>
347-
<border type="none"/>
348-
<children>
349-
<hspacer id="62dec">
350-
<constraints>
351-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
352-
</constraints>
353-
</hspacer>
354-
<grid id="4686c" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
355-
<margin top="0" left="0" bottom="0" right="0"/>
356-
<constraints>
357-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
358-
</constraints>
359-
<properties/>
360-
<border type="none"/>
361-
<children>
362-
<component id="bd1fe" class="javax.swing.JButton" binding="buttonOK">
363-
<constraints>
364-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
365-
</constraints>
366-
<properties>
367-
<text value="OK"/>
368-
</properties>
369-
</component>
370-
<component id="9a422" class="javax.swing.JButton" binding="buttonCancel">
371-
<constraints>
372-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
373-
</constraints>
374-
<properties>
375-
<text value="Cancel"/>
376-
<toolTipText value=""/>
377-
</properties>
378-
</component>
379-
</children>
380-
</grid>
381-
</children>
382-
</grid>
383341
<grid id="9fd98" binding="optionsPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
384342
<margin top="5" left="5" bottom="5" right="5"/>
385343
<constraints>

0 commit comments

Comments
 (0)