mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Fix AB advanced search Extra tab, not showing the privates cf
This commit is contained in:
parent
d5acb5f888
commit
64bfb00bd0
@ -2352,6 +2352,8 @@ window.egw_LAB.wait(function() {
|
|||||||
$content['hidebuttons'] = true;
|
$content['hidebuttons'] = true;
|
||||||
$content['no_tid'] = true;
|
$content['no_tid'] = true;
|
||||||
$content['showsearchbuttons'] = true; // enable search operation and search buttons| they're disabled by default
|
$content['showsearchbuttons'] = true; // enable search operation and search buttons| they're disabled by default
|
||||||
|
|
||||||
|
if ($this->config['private_cf_tab']) $content['no_private_cfs'] = 0;
|
||||||
|
|
||||||
$this->tmpl->read('addressbook.edit');
|
$this->tmpl->read('addressbook.edit');
|
||||||
$this->tmpl->set_cell_attribute('change_org','disabled',true);
|
$this->tmpl->set_cell_attribute('change_org','disabled',true);
|
||||||
|
Loading…
Reference in New Issue
Block a user