24 lines
813 B
HTML
24 lines
813 B
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_delegation.delegate"></div>
|
|
|
|
<div id="prefs-details" class="boxcontent">
|
|
<form action="#" method="post" id="delegateform">
|
|
<roundcube:object name="plugin.delegateform" form="delegateform" class="propform" />
|
|
<roundcube:object name="plugin.delegatefolders" form="delegateform" id="delegatefolders" readicon="read.png" writeicon="write.png" />
|
|
</form>
|
|
<div id="formfooter">
|
|
<div class="footerleft">
|
|
<roundcube:button type="input" class="button mainaction" command="delegate-save" label="save" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|