mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* Mail: fix list of Sieve rules was not scrollable
This commit is contained in:
parent
1f18ef0a36
commit
76793ac1b7
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user