From 47089e92657917c65fd369380e659d102cc43089 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 13 Jan 2020 21:05:24 +0100 Subject: [PATCH] Elastic: Fix missing Close button in "more recipients" dialog --- CHANGELOG | 1 + program/steps/mail/func.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 197b2c3cd..cac1ba49d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ CHANGELOG Roundcube Webmail - Password: Make chpass-wrapper.py Python 3 compatible (#7135) - Elastic: Fix bug where it was possible to switch editor mode when 'htmleditor' was in 'dont_override' (#7143) - Elastic: Fix text selection in recipient inputs (#7129) +- Elastic: Fix missing Close button in "more recipients" dialog - Fix so messages in threads with no root aren't displayed separately (#4999) - Fix regression where "Open in new window" action didn't work (#7155) - Fix PHP Warning: array_filter() expects parameter 1 to be array, null given in subscriptions_option plugin (#7165) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index ed75b2d8a..0edf5dc7a 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1391,7 +1391,7 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null, $out .= ' ' . html::a(array( 'href' => '#more', 'class' => 'morelink', - 'onclick' => sprintf("return %s.show_popup_dialog('%s','%s')", + 'onclick' => sprintf("return %s.simple_dialog('%s','%s',null,{cancel_button:'close'})", rcmail_output::JS_OBJECT_NAME, rcube::JQ(join(', ', $allvalues)), rcube::JQ($title))