Bug #21967 ยป lowlevel-searchfield.patch
typo3/sysext/lowlevel/config/index.php (Arbeitskopie) | ||
---|---|---|
$this->content= $this->doc->header($GLOBALS['LANG']->getLL('configuration', true));
|
||
$this->content.= $this->doc->spacer(5);
|
||
$search_field = t3lib_div::_GP('search_field');
|
||
$this->content .= '<div id="lowlevel-config">
|
||
<label for="search_field">' . $GLOBALS['LANG']->getLL('enterSearchPhrase', true) . '</label>
|
||
... | ... | |
$arrayBrowser->searchKeysToo = TRUE;
|
||
$search_field = t3lib_div::_GP('search_field');
|
||
if (t3lib_div::_POST('search') && trim($search_field)) { // If any POST-vars are send, update the condition array
|
||
$arrayBrowser->depthKeys=$arrayBrowser->getSearchKeys($theVar, '', $search_field, array());
|
||
}
|