summaryrefslogtreecommitdiff
path: root/plugins/managesieve/skins/larry/templates/setedit.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-23 11:01:44 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-23 11:01:44 +0200
commit40b6df30c5a1e8f3597a2ded8bca592530023cca (patch)
treedb1d23d0f39712ee0f4e89ec1a6782130b66d287 /plugins/managesieve/skins/larry/templates/setedit.html
parentc9dcb83132da6df4e601f5991727b010a08766d6 (diff)
Fixed scrollbars in Larry's iframes
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/setedit.html')
-rw-r--r--plugins/managesieve/skins/larry/templates/setedit.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/managesieve/skins/larry/templates/setedit.html b/plugins/managesieve/skins/larry/templates/setedit.html
index 71de8ddf8..9fc115dc7 100644
--- a/plugins/managesieve/skins/larry/templates/setedit.html
+++ b/plugins/managesieve/skins/larry/templates/setedit.html
@@ -5,16 +5,18 @@
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
</head>
-<body class="iframe">
+<body class="iframe floatingbuttons">
<div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.newfilterset" /></div>
<div id="filter-form" class="boxcontent">
<roundcube:object name="filtersetform" />
-<p>
+<div id="footer">
+<div class="footerleft formbuttons floating">
<roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
-</p>
+</div>
+</div>
</form>
</div>