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

@ -2352,6 +2352,8 @@ window.egw_LAB.wait(function() {
$content['hidebuttons'] = true;
$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);