|
|
@ -62,11 +62,11 @@ |
|
|
|
|
|
|
|
<div id="filtersetmenu" class="popupmenu"> |
|
|
|
<ul> |
|
|
|
<li><roundcube:button command="plugin.managesieve-setact" label="managesieve.enable" classAct="active" /></li> |
|
|
|
<li><roundcube:button command="plugin.managesieve-setdel" label="delete" classAct="active" /></li> |
|
|
|
<li class="separator_above"><roundcube:button command="plugin.managesieve-setget" label="download" classAct="active" /></li> |
|
|
|
<li><roundcube:button type="link" command="plugin.managesieve-setact" label="managesieve.enable" classAct="active" /></li> |
|
|
|
<li><roundcube:button type="link" command="plugin.managesieve-setdel" label="delete" classAct="active" /></li> |
|
|
|
<li class="separator_above"><roundcube:button type="link" command="plugin.managesieve-setget" label="download" classAct="active" /></li> |
|
|
|
<roundcube:if condition="env:raw_sieve_editor != false" /> |
|
|
|
<li><roundcube:button command="plugin.managesieve-seteditraw" label="managesieve.filterseteditraw" classAct="active" /></li> |
|
|
|
<li><roundcube:button type="link" command="plugin.managesieve-seteditraw" label="managesieve.filterseteditraw" classAct="active" /></li> |
|
|
|
<roundcube:endif /> |
|
|
|
<roundcube:container name="filtersetoptions" id="filtersetmenu" /> |
|
|
|
</ul> |
|
|
@ -74,8 +74,8 @@ |
|
|
|
|
|
|
|
<div id="filtermenu" class="popupmenu"> |
|
|
|
<ul> |
|
|
|
<li><roundcube:button command="plugin.managesieve-act" label="managesieve.enable" classAct="active" /></li> |
|
|
|
<li><roundcube:button command="plugin.managesieve-del" label="delete" classAct="active" /></li> |
|
|
|
<li><roundcube:button type="link" command="plugin.managesieve-act" label="managesieve.enable" classAct="active" /></li> |
|
|
|
<li><roundcube:button type="link" command="plugin.managesieve-del" label="delete" classAct="active" /></li> |
|
|
|
<roundcube:container name="filteroptions" id="filtermenu" /> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|