Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

render_advanced_search_buttons()

Parameters

This function accepts no parameters.

Location

include/search_functions.php lines 3251 to 3263

Definition

 
function render_advanced_search_buttons()
    {
    global 
$lang$baseurl_short;
    
?>

    <div class="QuestionSubmit QuestionSticky">
        <input name="resetform" class="resetform" type="submit" onClick="unsetCookie('search_form_submit',' echo $baseurl_short?>')" value=" echo escape($lang["clearbutton"]); ?>" />
        &nbsp;
        <input name="dosearch" class="dosearch" type="submit" value=" echo escape($lang["action-viewmatchingresults"]); ?>" />
    </div>

    
    
}

This article was last updated 27th July 2024 11:05 Europe/London time based on the source file dated 17th July 2024 15:30 Europe/London time.