|
From: Jon O. <jon...@us...> - 2005-12-13 20:57:11
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21266/templates/subSilver Modified Files: overall_header.tpl Log Message: further fixes for search - updated quick search dropdown in overall_header.tpl - automatically finding page_id to search target (site, kb, pafiledb) config/custom cache - included in regenerate cache and adminCP Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header.tpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** overall_header.tpl 9 Dec 2005 23:22:04 -0000 1.21 --- overall_header.tpl 13 Dec 2005 20:57:02 -0000 1.22 *************** *** 84,87 **** --- 84,92 ---- return false; } + else if (document.search_block.search_engine.value == 'pafiledb') + { + window.open('{U_SEARCH_PAFILEDB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); + return false; + } else { *************** *** 176,179 **** --- 181,185 ---- {L_SEARCH_FORUM} {L_SEARCH_KB} + {L_SEARCH_PAFILEDB} {L_SEARCH_GOOGLE} </select> |