Fix non-niceurl search in 2.1
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@823 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
616c327d76
commit
e1d4a8e09d
@ -36,6 +36,7 @@ EOD
|
||||
<div class='space'>
|
||||
<form action='".make_link("post/list")."' method='GET'>
|
||||
<input id='search_input' name='search' size='55' type='text' value='' autocomplete='off' /><br/>
|
||||
<input type='hidden' name='q' value='/post/list'>
|
||||
<input type='submit' value='Search'/>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -64,6 +64,7 @@ class IndexTheme extends Themelet {
|
||||
<p><form action='$h_search_link' method='GET'>
|
||||
<input id='search_input' name='search' type='text'
|
||||
value='$h_search_string' autocomplete='off' />
|
||||
<input type='hidden' name='q' value='/post/list'>
|
||||
<input type='submit' value='Find' style='display: none;' />
|
||||
</form>
|
||||
<div id='search_completions'></div>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user