Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

folderedit.html 750B

12345678910111213141516171819202122232425
  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:label name="folderproperties" /></h1>
  9. <div class="boxcontent">
  10. <roundcube:object name="folderdetails" class="propform" />
  11. </div>
  12. <div class="footerleft formbuttons">
  13. <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  14. <roundcube:if condition="!strlen(request:_mbox)" />
  15. <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
  16. <roundcube:endif />
  17. </div>
  18. <roundcube:include file="/includes/footer.html" />
  19. </body>
  20. </html>