projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6197caa
)
Fix missing name parameter
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 29 Sep 2009 04:10:24 +0000
(22:10 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 29 Sep 2009 04:10:24 +0000
(22:10 -0600)
imp/templates/search/search.html
patch
|
blob
|
history
diff --git
a/imp/templates/search/search.html
b/imp/templates/search/search.html
index
7c48137
..
bd7da23
100644
(file)
--- a/
imp/templates/search/search.html
+++ b/
imp/templates/search/search.html
@@
-73,7
+73,7
@@
</div>
<div class="item">
<label for="search_type"><gettext>Type:</gettext></label>
- <select id="search_type">
+ <select id="search_type"
name="search_type"
>
<option value="vfolder"><gettext>Virtual Folder</gettext></option>
</select>
</div>