|
1 |
| -<div |
2 |
| - class="ui fluid action input" |
3 |
| - id="attributeChoice" |
4 |
| - data-action="{{ path('sylius_admin_render_attribute_forms') }}" |
5 |
| - style="margin-bottom: 30px;" |
6 |
| -> |
| 1 | +<div class="ui fluid action input attribute-selection-form" id="attributeChoice" data-action="{{ path('sylius_admin_render_attribute_forms') }}" style="margin-bottom: 30px; gap: 1rem;"> |
7 | 2 | {{ form_widget(
|
8 | 3 | form, {
|
9 | 4 | 'attr': {
|
10 |
| - 'class': 'ui fluid search dropdown', |
11 |
| - 'id': 'sylius_product_attribute_choice', |
| 5 | + 'class': 'ui fluid search dropdown', |
| 6 | + 'id': 'sylius_product_attribute_choice', |
12 | 7 | 'data-attributes': ''
|
13 | 8 | }
|
14 | 9 | }
|
15 | 10 | ) }}
|
16 | 11 |
|
17 |
| - <div |
18 |
| - class="ui fluid icon dropdown input" |
19 |
| - tabindex="0" |
20 |
| - > |
| 12 | + <div |
| 13 | + class="ui fluid icon dropdown input" |
| 14 | + tabindex="0"> |
21 | 15 | <div style="height: 100%;">
|
22 |
| - <input |
23 |
| - name="atribute_groups_search" |
24 |
| - placeholder="{{ 'bitbag_sylius_product_attribute_group_plugin.ui.attributes_group'|trans }}" |
25 |
| - data-attribute-groups-search |
| 16 | + <input |
| 17 | + name="atribute_groups_search" |
| 18 | + placeholder="{{ 'bitbag_sylius_product_attribute_group_plugin.ui.attributes_group'|trans }}" |
| 19 | + data-attribute-groups-search |
26 | 20 | style="height: 100%;"
|
27 |
| - id="add_attributes_group" |
28 |
| - > |
| 21 | + id="add_attributes_group"> |
29 | 22 | </div>
|
30 | 23 |
|
31 |
| - <i class="icon clipboard list"></i> |
32 |
| - |
33 |
| - <div |
34 |
| - class="ui menu fluid transition" |
35 |
| - id="menuWithAttributesGroup" |
36 |
| - tabindex="-1" |
37 |
| - data-attribute-groups |
38 |
| - > |
39 |
| - </div> |
| 24 | + <i class="icon clipboard list"></i> |
| 25 | + <div class="ui menu fluid transition" id="menuWithAttributesGroup" tabindex="-1" data-attribute-groups></div> |
40 | 26 | </div>
|
41 | 27 |
|
42 |
| - <button |
43 |
| - class="ui green labeled icon button" |
44 |
| - type="button" |
45 |
| - > |
| 28 | + <button class="ui green icon button" style="border-radius: 0.25rem;" type="button"> |
46 | 29 | <i class="icon plus"></i>
|
47 |
| - |
48 | 30 | {{ 'sylius.ui.add_attributes'|trans }}
|
49 | 31 | </button>
|
50 | 32 | </div>
|
0 commit comments