[pmwiki-users] On the Searchbox... anyway good way to change the "Search" button to one with an image?

Hans design at flutesong.fsnet.co.uk
Sun Jun 19 15:22:41 CDT 2005


Sunday, June 19, 2005, 8:50:25 PM, Chris wrote:
> I would love to be able to change the SearchBox Text "Search" label with
> a graphical button.  I don't suppose there's anyway to do this strictly
> using CSS is there?

PS: in addition to load a background-image via css into the button you
can get rid of the text by either
1. editing scripts/pagelist.php
  the value is in the SearchBoxFmt variable: value= '$[Search]'
  
2. or redefine the SearchBoxFmt variable in config.php,

3. or create a custom version of XLPage and load it in config.php
  and add to it:  'Search' => ' ',

  (this last one seems a bit overkill, and there must be a smarter way
  to "unload" the button value. probably #2.


Best,
~Hans                           




More information about the pmwiki-users mailing list