Skip to content

Commit 86f956d

Browse files
author
Olivier Giulieri
committed
Cleanups.
1 parent eb1e1b3 commit 86f956d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

js/ui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ Evol.UI = {
157157
option: function (id, text) {
158158
return '<option value="'+id+'">'+text+'</option>';
159159
},
160-
options: function (fields, value) {
160+
options: function (lovList, value) {
161161
var fnOpt = Evol.UI.input.option,
162162
opts='';
163-
_.each(fields,function(f){
163+
_.each(lovList,function(f){
164164
if(f.id===value){
165165
opts+='<option value="'+f.id+'" selected="selected">'+f.text+'</option>';
166166
}else{

less/toolbar.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
min-height: 35px;
4848
line-height: 35px;
4949
margin-top: 2px;
50+
margin-right: 5px;
5051
}
5152

5253
.evo-filter-on{

0 commit comments

Comments
 (0)