Page 1 of 1

Remove search text

Posted: Wed Jun 13, 2007 5:04 pm
by nvp007
I'm having troubles with removing the "search" text before the input box. I think the text in the button is enough.

Screen:
Image

NVP007




I'm sorry if there already is a topic with this subject. I couldn't find it.

Re: Remove search text

Posted: Wed Jun 13, 2007 5:29 pm
by Nullig
In the Search template, remove the "{$label}: " from the following line...

Code: Select all

{$label}: {$inputbox}<input name="submit" value="{$submittext}" type="submit" />{$hidden}
Nullig