Elastic: Use .input-group-combo

This commit is contained in:
Aleksander Machniak 2018-08-09 08:25:45 +00:00
parent a4a4abe45d
commit 6fabd5a00e

View file

@ -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)),
);
}