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.

vacation.html 1.0KB

1234567891011121314151617181920212223242526272829303132
  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="noscroll">
  8. <roundcube:include file="/includes/header.html" />
  9. <div id="mainscreen" class="offset">
  10. <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="managesieve.vacation" /></h1>
  11. <roundcube:include file="/includes/settingstabs.html" />
  12. <div id="managesieve-vacation" class="uibox contentbox" role="main" aria-labelledby="aria-label-vacationform">
  13. <div>
  14. <h2 class="boxtitle" id="aria-label-vacationform"><roundcube:label name="managesieve.vacation" /></h2>
  15. <roundcube:object name="vacationform" id="vacationform" class="propform boxcontent tabbed" />
  16. </div>
  17. <div class="footerleft formbuttons">
  18. <roundcube:button command="plugin.managesieve-save" type="input" class="button mainaction" label="save" />
  19. </div>
  20. </div>
  21. </div>
  22. <roundcube:include file="/includes/footer.html" />
  23. </body>
  24. </html>