31 lines
1 KiB
HTML
31 lines
1 KiB
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<roundcube:include file="/includes/links.html" />
|
|
</head>
|
|
<body class="iframe floatingbuttons">
|
|
|
|
<h1 class="boxtitle"><roundcube:label name="kolab_activesync.syncsettings"></h1>
|
|
|
|
<div id="preferences-details" class="boxcontent">
|
|
<form action="#" method="post" id="configform" class="tabbed">
|
|
<fieldset>
|
|
<legend><roundcube:label name="kolab_activesync.deviceconfig" /></legend>
|
|
<roundcube:object name="plugin.deviceconfigform" form="configform" class="propform" />
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend><roundcube:label name="kolab_activesync.folderstosync" /></legend>
|
|
<roundcube:object name="plugin.foldersubscriptions" form="configform" id="foldersubscriptions" />
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
|
|
<div class="footerleft formbuttons floating">
|
|
<roundcube:button type="input" class="button mainaction" command="plugin.save-config" label="save" />
|
|
</div>
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
</body>
|
|
</html>
|