Feature #14710 » indexed_search_target_page.patch
class.tx_indexedsearch.php.mod Thu Apr 28 16:09:10 2005 | ||
---|---|---|
#debug(array($GLOBALS["TSFE"]->id,$GLOBALS["TSFE"]->sPre,$this->pi_getPageLink($GLOBALS["TSFE"]->id,$GLOBALS["TSFE"]->sPre)));
|
||
$out='<table '.$this->conf["tableParams."]["searchBox"].'>
|
||
<form action="'.$this->pi_getPageLink($GLOBALS["TSFE"]->id,$GLOBALS["TSFE"]->sPre).'" method="POST" name="'.$this->prefixId.'">
|
||
<form action="'.$this->pi_getPageLink(intval($this->conf['target_page'])?intval($this->conf['target_page']):$GLOBALS["TSFE"]->id,$GLOBALS["TSFE"]->sPre).'" method="POST" name="'.$this->prefixId.'">
|
||
'.implode(chr(10),$rows).'
|
||
<input type="hidden" name="'.$this->prefixId.'[_sections]" value="0">
|
||
<input type="hidden" name="'.$this->prefixId.'[pointer]" value="0">
|