summaryrefslogtreecommitdiff
path: root/plugins/managesieve/skins/larry/templates/setedit.html
blob: 71de8ddf8c297c9cfbc6a26f2d3fa1fa41157a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
</head>
<body class="iframe">

<div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.newfilterset" /></div>

<div id="filter-form" class="boxcontent">
<roundcube:object name="filtersetform" />

<p>
<roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
</p>

</form>
</div>

</body>
</html>