summaryrefslogtreecommitdiff
path: root/plugins/managesieve/skins/larry/templates/filteredit.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/filteredit.html
parent07f4fff8aa223fa5efb0ed73bd5889706034d1fd (diff)
- Larry skin support
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/filteredit.html')
-rw-r--r--plugins/managesieve/skins/larry/templates/filteredit.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/managesieve/skins/larry/templates/filteredit.html b/plugins/managesieve/skins/larry/templates/filteredit.html
new file mode 100644
index 000000000..424bdbcd3
--- /dev/null
+++ b/plugins/managesieve/skins/larry/templates/filteredit.html
@@ -0,0 +1,33 @@
+<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<roundcube:exp expression="env:task != 'mail' ? '' : ' mail'" />">
+
+<roundcube:if condition="env:task != 'mail'" />
+<div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.filterdef" /></div>
+<roundcube:endif />
+
+<div id="filter-form" class="boxcontent">
+<roundcube:object name="filterform" />
+
+<roundcube:if condition="env:task != 'mail'" />
+<div id="footer">
+<div class="footerleft">
+<roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
+</div>
+<div class="footerright">
+<label for="disabled"><roundcube:label name="managesieve.filterdisabled" /></label>
+<input type="checkbox" id="disabled" name="_disabled" value="1" />
+</div>
+</div>
+<roundcube:endif />
+
+</form>
+</div>
+
+</body>
+</html>