Hi,
The Smart Search at position-0 look has changed. Here is the HTML Tag after the change:
+++++++++++++++++++++++++++++
<form id="mod-finder-searchform179" action="/contenidos/busqueda-de-noticias" method="get" class="form-search">
<div class="finder">
<label for="mod-finder-searchword179" class="element-invisible finder">Buscar</label><br /><input type="text" name="q" id="mod-finder-searchword179" class="search-query input-medium" size="25" value="" placeholder="Buscar..."/><button class="btn btn-primary hasTooltip finder" type="submit" title="Ir"><span class="icon-search icon-white"></span>Buscar</button>
</div>
</form>
AND here like it should be:
<form id="mod-finder-searchform" action="/contenidos/busqueda-de-noticias" method="get" class="form-search">
<div class="finder">
<input type="text" name="q" id="mod-finder-searchword" class="search-query input-medium" size="25" value="" placeholder="Buscar..."/><button class="btn btn-primary hasTooltip finder" type="submit" title="Ir"><span class="icon-search icon-white"></span>Buscar</button>
</div>
</form>
++++++++++++++++++++++++++++++++
Kind regards
Hermann