diff --git a/themes/bootstrap/templates/search/searchbox.phtml b/themes/bootstrap/templates/search/searchbox.phtml index 84787b7b7acd154f2e3a7d04ffff5eaacbd38dac..ef52ceecd367b25d4ea344b332a5523f47ca32b4 100644 --- a/themes/bootstrap/templates/search/searchbox.phtml +++ b/themes/bootstrap/templates/search/searchbox.phtml @@ -37,7 +37,7 @@ <div class="help-block"><?=$this->transEsc("Your search terms")?> : "<strong><?=$this->escapeHtml($this->lookfor)?></strong>"</div> <? else: ?> <form class="form-inline navbar-form block" method="get" action="<?=$this->url($basicSearch)?>" name="searchForm" id="searchForm" autocomplete="off"> - <input class="span4 search-query<? if($options->autocompleteEnabled()):?> autocomplete searcher:<?=$this->escapeHtml($this->searchClassId) ?><? endif ?>" id="searchForm_lookfor" type="text" name="lookfor" value="<?=$this->escapeHtml($this->lookfor)?>"/> + <input class="span5 search-query<? if($options->autocompleteEnabled()):?> autocomplete searcher:<?=$this->escapeHtml($this->searchClassId) ?><? endif ?>" id="searchForm_lookfor" type="text" name="lookfor" value="<?=$this->escapeHtml($this->lookfor)?>"/> <? if ($handlerCount > 1): ?> <select id="searchForm_type" name="type" data-native-menu="false"> <? foreach ($handlers as $handler): ?>