Hide history tab for AB Advanced search popup

This commit is contained in:
Hadi Nategh 2014-02-03 13:32:34 +00:00
parent 628070da5e
commit ae555175aa

View File

@ -2347,6 +2347,7 @@ window.egw_LAB.wait(function() {
$readonlys['tabs']['custom_private'] = !$this->customfields || !$this->config['private_cf_tab']; $readonlys['tabs']['custom_private'] = !$this->customfields || !$this->config['private_cf_tab'];
$readonlys['tabs']['links'] = true; $readonlys['tabs']['links'] = true;
$readonlys['tabs']['distribution_list'] = true; $readonlys['tabs']['distribution_list'] = true;
$readonlys['tabs']['history'] = true;
// setting hidebuttons for content will hide the 'normal' addressbook edit dialog buttons // setting hidebuttons for content will hide the 'normal' addressbook edit dialog buttons
$content['hidebuttons'] = true; $content['hidebuttons'] = true;
$content['no_tid'] = true; $content['no_tid'] = true;