2011-09-26 23:36:22 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
|
|
<roundcube:include file="/includes/links.html" />
|
|
|
|
<script type="text/javascript" src="/functions.js"></script>
|
|
|
|
<script type="text/javascript" src="/splitter.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<roundcube:include file="/includes/taskbar.html" />
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
<roundcube:include file="/includes/settingstabs.html" />
|
|
|
|
|
|
|
|
<div id="mainscreen">
|
|
|
|
|
|
|
|
<div id="sectionslist">
|
|
|
|
<div id="directorylist-title" class="boxtitle"><roundcube:label name="kolab_zpush.devices" /></div>
|
|
|
|
<div class="boxlistcontent">
|
|
|
|
<roundcube:object name="plugin.devicelist" id="devices-table" class="records-table" cellspacing="0" />
|
|
|
|
</div>
|
|
|
|
<div class="boxfooter">
|
2011-09-30 14:01:08 +02:00
|
|
|
<roundcube:button type="link" command="plugin.delete-device" title="kolab_zpush.deletedevice" class="buttonPas delete" classAct="button delete" content=" " />
|
2011-09-26 23:36:22 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="prefs-box">
|
|
|
|
<div class="boxtitle" style="display:none"><roundcube:label name="kolab_zpush.syncsettings"></div>
|
|
|
|
<form action="#" method="post" id="configform" class="boxcontent" style="display:none">
|
|
|
|
<fieldset>
|
|
|
|
<legend><roundcube:label name="kolab_zpush.deviceconfig" /></legend>
|
|
|
|
<roundcube:object name="plugin.deviceconfigform" form="configform" />
|
|
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
|
|
<legend><roundcube:label name="kolab_zpush.folderstosync" /></legend>
|
2011-09-30 14:01:08 +02:00
|
|
|
<roundcube:object name="plugin.foldersubscriptions" form="configform" id="foldersubscriptions" syncicon="synchronize.png" alarmicon="alarm-clock.png" />
|
2011-09-26 23:36:22 +02:00
|
|
|
</fieldset>
|
|
|
|
<p class="formbuttons">
|
|
|
|
<roundcube:button type="input" class="button mainaction" command="plugin.save-config" label="save" />
|
|
|
|
<roundcube:button type="input" class="button" command="plugin.delete-device" label="kolab_zpush.deletedevice" />
|
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
<div id="introtext">
|
2011-09-27 11:14:27 +02:00
|
|
|
<div class="inner"><div class="bordered">
|
|
|
|
<roundcube:if condition="env:devicecount" />
|
|
|
|
<roundcube:label name="kolab_zpush.introtext" />
|
|
|
|
<roundcube:else />
|
|
|
|
<roundcube:label name="kolab_zpush.nodevices" html="true" />
|
|
|
|
<roundcube:endif />
|
|
|
|
</div></div>
|
2011-09-26 23:36:22 +02:00
|
|
|
<div class="pointer-left"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var viewsplit = new rcube_splitter({ id:'devicelistsplitter', p1: 'sectionslist', p2: 'prefs-box', orientation: 'v', relative: true, start: 195 });
|
|
|
|
rcmail.add_onload('viewsplit.init()');
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|