blob: 60290005d88ec623d0a4f8743d4e517f2f40f7be (
plain)
1
2
3
4
5
6
|
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform" class="form-inline input-group input-group-sm pull-xs-right">
<input type="text" id="searchbox" name="P" value="" size="12" placeholder="Search…" class="form-control" />
<span class="input-group-btn">
<button class="btn btn-secondary" type="submit"><i class="fa fa-search"></i></button>
</span>
</form>
|