first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
4
mailcow/data/web/templates/mailbox/rl-frame.twig
Normal file
4
mailcow/data/web/templates/mailbox/rl-frame.twig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<option value="s"{% if rl.frame == 's' %} selected{% endif %}>{{ lang.ratelimit.second }}</option>
|
||||
<option value="m"{% if rl.frame == 'm' %} selected{% endif %}>{{ lang.ratelimit.minute }}</option>
|
||||
<option value="h"{% if rl.frame == 'h' %} selected{% endif %}>{{ lang.ratelimit.hour }}</option>
|
||||
<option value="d"{% if rl.frame == 'd' %} selected{% endif %}>{{ lang.ratelimit.day }}</option>
|
||||
Loading…
Add table
Add a link
Reference in a new issue