From e837d8515addd9f1eeede00f1be0ab9ef3967c7c Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 05 Feb 2014 05:59:32 -0500
Subject: [PATCH] Hide autocompletion results when closing ACL dialog; use default table styles

---
 plugins/acl/acl.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index 0ee45d7..7eb2653 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -338,6 +338,7 @@
             modal: true,
             closeOnEscape: false,
             close: function(e, ui) {
+                (rcmail.is_framed() ? parent.rcmail : rcmail).ksearch_hide();
                 me.acl_form.appendTo(body).hide();
                 $(this).remove();
             }

--
Gitblit v1.9.1