File tree Expand file tree Collapse file tree 1 file changed +26
-25
lines changed
app/code/Magento/CatalogSearch/view/frontend/templates/advanced Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Original file line number Diff line number Diff line change 24
24
<span><?= $ block ->escapeHtml (__ ($ block ->getAttributeLabel ($ _attribute ))) ?> </span>
25
25
</label>
26
26
<div class="control">
27
- <?php switch ($ block ->getAttributeInputType ($ _attribute )) :
28
- case 'number ' :
29
- ?>
27
+ <?php
28
+ switch ($ block ->getAttributeInputType ($ _attribute )) :
29
+ case 'number ' :
30
+ ?>
30
31
<div class="range fields group group-2">
31
32
<div class="field no-label">
32
33
<div class="control">
53
54
</div>
54
55
</div>
55
56
</div>
56
- <?php
57
- break ;
58
- case 'price ' :
59
- ?>
57
+ <?php
58
+ break ;
59
+ case 'price ' :
60
+ ?>
60
61
<div class="range price fields group group-2">
61
62
<div class="field no-label">
62
63
<div class="control">
89
90
</div>
90
91
</div>
91
92
</div>
92
- <?php
93
- break ;
94
- case 'select ' :
95
- ?>
96
- <?= /* @noEscape */ $ block ->getAttributeSelectElement ($ _attribute ) ?>
97
- <?php
98
- break ;
99
- case 'yesno ' :
100
- ?>
101
- <?= /* @noEscape */ $ block ->getAttributeYesNoElement ($ _attribute ) ?>
102
- <?php
103
- break ;
104
- case 'date ' :
105
- ?>
93
+ <?php
94
+ break ;
95
+ case 'select ' :
96
+ ?>
97
+ <?= /* @noEscape */ $ block ->getAttributeSelectElement ($ _attribute ) ?>
98
+ <?php
99
+ break ;
100
+ case 'yesno ' :
101
+ ?>
102
+ <?= /* @noEscape */ $ block ->getAttributeYesNoElement ($ _attribute ) ?>
103
+ <?php
104
+ break ;
105
+ case 'date ' :
106
+ ?>
106
107
<div class="range dates fields group group-2">
107
108
<div class="field date no-label">
108
109
<div class="control">
115
116
</div>
116
117
</div>
117
118
</div>
118
- <?php
119
- break ;
120
- default :
121
- ?>
119
+ <?php
120
+ break ;
121
+ default :
122
+ ?>
122
123
<input type="text"
123
124
name="<?= $ block ->escapeHtmlAttr ($ _code ) ?> "
124
125
id="<?= $ block ->escapeHtmlAttr ($ _code ) ?> "
You can’t perform that action at this time.
0 commit comments