File: /home/nexper/www/67.225.167.226/public_html/crm/cache/modules/Accounts/SearchFormFooter.tpl
<input tabindex='2' title='{$APP.LBL_SEARCH_BUTTON_TITLE}' accessKey='{$APP.LBL_SEARCH_BUTTON_KEY}' onclick='SUGAR.savedViews.setChooser()' class='button' type='submit' name='button' value='{$APP.LBL_SEARCH_BUTTON_LABEL}' id='search_form_submit'/>
<input tabindex='2' title='{$APP.LBL_CLEAR_BUTTON_TITLE}' accessKey='{$APP.LBL_CLEAR_BUTTON_KEY}' onclick='SUGAR.searchForm.clear_form(this.form);' class='button' type='button' name='clear' value=' {$APP.LBL_CLEAR_BUTTON_LABEL} '/>
{if $DOCUMENTS_MODULE}
<input title="{$APP.LBL_BROWSE_DOCUMENTS_BUTTON_TITLE}" accessKey="{$APP.LBL_BROWSE_DOCUMENTS_BUTTON_KEY}" type="button" class="button" value="{$APP.LBL_BROWSE_DOCUMENTS_BUTTON_LABEL}" onclick='open_popup("Documents", 600, 400, "&caller=Documents", true, false, "");' />
{/if}
<span class='white-space'>
{if $SAVED_SEARCHES_OPTIONS}| <b>{$APP.LBL_SAVED_SEARCH_SHORTCUT}</b>
{$SAVED_SEARCHES_OPTIONS} {/if}
<span id='go_btn_span' style='display:none'><input tabindex='2' title='go_select' id='go_select' onclick='SUGAR.searchForm.clear_form(this.form);' class='button' type='button' name='go_select' value=' {$APP.LBL_GO_BUTTON_LABEL} '/></span>
</span>
</form>
{literal}
<script>
function toggleInlineSearch(){
if (document.getElementById('inlineSavedSearch').style.display == 'none'){
document.getElementById('showSSDIV').value = 'yes'
document.getElementById('inlineSavedSearch').style.display = '';
{/literal}
document.getElementById('up_down_img').src='{$IMG_PATH}basic_search.gif';
{literal}
}else{
{/literal}
document.getElementById('up_down_img').src='{$IMG_PATH}advanced_search.gif';
{literal}
document.getElementById('showSSDIV').value = 'no';
document.getElementById('inlineSavedSearch').style.display = 'none';
}
}
</script>
{/literal}