projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1251a94
)
Fix adding default search text to criteria entry
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Sep 2009 05:56:58 +0000
(23:56 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Sep 2009 05:56:58 +0000
(23:56 -0600)
imp/js/search.js
patch
|
blob
|
history
diff --git
a/imp/js/search.js
b/imp/js/search.js
index
705387e
..
9090e45
100644
(file)
--- a/
imp/js/search.js
+++ b/
imp/js/search.js
@@
-164,7
+164,7
@@
var ImpSearch = {
{
var tmp = [
new Element('EM').insert(this.getLabel(id)),
- new Element('INPUT', { type: 'text', size: 25 }),
+ new Element('INPUT', { type: 'text', size: 25 })
.setValue(text)
,
new Element('SPAN').insert(new Element('INPUT', { checked: Boolean(not), className: 'checkbox', type: 'checkbox' })).insert(this.text.not_match)
];
this.criteria[this.insertCriteria(tmp)] = { t: id };