projects
/
mkdrusampletheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b6303
)
Support autocomplete
master
author
Jason Skomorowski
<jason@indexdata.com>
Tue, 10 Sep 2013 23:42:40 +0000
(23:42 +0000)
committer
Jason Skomorowski
<jason@indexdata.com>
Tue, 10 Sep 2013 23:42:40 +0000
(23:42 +0000)
templates/mkdru-form.tpl.php
patch
|
blob
|
history
diff --git
a/templates/mkdru-form.tpl.php
b/templates/mkdru-form.tpl.php
index
aaddba3
..
1b1e3f2
100644
(file)
--- a/
templates/mkdru-form.tpl.php
+++ b/
templates/mkdru-form.tpl.php
@@
-1,5
+1,5
@@
<form class="mkdru-search">
- <p><input class="form-text" type="text"/></p>
+ <p><input class="form-text mkdru-autocomplete" type="text"/></p>
<p>Sort by
<select class="mkdru-sort form-select">
<option value="relevance" selected="selected">relevance</option>
@@
-16,4
+16,4
@@
</select>
per page.
<input class="form-submit" type="submit" value="Search"/><p>
-</form>
\ No newline at end of file
+</form>