fix column counts display in filters
This commit is contained in:
parent
9a6c79842a
commit
ed948de469
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ oml.ui.filter = function(id) {
|
||||||
that.setColumnTitle(
|
that.setColumnTitle(
|
||||||
'name',
|
'name',
|
||||||
Ox._(filter.title)
|
Ox._(filter.title)
|
||||||
+ '<div class="OxColumnStatus OxLight" style="right: 52px">'
|
+ '<div class="OxColumnStatus OxLight">'
|
||||||
+ Ox.formatNumber(data.items) + '</div>'
|
+ Ox.formatNumber(data.items) + ' </div>'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
select: function(data) {
|
select: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue