You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/managesieve/skins/elastic/templates/filteredit.html

18 lines
573 B
HTML

<roundcube:include file="includes/layout.html" />
<roundcube:if condition="env:task != 'mail'" />
<h1 class="voice"><roundcube:label name="managesieve.filterdef" /></h1>
<roundcube:endif />
<div class="formcontent">
<roundcube:object name="filterform" id="filter-form" class="propform" compact-form="true" />
</div>
<roundcube:if condition="env:task != 'mail'" />
<div class="formbuttons">
<roundcube:button command="plugin.managesieve-save" class="btn btn-primary submit" label="save" />
</div>
<roundcube:endif />
<roundcube:include file="includes/footer.html" />