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 3213 to 3225

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 19th March 2024 08:05 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.