roundcubemail-plugins-kolab/plugins/kolab_activesync/skins/classic/templates/configedit.html

30 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">
<div id="prefs-title" class="boxtitle"><roundcube:label name="kolab_activesync.syncsettings"></div>
<div id="prefs-details" class="boxcontent">
<form action="#" method="post" id="configform">
<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" syncicon="synchronize.png" alarmicon="alarm-clock.png" />
</fieldset>
</form>
<div id="formfooter">
<div class="footerleft">
<roundcube:button type="input" class="button mainaction" command="plugin.save-config" label="save" />
</div>
</div>
</div>
</body>
</html>