fix in search

This commit is contained in:
Anand Doshi
2012-03-22 13:24:41 +05:30
parent fa77978aa0
commit 902687091c
4 changed files with 4 additions and 4 deletions

View File

@@ -3479,7 +3479,7 @@ span, div, td, input, textarea, button, select {
} }
body { body {
background: url(../lib/images/ui/redbeech.jpg) repeat; background: url(../images/redbeech.jpg) repeat;
} }
.small { .small {

View File

@@ -1619,7 +1619,7 @@ span, div, td, input, textarea, button, select {
} }
body { body {
background: url(../lib/images/ui/redbeech.jpg) repeat; background: url(../images/redbeech.jpg) repeat;
} }
.small { .small {

View File

@@ -1332,7 +1332,7 @@ wn.ui.toolbar.NewDialog=wn.ui.toolbar.SelectorDialog.extend({init:function(){thi
/* /*
* lib/js/wn/ui/toolbar/search.js * 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 * lib/js/wn/ui/toolbar/report.js
*/ */

View File

@@ -1 +1 @@
1339 1340