54 lines
2.2 KiB
HTML
54 lines
2.2 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_delegation.tabtitle" /></h1>
|
|
|
|
<roundcube:include file="/includes/settingstabs.html" />
|
|
|
|
<div id="settings-right">
|
|
|
|
<div id="sectionslist" class="uibox listbox" role="navigation" aria-labelledby="delegatelist-title">
|
|
<h2 id="delegatelist-title" class="boxtitle"><roundcube:label name="kolab_delegation.delegates" /></h2>
|
|
<div class="boxlistcontent">
|
|
<roundcube:object name="plugin.delegatelist" id="delegate-table" class="listing" cellspacing="0" />
|
|
</div>
|
|
<div class="boxfooter">
|
|
<roundcube:button command="delegate-add" type="link" title="kolab_delegation.adddelegate" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button type="link" command="delegate-delete" title="kolab_delegation.deletedelegate" 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="delegation-frame" id="delegation-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabeldelegateform" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="delegate-delete-dialog" role="dialog" aria-labelledby="aria-label-delegatedeletedialog" aria-hidden="true">
|
|
<h3 id="aria-label-delegatedeletedialog" class="voice"><roundcube:label name="kolab_delegation.arialabeldelegatedelete" /></h3>
|
|
<p><roundcube:label name="kolab_delegation.delegatedeleteconfirm" /></p>
|
|
<span><input type="checkbox" value="1" checked="checked" /><roundcube:label name="kolab_delegation.delegateremoveacl" /></span>
|
|
</div>
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
<script type="text/javascript">
|
|
|
|
var viewsplit = new rcube_splitter({ id:'delegatelistsplitter', p1:'#sectionslist', p2:'#prefs-box', orientation:'v', relative:true, start:266, min:150, size:12 });
|
|
rcmail.add_onload('viewsplit.init()');
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|