roundcubemail-plugins-kolab/plugins/kolab_activesync/skins/larry/templates/config.html
2014-06-16 12:30:23 +02:00

49 lines
1.6 KiB
HTML

<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body>
<roundcube:include file="/includes/header.html" />
<div id="mainscreen" class="offset">
<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="kolab_activesync.tabtitle" /></h1>
<roundcube:include file="/includes/settingstabs.html" />
<div id="settings-right">
<div id="sectionslist" class="uibox listbox" role="navigation" aria-labelledby="directorylist-title">
<h2 id="directorylist-title" class="boxtitle"><roundcube:label name="kolab_activesync.devices" /></h2>
<div class="boxlistcontent">
<roundcube:object name="plugin.devicelist" id="devices-table" class="listing" cellspacing="0" />
</div>
<div class="boxfooter">
<roundcube:button type="link" command="plugin.delete-device" title="kolab_activesync.deletedevice" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" content="x" />
</div>
</div>
<div id="prefs-box" class="uibox contentbox" role="main">
<div class="iframebox">
<roundcube:frame contentframe="activesync-frame" id="activesync-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabeldeviceframe" />
</div>
</div>
</div>
</div>
<roundcube:include file="/includes/footer.html" />
<script type="text/javascript">
var viewsplit = new rcube_splitter({ id:'devicelistsplitter', p1:'#sectionslist', p2:'#prefs-box', orientation:'v', relative:true, start:266, min:150, size:12 });
rcmail.add_onload('viewsplit.init()');
</script>
</body>
</html>