PDA

View Full Version : Changing search button


Artisan
01-Jul-2003, 01:27 PM
I'm trying to use a graphic for the search button in Act_SearchTemplate.html by replacing:

<input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">

with:

<input type=IMAGE name=ACTION_SEARCH SRC="search-now.gif">

This displays the graphic OK but generates an error message "Warning: Some of the configuration variables were not found in the HTML templates" on preview. I must be missing something... any idea what?

TIA
Malcolm

chrisbrown
01-Jul-2003, 02:14 PM
Put back the line which you have replaced but then comment it out. E.g.

<!-- the original line -->

Actinic is complaing about the missing NETQUOTEVAR. Putting it back on the page within comments will keep Actinic happy.

Artisan
01-Jul-2003, 02:58 PM
Originally posted by chrisbrown
Put back the line which you have replaced but then comment it out. E.g.

<!-- the original line -->

Actinic is complaing about the missing NETQUOTEVAR. Putting it back on the page within comments will keep Actinic happy.


Thanks, Chris, you're a star - no error message now :D

Malcolm