Elastic: Small visual fix in vacation form

pull/5895/merge
Aleksander Machniak 5 years ago
parent 9a8f4cb13d
commit 4bce2c4389

@ -498,7 +498,7 @@ class rcube_sieve_vacation extends rcube_sieve_engine
$table->add('title', html::label('vacation_addresses', $this->plugin->gettext('vacation.addresses')));
$table->add(null, $addresses . $addresses_link->show($this->plugin->gettext('filladdresses')));
$table->add('title', html::label('vacation_interval', $this->plugin->gettext('vacation.interval')));
$table->add('input-group', $interval_txt);
$table->add(null, html::span('input-group', $interval_txt));
if ($after) {
$table->add('title', html::label('vacation_after', $this->plugin->gettext('vacation.after')));

Loading…
Cancel
Save