$SearchForm .= '<label for="ajaxSearch_submit"><input id="ajaxSearch_submit" type="submit" name="sub" value="'.$searchButtonText.'" />'; $SearchForm .= ($xhtmlStrict)? '</fieldset>' : ''; $SearchForm .= '</label></form>'.$newline;
$SearchForm .= '<label for="ajaxSearch_submit"><input id="ajaxSearch_submit" type="submit" name="sub" value="'.$searchButtonText.'" /></label>'; $SearchForm .= ($xhtmlStrict)? '</fieldset>' : ''; $SearchForm .= '</form>'.$newline;
There is a section near the top of the snippet code, heavily commented, for editing these.
This discussion is closed to further replies. Keep calm and carry on.