fixed search
This commit is contained in:
parent
d8f18df3ec
commit
2afdbfc2d1
1 changed files with 5 additions and 3 deletions
|
@ -48,9 +48,11 @@ EOD
|
||||||
<!-- Simple Textfield -->
|
<!-- Simple Textfield -->
|
||||||
<div class='mdl-cell mdl-cell--4-col'>
|
<div class='mdl-cell mdl-cell--4-col'>
|
||||||
<form class='mdl-typography--text-center' action='".make_link("post/list")."' method='GET'>
|
<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 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'>
|
<input type='hidden' name='q' value='/post/list'>
|
||||||
<label class='mdl-textfield__label' for='search'>Search</label>
|
<label class='mdl-textfield__label' for='search'>Search</label>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue