forked from extern/egroupware
bugfix for missing search/cancel buttons in advanced search dialog
This commit is contained in:
parent
5d8bf0de21
commit
12eadfe4fe
@ -1681,7 +1681,7 @@ $readonlys['button[vcard]'] = true;
|
|||||||
$readonlys['change_photo'] = true;
|
$readonlys['change_photo'] = true;
|
||||||
$readonlys['fileas_type'] = true;
|
$readonlys['fileas_type'] = true;
|
||||||
$readonlys['creator'] = true;
|
$readonlys['creator'] = true;
|
||||||
$readonlys['button'] = true;
|
$readonlys['button'] = false;
|
||||||
// disable not needed tabs
|
// disable not needed tabs
|
||||||
$readonlys[$this->tabs]['cats'] = !($content['cat_tab'] = $this->config['cat_tab']);
|
$readonlys[$this->tabs]['cats'] = !($content['cat_tab'] = $this->config['cat_tab']);
|
||||||
$readonlys[$this->tabs]['custom'] = !$this->customfields;
|
$readonlys[$this->tabs]['custom'] = !$this->customfields;
|
||||||
|
Loading…
Reference in New Issue
Block a user