From ae555175aa6c7e8182d3295ad36ebde6c6e0759b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 3 Feb 2014 13:32:34 +0000 Subject: [PATCH] Hide history tab for AB Advanced search popup --- addressbook/inc/class.addressbook_ui.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 8697ac00ed..ab100a2572 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -2347,6 +2347,7 @@ window.egw_LAB.wait(function() { $readonlys['tabs']['custom_private'] = !$this->customfields || !$this->config['private_cf_tab']; $readonlys['tabs']['links'] = true; $readonlys['tabs']['distribution_list'] = true; + $readonlys['tabs']['history'] = true; // setting hidebuttons for content will hide the 'normal' addressbook edit dialog buttons $content['hidebuttons'] = true; $content['no_tid'] = true;