Jump to content

Texto que desaparece al clickear [Solucionado]


nexxuseis

Recommended Posts

Buenas, quiero poner dentro del campo de búsqueda que diga "Buscar" y desaparezca al clickear, asi como tiene el bloque Newlsetter, como se hace eso?

iWyE2Ti7vRIIN.jpg

 

Gracias.

 

Si te refieres a añadir el texto aquí:

 

ctexto.png

 

Prueba esto:

 

Fichero:

 

modules/blocksearch/blocksearch-top.tpl

 

Busca esto:

 

  <input class="search_query" type="text" id="search_query_top" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />

 

Y lo dejas asi:

 

<input class="search_query" type="text" id="search_query_top" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{else}{l s='Buscarito' mod='blocksearch'}{/if}" onfocus="javascript:if(this.value=='{l s='Buscarito' mod='blocksearch'}')this.value='';"
 onblur="javascript:if(this.value=='')this.value='{l s='Buscarito' mod='blocksearch'}';"  />

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...