fix in search
This commit is contained in:
parent
fa77978aa0
commit
902687091c
@ -3479,7 +3479,7 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../lib/images/ui/redbeech.jpg) repeat;
|
||||
background: url(../images/redbeech.jpg) repeat;
|
||||
}
|
||||
|
||||
.small {
|
||||
|
@ -1619,7 +1619,7 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../lib/images/ui/redbeech.jpg) repeat;
|
||||
background: url(../images/redbeech.jpg) repeat;
|
||||
}
|
||||
|
||||
.small {
|
||||
|
@ -1332,7 +1332,7 @@ wn.ui.toolbar.NewDialog=wn.ui.toolbar.SelectorDialog.extend({init:function(){thi
|
||||
/*
|
||||
* lib/js/wn/ui/toolbar/search.js
|
||||
*/
|
||||
wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_read.join(',').split(','));makeselector();}});
|
||||
wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_search.join(',').split(','));makeselector();}});
|
||||
/*
|
||||
* lib/js/wn/ui/toolbar/report.js
|
||||
*/
|
||||
|
@ -1 +1 @@
|
||||
1339
|
||||
1340
|
Loading…
x
Reference in New Issue
Block a user