summaryrefslogtreecommitdiff
path: root/plugins/managesieve/skins/larry/templates/setedit.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-05 07:51:20 +0000
committeralecpl <alec@alec.pl>2012-04-05 07:51:20 +0000
commit8d8f7a7b8e7ea8464aa807611b3db320fab12156 (patch)
treee121b8aa834c93696090a469391b2fb7d386ce2f /plugins/managesieve/skins/larry/templates/setedit.html
parent07f4fff8aa223fa5efb0ed73bd5889706034d1fd (diff)
- Larry skin support
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/setedit.html')
-rw-r--r--plugins/managesieve/skins/larry/templates/setedit.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/managesieve/skins/larry/templates/setedit.html b/plugins/managesieve/skins/larry/templates/setedit.html
new file mode 100644
index 000000000..71de8ddf8
--- /dev/null
+++ b/plugins/managesieve/skins/larry/templates/setedit.html
@@ -0,0 +1,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>