search widget : numeric => between after the basic operators

SVN:b1162[5572]
This commit is contained in:
Bruno Da Silva
2018-03-29 10:13:07 +00:00
parent dfab460478
commit 456f8be6e5

View File

@@ -17,11 +17,6 @@ $(function()
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Equals'),//pre-existing, label changed
// 'dropdown_group':1,
},
'between': {
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Between'),
'code': 'between',
'rank': 50,
},
'>': {
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:GreaterThan'),
'code': 'greater_than',
@@ -53,6 +48,12 @@ $(function()
// 'dropdown_group':1,
},
'between': {
'label': Dict.S('UI:Search:Criteria:Operator:Numeric:Between'),
'code': 'between',
'rank': 600,
},
'empty': {
'rank': 700,//pre-existing, reordered
},