* Mail: fix list of Sieve rules was not scrollable

This commit is contained in:
ralf 2024-03-20 11:14:30 +02:00
parent 1f18ef0a36
commit 76793ac1b7

View File

@ -121,6 +121,7 @@ class mail_sieve
$content['msg'] = lang('error').':'.lang('Serverside Filterrules (Sieve) are not activated').'. '.lang('Please contact your Administrator to validate if your Server supports Serverside Filterrules, and how to enable them in EGroupware for your active Account (%1) with ID:%2.',$this->currentIdentity,$this->account->acc_id);
$content['hideIfSieveDisabled']='mail_DisplayNone';
}
Api\Framework::bodyClass('scrollVertical');
$tmpl->exec('mail.mail_sieve.index',$content,$sel_options,array());
}