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.

settingsedit.html 592B

12345678910111213141516171819202122
  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">
  8. <h1 class="boxtitle"><roundcube:object name="sectionname" /></h1>
  9. <div id="preferences-details" class="boxcontent">
  10. <roundcube:object name="userprefs" form="form" class="propform" />
  11. </div>
  12. <div class="footerleft formbuttons">
  13. <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  14. </div>
  15. <roundcube:include file="/includes/footer.html" />
  16. </body>
  17. </html>