{if !isset($hideable)} {assign var="hideable" value=false} {/if}
{if $hideable} {html->checkbox value="1" onclick="toggle_filter(this, 'search', '`$toggle_prefix`', ['grid_searchfilter_col2','grid_searchfilter_col4','grid_searchfilter_col5'], '')" selected=$show output=$lang.global_search} {else} {$lang.global_search}: {/if} | {html->input_hidden id="grid_searchfilter_select_hidden" value=$sfilter} | {menubutton->image_sub script="`$frame_id`.setSearchFilter();return false" icon="search-for" width=24 height=22 title=$lang.global_search id="grid_searchfilter_submit"} {menubutton->image_window query="op=common_sfilter&modul=$modul&filter_id=-1&justintime=true" w_width=$smarty.const.SFILTER_WIN_WIDTH w_height=$smarty.const.SFILTER_WIN_HEIGHT icon="filter" width=24 height=22 resizable=1 title=$lang.sfilter_quick id="grid_searchfilter_quickfilter"} |