From 6fabd5a00ed5f8c583ccb3c304cff9d49e13739d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 9 Aug 2018 08:25:45 +0000 Subject: [PATCH] Elastic: Use .input-group-combo --- plugins/calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index 296f534e..7fcdd11c 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -579,7 +579,7 @@ class calendar extends rcube_plugin $p['blocks']['itip']['options']['after_action'] = array( 'title' => html::label($field_id, rcube::Q($this->gettext('afteraction'))), - 'content' => html::div('input-group', $select->show($val) . $folders->show($folder)), + 'content' => html::div('input-group input-group-combo', $select->show($val) . $folders->show($folder)), ); }