diff options
author | alecpl <alec@alec.pl> | 2012-04-05 07:51:20 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-05 07:51:20 +0000 |
commit | 8d8f7a7b8e7ea8464aa807611b3db320fab12156 (patch) | |
tree | e121b8aa834c93696090a469391b2fb7d386ce2f /plugins/managesieve/skins/larry/templates/setedit.html | |
parent | 07f4fff8aa223fa5efb0ed73bd5889706034d1fd (diff) |
- Larry skin support
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/setedit.html')
-rw-r--r-- | plugins/managesieve/skins/larry/templates/setedit.html | 23 |
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> |