Jump to content

Les couleurs d'arrière-plan et de premier plan ne sont pas suffisamment contrastées


Recommended Posts

  • 1 year later...

Bonjour,

 

Dans Thème/mon thème/modules/blocksearch/blocksearch-top.tpl

 

Voici le code

 

<input class="search_query form-control" type="text" id="search_query_top" name="search_query" placeholder="{l s='Search' mod='blocksearch'}" value="{$search_query|escape:'htmlall':'UTF-8'|stripslashes}" />
         <button aria-label="{l s='Search' mod='blocksearch'}" type="submit" name="submit_search" class="btn btn-default button-search">

 

Dois-je changé le code comme ceci ?

 

<input class="search_query form-control" type="text" id="search_query_top" name="search_query" placeholder="{l s='Search' mod='blocksearch'}" value=""autocomplete="on"> {$search_query|escape:'htmlall':'UTF-8'|stripslashes}" />
         <button aria-label="{l s='Search' mod='blocksearch'}" type="submit" name="submit_search" class="btn btn-default button-search">

Merci

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...