You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setedit.html 616B

123456789101112131415161718192021222324
  1. <roundcube:object name="doctype" value="html5" />
  2. <html>
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <body class="iframe floatingbuttons">
  8. <div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.newfilterset" /></div>
  9. <div id="filter-form" class="boxcontent">
  10. <roundcube:object name="filtersetform" />
  11. <div id="footer">
  12. <div class="footerleft formbuttons floating">
  13. <roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
  14. </div>
  15. </div>
  16. </form>
  17. </div>
  18. </body>
  19. </html>