source: subversion/trunk/plugins/managesieve/skins/default/templates/filteredit.html @ 5155

Last change on this file since 5155 was 5155, checked in by alec, 21 months ago
  • Added possibility to create a filter based on selected message "in-place"
File size: 1.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6<link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
7</head>
8<body class="iframe<roundcube:exp expression="env:task != 'mail' ? '' : ' mail'" />">
9
10<roundcube:if condition="env:task != 'mail'" />
11<div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.filterdef" /></div>
12<roundcube:endif />
13
14<div id="filter-form" class="boxcontent">
15<roundcube:object name="filterform" />
16
17<roundcube:if condition="env:task != 'mail'" />
18<div id="footer">
19<div class="footerleft">
20<roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
21</div>
22<div class="footerright">
23<label for="disabled"><roundcube:label name="managesieve.filterdisabled" /></label>
24<input type="checkbox" id="disabled" name="_disabled" value="1" />
25</div>
26</div>
27<roundcube:endif />
28
29</form>
30</div>
31
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.