roundcubemail-plugins-kolab/plugins/kolab_files/skins/larry/templates/share.html
2018-10-04 14:04:16 +00:00

18 lines
480 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 fullheight">
<h1 class="voice"><roundcube:label name="kolab_files.foldershare" /></h1>
<div id="folder-share" class="boxcontent">
<roundcube:object name="share-form" id="folder-shareform" class="tabbed" />
</div>
<roundcube:include file="/includes/footer.html" />
</body>
</html>