diff options
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/setedit.html')
-rw-r--r-- | plugins/managesieve/skins/larry/templates/setedit.html | 8 |
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> |