Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

filteredit.html 1.0KB

1234567891011121314151617181920212223242526272829303132
  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<roundcube:exp expression="env:task != 'mail' ? '' : ' mail'" />">
  8. <roundcube:if condition="env:task != 'mail'" />
  9. <div id="filter-title" class="boxtitle"><roundcube:label name="managesieve.filterdef" /></div>
  10. <roundcube:endif />
  11. <div id="filter-form" class="boxcontent">
  12. <roundcube:object name="filterform" />
  13. <roundcube:if condition="env:task != 'mail'" />
  14. <div id="footer">
  15. <div class="footerleft">
  16. <roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
  17. </div>
  18. <div class="footerright">
  19. <label for="disabled"><roundcube:label name="managesieve.filterdisabled" /></label>
  20. <input type="checkbox" id="disabled" name="_disabled" value="1" />
  21. </div>
  22. </div>
  23. <roundcube:endif />
  24. </form>
  25. </div>
  26. </body>
  27. </html>