fixed search - wow i was stoopid
This commit is contained in:
parent
2afdbfc2d1
commit
5761148d0a
1 changed files with 7 additions and 10 deletions
|
@ -45,16 +45,13 @@ EOD
|
|||
<div class='mdl-grid'>
|
||||
<div class='mdl-layout-spacer'></div>
|
||||
<div class='mdl-cell mdl-cell--4-col'>
|
||||
<!-- Simple Textfield -->
|
||||
<div class='mdl-cell mdl-cell--4-col'>
|
||||
<form class='mdl-typography--text-center' action='".make_link("post/list")."' method='GET'>
|
||||
<div class='mdl-textfield mdl-js-textfield'>
|
||||
<input id='search' name='search' size='30' type='search' value='' class='autocomplete_tags mdl-textfield__input' autocomplete='off' />
|
||||
<input type='hidden' name='q' value='/post/list'>
|
||||
<label class='mdl-textfield__label' for='search'>Search</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<form class='mdl-typography--text-center' action='".make_link("post/list")."' method='GET'>
|
||||
<div class='mdl-textfield mdl-js-textfield'>
|
||||
<input id='search' name='search' size='30' type='search' value='' class='autocomplete_tags mdl-textfield__input' autocomplete='off' />
|
||||
<input type='hidden' name='q' value='/post/list'>
|
||||
<label class='mdl-textfield__label' for='search'>Search</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class='mdl-layout-spacer'></div>
|
||||
</div>
|
||||
|
|
Reference in a new issue