File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ public function getHtml()
50
50
$ htmlId = $ this ->_getHtmlId () . microtime (true );
51
51
$ format = $ this ->getLocale ()->getDateStrFormat (Mage_Core_Model_Locale::FORMAT_TYPE_SHORT );
52
52
$ html = '<div class="range"><div class="range-line date"> '
53
- . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).': </span> '
53
+ . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).'</span> '
54
54
. '<input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ htmlId .'_from" '
55
55
. ' value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/> '
56
56
. '<img src=" ' . Mage::getDesign ()->getSkinUrl ('images/grid-cal.gif ' ) . '" alt="" class="v-middle" '
57
57
. ' id=" ' .$ htmlId .'_from_trig" '
58
58
. ' title=" ' . $ this ->escapeHtml (Mage::helper ('adminhtml ' )->__ ('Date selector ' )) . '"/> '
59
59
. '</div> ' ;
60
60
$ html .= '<div class="range-line date"> '
61
- . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).' : </span> '
61
+ . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).'</span> '
62
62
. '<input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ htmlId .'_to" '
63
63
. ' value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/> '
64
64
. '<img src=" ' . Mage::getDesign ()->getSkinUrl ('images/grid-cal.gif ' ) . '" alt="" class="v-middle" '
Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ public function getHtml()
116
116
}
117
117
118
118
$ html = '<div class="range"><div class="range-line date"> '
119
- . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).': </span> '
119
+ . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).'</span> '
120
120
. '<input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ htmlId .'_from" '
121
121
. ' value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/> '
122
122
. '<img src=" ' . Mage::getDesign ()->getSkinUrl ('images/grid-cal.gif ' ) . '" alt="" class="v-middle" '
123
123
. ' id=" ' .$ htmlId .'_from_trig" '
124
124
. ' title=" ' .$ this ->escapeHtml (Mage::helper ('adminhtml ' )->__ ('Date selector ' )).'"/> '
125
125
. '</div> ' ;
126
126
$ html .= '<div class="range-line date"> '
127
- . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).' : </span> '
127
+ . '<span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).'</span> '
128
128
. '<input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ htmlId .'_to" '
129
129
. ' value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/> '
130
130
. '<img src=" ' . Mage::getDesign ()->getSkinUrl ('images/grid-cal.gif ' ) . '" alt="" class="v-middle" '
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ class Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Price
40
40
public function getHtml ()
41
41
{
42
42
$ html = '<div class="range"> ' ;
43
- $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).': </span> <input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ this ->_getHtmlId ().'_from" value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/></div> ' ;
44
- $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).': </span><input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ this ->_getHtmlId ().'_to" value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/></div> ' ;
43
+ $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).'</span> <input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ this ->_getHtmlId ().'_from" value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/></div> ' ;
44
+ $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).'</span><input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ this ->_getHtmlId ().'_to" value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/></div> ' ;
45
45
if ($ this ->getDisplayCurrencySelect ())
46
- $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('In ' ).': </span> ' . $ this ->_getCurrencySelectHtml () . '</div> ' ;
46
+ $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('In ' ).'</span> ' . $ this ->_getCurrencySelectHtml () . '</div> ' ;
47
47
$ html .= '</div> ' ;
48
48
49
49
return $ html ;
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Range extends Mage_Adminhtm
35
35
{
36
36
public function getHtml ()
37
37
{
38
- $ html = '<div class="range"><div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).': </span> <input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ this ->_getHtmlId ().'_from" value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/></div> ' ;
39
- $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).': </span><input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ this ->_getHtmlId ().'_to" value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/></div></div> ' ;
38
+ $ html = '<div class="range"><div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('From ' ).'</span> <input type="text" name=" ' .$ this ->_getHtmlName ().'[from]" id=" ' .$ this ->_getHtmlId ().'_from" value=" ' .$ this ->getEscapedValue ('from ' ).'" class="input-text no-changes"/></div> ' ;
39
+ $ html .= '<div class="range-line"><span class="label"> ' . Mage::helper ('adminhtml ' )->__ ('To ' ).'</span><input type="text" name=" ' .$ this ->_getHtmlName ().'[to]" id=" ' .$ this ->_getHtmlId ().'_to" value=" ' .$ this ->getEscapedValue ('to ' ).'" class="input-text no-changes"/></div></div> ' ;
40
40
return $ html ;
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments