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(
|
||||
'name',
|
||||
Ox._(filter.title)
|
||||
+ '<div class="OxColumnStatus OxLight" style="right: 52px">'
|
||||
+ Ox.formatNumber(data.items) + '</div>'
|
||||
+ '<div class="OxColumnStatus OxLight">'
|
||||
+ Ox.formatNumber(data.items) + ' </div>'
|
||||
);
|
||||
},
|
||||
select: function(data) {
|
||||
|
|
Loading…
Reference in a new issue