There was an error while loading. Please reload this page.
1 parent eb1e1b3 commit 86f956dCopy full SHA for 86f956d
2 files changed
js/ui.js
@@ -157,10 +157,10 @@ Evol.UI = {
157
option: function (id, text) {
158
return '<option value="'+id+'">'+text+'</option>';
159
},
160
- options: function (fields, value) {
+ options: function (lovList, value) {
161
var fnOpt = Evol.UI.input.option,
162
opts='';
163
- _.each(fields,function(f){
+ _.each(lovList,function(f){
164
if(f.id===value){
165
opts+='<option value="'+f.id+'" selected="selected">'+f.text+'</option>';
166
}else{
less/toolbar.less
@@ -47,6 +47,7 @@
47
min-height: 35px;
48
line-height: 35px;
49
margin-top: 2px;
50
+ margin-right: 5px;
51
}
52
53
.evo-filter-on{
0 commit comments