Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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>