File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Block/Adminhtml/Form/Renderer/Config Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,9 @@ protected function _getElementHtml(AbstractElement $element)
32
32
33
33
$ from = $ element ->setValue (isset ($ values [0 ]) ? $ values [0 ] : null )->getElementHtml ();
34
34
$ to = $ element ->setValue (isset ($ values [1 ]) ? $ values [1 ] : null )->getElementHtml ();
35
- return __ (
36
- '<label class="label"><span>from</span></label> '
37
- ) . $ from . __ (
38
- '<label class="label"><span>to</span></label> '
39
- ) . $ to ;
35
+ return '<label class="label"><span> ' . __ ('from ' ) . '</span></label> '
36
+ . $ from .
37
+ '<label class="label"><span> ' . __ ('to ' ) . '</span></label> '
38
+ . $ to ;
40
39
}
41
40
}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Position,Position
13
13
Day,Day
14
14
Month,Month
15
15
Year,Year
16
- "<label class=""label""><span> from</span></label>","<label class=""label""><span> from</span></label>"
17
- "<label class=""label""><span>to</span></label>","<label class=""label""><span>to</span></label>"
16
+ from, from
17
+ to,to
18
18
[GLOBAL],[GLOBAL]
19
19
[WEBSITE],[WEBSITE]
20
20
"[STORE VIEW]","[STORE VIEW]"
You can’t perform that action at this time.
0 commit comments