mantaasss Posted June 11, 2010 Share Posted June 11, 2010 hello everyone. I need a help with search button, does anyone know how to change a search button to diferent ? thanks. Link to comment Share on other sites More sharing options...
Sultan Posted June 12, 2010 Share Posted June 12, 2010 hello everyone. I need a help with search button, does anyone know how to change a search button to diferent ? thanks. Hi,modify the global.css file for the corresponding button(s)HTH, good luck, Link to comment Share on other sites More sharing options...
Guest Posted June 12, 2010 Share Posted June 12, 2010 change color?picture? Link to comment Share on other sites More sharing options...
mantaasss Posted June 12, 2010 Author Share Posted June 12, 2010 picturethanks. Link to comment Share on other sites More sharing options...
Guest Posted June 12, 2010 Share Posted June 12, 2010 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 More sharing options...
Joachim Tranberg Posted June 12, 2010 Share Posted June 12, 2010 I just borrow your topic. hope it is okay.How can i make the search button smaller (width) ?Can't find anything in global Link to comment Share on other sites More sharing options...
Guest Posted June 15, 2010 Share Posted June 15, 2010 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.csschage the search_button width value.Good Luck! Link to comment Share on other sites More sharing options...
vnfr33 Posted May 20, 2011 Share Posted May 20, 2011 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 More sharing options...
sunandmoon21 Posted June 2, 2011 Share Posted June 2, 2011 bump...anyone has a solution? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now