Fix AB advanced search Extra tab, not showing the privates cf

This commit is contained in:
Hadi Nategh 2014-02-03 16:19:49 +00:00
parent d5acb5f888
commit 64bfb00bd0

View File

@ -2353,6 +2353,8 @@ window.egw_LAB.wait(function() {
$content['no_tid'] = true;
$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->set_cell_attribute('change_org','disabled',true);
return $this->tmpl->exec('addressbook.addressbook_ui.search',$content,$sel_options,$readonlys,array(),2);