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 641B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <body class="iframe">
  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. <p>
  12. <roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
  13. </p>
  14. </form>
  15. </div>
  16. </body>
  17. </html>