bugfix for missing search/cancel buttons in advanced search dialog

This commit is contained in:
Klaus Leithoff 2008-08-26 10:43:57 +00:00
parent 5d8bf0de21
commit 12eadfe4fe

View File

@ -1681,7 +1681,7 @@ $readonlys['button[vcard]'] = true;
$readonlys['change_photo'] = true;
$readonlys['fileas_type'] = true;
$readonlys['creator'] = true;
$readonlys['button'] = true;
$readonlys['button'] = false;
// disable not needed tabs
$readonlys[$this->tabs]['cats'] = !($content['cat_tab'] = $this->config['cat_tab']);
$readonlys[$this->tabs]['custom'] = !$this->customfields;