Files
kupshop/web/templates/kupkolo/block.search.tpl
2025-08-02 16:30:27 +02:00

9 lines
491 B
Smarty

<form method="get" action="{url s=search}" class="form search" id="sf">
<div class="input-group">
<input type="text" name="search" value="{$header.searchString}" maxlength="100" class="form-control autocomplete-control"
placeholder="{t}Hledaný výraz{/t}" id="search" autocomplete="off">
<button type="submit" class="btn btn-gray" {if !$showSubmitBtn}style="display: none;"{/if}>{t}Hledat{/t}</button>
{include "block.search.script.tpl"}
</div>
</form>