Jump to content

how to change a search button


Recommended Posts

edit modules\blocksearch\blocksearch-top.tpl

<form method="get" action="{$base_dir_ssl}search.php" id="searchbox">


<!-- image on background -->
       <input type="hidden" name="orderby" value="position" />
       <input type="hidden" name="orderway" value="desc" />
       <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />
       <input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" />

   </form>



edit

<input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" />



change value="{l s='Search' mod='blocksearch'}"

Link to comment
Share on other sites

I just borrow your topic. hope it is okay.

How can i make the search button smaller (width) ?
Can't find anything in global


edit global.css


chage the search_button width value.

Good Luck! :)
Link to comment
Share on other sites

  • 11 months later...
edit modules\blocksearch\blocksearch-top.tpl

<form method="get" action="{$base_dir_ssl}search.php" id="searchbox">


<!-- image on background -->
       <input type="hidden" name="orderby" value="position" />
       <input type="hidden" name="orderway" value="desc" />
       <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'|stripslashes}{/if}" />
       <input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" />

   </form>



edit

<input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="button" />



change value="{l s='Search' mod='blocksearch'}"



Change Value to what? What can i enter there?

I've edited the line like:

<input type="submit" name="submit_search" value="{l s='Search' mod='blocksearch'}" class="searchknob" />



but it changed nothing... :(

Link to comment
Share on other sites

  • 2 weeks later...

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...